Home
last modified time | relevance | path

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; } in MatchPos() function
H A DAutoCompleterDefaultImpl.cpp261 fPreText.MoveInto(fMatchText, choice->MatchPos(), choice->MatchLen()); in ListItem()
262 fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length()); in ListItem()