Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h458 CFX_WideString m_swText; variable
501 CFX_WideString m_swText; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp724 m_swText(swText) in CFXEU_Clear()
748 m_pEdit->InsertText(m_swText.c_str(), DEFAULT_CHARSET, NULL, NULL, FALSE, TRUE); in Undo()
815 m_swText(swText), in CFXEU_InsertText()
836 m_pEdit->InsertText(m_swText.c_str(), m_nCharset, &m_SecProps, &m_WordProps, FALSE, TRUE); in Redo()