Searched refs:intoView (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/os/translation/ |
H A D | TranslationUtils.h | 54 BTextView* intoView, 57 BTextView* intoView, const char* encoding,
|
/haiku/src/kits/translation/ |
H A D | TranslationUtils.cpp | 328 BTranslationUtils::GetStyledText(BPositionIO* source, BTextView* intoView, in GetStyledText() argument 331 if (source == NULL || intoView == NULL) in GetStyledText() 424 intoView->Insert(intoView->TextLength(), in GetStyledText() 432 intoView->Insert(intoView->TextLength(), text, in GetStyledText() 441 BTranslationUtils::GetStyledText(BPositionIO* source, BTextView* intoView, in GetStyledText() argument 444 return GetStyledText(source, intoView, NULL, roster); in GetStyledText()
|