Searched refs:m_swText (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 458 CFX_WideString m_swText; variable 501 CFX_WideString m_swText; variable
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 724 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()
|