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