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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp259 fPreText = choice->DisplayText();
261 fPreText.MoveInto(fMatchText, choice->MatchPos(), choice->MatchLen());
262 fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length());
294 if (fPreText.Length()) {
295 w = owner->StringWidth(fPreText.String());
300 owner->DrawString(fPreText.String(), BPoint(xPos, yPos));
H A DAutoCompleterDefaultImpl.h75 BString fPreText; member in class:BDefaultChoiceView::ListItem

Completed in 82 milliseconds