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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h33 int32 MatchPos() const { return fMatchPos; } function in class:BAutoCompleter::Choice
H A DAutoCompleterDefaultImpl.cpp261 fPreText.MoveInto(fMatchText, choice->MatchPos(), choice->MatchLen());
262 fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length());

Completed in 22 milliseconds