Home
last modified time | relevance | path

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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp44 fIgnoreEditViewStateChanges(false) in BDefaultCompletionStyle()
127 fIgnoreEditViewStateChanges = true; in ApplyChoice()
139 fIgnoreEditViewStateChanges = false; in ApplyChoice()
149 fIgnoreEditViewStateChanges = true; in CancelChoice()
156 fIgnoreEditViewStateChanges = false; in CancelChoice()
163 if (fIgnoreEditViewStateChanges || !fChoiceModel || !fChoiceView in EditViewStateChanged()
H A DAutoCompleterDefaultImpl.h50 bool fIgnoreEditViewStateChanges; variable