Home
last modified time | relevance | path

Searched refs:fInstalledNavigateOptionWordwiseShortcuts (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DTextView.h469 bool fInstalledNavigateOptionWordwiseShortcuts : 1; variable
/haiku/src/kits/interface/
H A DTextView.cpp3203 fInstalledNavigateOptionWordwiseShortcuts = false; in _InitObject()
5253 fInstalledNavigateOptionWordwiseShortcuts = true; in _Activate()
5386 if (fInstalledNavigateOptionWordwiseShortcuts) { in _Deactivate()
5389 fInstalledNavigateOptionWordwiseShortcuts = false; in _Deactivate()