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.cpp312 inserts it at the end of the text in intoView, using the
319 \param intoView the view where the test will be inserted
323 \return B_BAD_VALUE, if fromStream or intoView is NULL
328 BTranslationUtils::GetStyledText(BPositionIO* source, BTextView* intoView, argument
331 if (source == NULL || intoView == NULL)
424 intoView->Insert(intoView->TextLength(),
432 intoView->Insert(intoView->TextLength(), text,
441 BTranslationUtils::GetStyledText(BPositionIO* source, BTextView* intoView, argument
[all...]

Completed in 35 milliseconds