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

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

Completed in 82 milliseconds