Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h421 CPVT_WordPlace DoInsertText(const CPVT_WordPlace& place,
Dfxet_edit.cpp1114 DoInsertText(CPVT_WordPlace(0, 0, -1), sText, FXFONT_DEFAULT_CHARSET); in SetText()
2037 SetCaret(DoInsertText(m_wpCaret, sText, charset)); in InsertText()
2173 CPVT_WordPlace CFX_Edit::DoInsertText(const CPVT_WordPlace& place, in DoInsertText() function in CFX_Edit