Home
last modified time | relevance | path

Searched refs:hideChoices (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.cpp192 BAutoCompleter::ApplyChoice(bool hideChoices) in ApplyChoice() argument
195 fCompletionStyle->ApplyChoice(hideChoices); in ApplyChoice()
H A DAutoCompleter.h103 virtual void ApplyChoice(bool hideChoices = true) = 0;
146 void ApplyChoice(bool hideChoices = true);
H A DAutoCompleterDefaultImpl.h40 virtual void ApplyChoice(bool hideChoices = true);
H A DAutoCompleterDefaultImpl.cpp117 BDefaultCompletionStyle::ApplyChoice(bool hideChoices) in ApplyChoice() argument
134 if (hideChoices) { in ApplyChoice()