Home
last modified time | relevance | path

Searched refs:intoView (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/translation/
H A DTranslationUtils.h54 BTextView* intoView,
57 BTextView* intoView, const char* encoding,
/haiku/src/kits/translation/
H A DTranslationUtils.cpp328 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()