Searched refs:updateChoices (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.h26 void TextModified(bool updateChoices);
H A DAutoCompleter.cpp208 BAutoCompleter::EditViewStateChanged(bool updateChoices) argument
211 fCompletionStyle->EditViewStateChanged(updateChoices);
H A DTextViewCompleter.cpp96 TextViewCompleter::TextModified(bool updateChoices) argument
98 EditViewStateChanged(updateChoices);
H A DAutoCompleter.h106 virtual void EditViewStateChanged(bool updateChoices) = 0;
136 bool updateChoices = true);
H A DAutoCompleterDefaultImpl.h43 virtual void EditViewStateChanged(bool updateChoices);
H A DAutoCompleterDefaultImpl.cpp161 BDefaultCompletionStyle::EditViewStateChanged(bool updateChoices) argument
176 if (!updateChoices)

Completed in 104 milliseconds