Searched refs:fMatchText (Results 1 – 2 of 2) sorted by relevance
261 fPreText.MoveInto(fMatchText, choice->MatchPos(), choice->MatchLen()); in ListItem()303 if (fMatchText.Length()) { in DrawItem()304 w = owner->StringWidth(fMatchText.String()); in DrawItem()309 owner->DrawString(fMatchText.String(), BPoint(xPos, yPos)); in DrawItem()
76 BString fMatchText; variable