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.h400 CFX_WideString m_swText; variable
451 CFX_WideString m_swText; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp556 : m_pEdit(pEdit), m_wrSel(wrSel), m_swText(swText) {} in CFXEU_Clear()
572 m_pEdit->InsertText(m_swText.c_str(), DEFAULT_CHARSET, NULL, NULL, FALSE, in Undo()
631 m_swText(swText), in CFXEU_InsertText()
647 m_pEdit->InsertText(m_swText.c_str(), m_nCharset, &m_SecProps, &m_WordProps, in Redo()