Home
last modified time | relevance | path

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

/haiku/headers/os/interface/
H A DTextView.h474 bool fInstalledSelectOptionWordwiseShortcuts : 1; variable
/haiku/src/kits/interface/
H A DTextView.cpp3208 fInstalledSelectOptionWordwiseShortcuts = false; in _InitObject()
5270 fInstalledSelectOptionWordwiseShortcuts = true; in _Activate()
5391 if (fInstalledSelectOptionWordwiseShortcuts) { in _Deactivate()
5394 fInstalledSelectOptionWordwiseShortcuts = false; in _Deactivate()