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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp124 const BString& choiceStr = fChoiceModel->ChoiceAt(fSelectedIndex)->Text(); local
125 completedText.Insert(choiceStr, fPatternStartPos);
130 fPatternLength = choiceStr.Length();
132 fPatternStartPos + choiceStr.Length());

Completed in 27 milliseconds