Searched refs:fInputMethodUndoState (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mail/
H A DContent.cpp839 fInputMethodUndoState.active = false;
840 fInputMethodUndoState.replace = false;
1094 fInputMethodUndoState.active = false;
1375 fInputMethodUndoState.replace = true;
1376 fInputMethodUndoState.active = true;
1379 fInputMethodUndoState.active = false;
1393 fInputMethodUndoState.active = true;
1396 fInputMethodUndoState.active = true;
2663 if (fInputMethodUndoState.active) {
2666 fInputMethodUndoState
[all...]
H A DContent.h196 struct { bool active, replace; } fInputMethodUndoState; member in class:TTextView

Completed in 51 milliseconds