Home
last modified time | relevance | path

Searched refs:wsInsert (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h82 CFX_WideString wsInsert;
95 CFX_WideString wsInsert;
Dfwl_combobox.h78 CFX_WideString wsInsert; variable
/external/pdfium/xfa/src/fee/include/
Difde_txtedtengine.h130 CFX_WideString wsInsert; member
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp902 event.wsInsert = ChangeInfo.wsInsert; in On_TextChanged()
971 event.wsInsert = wsText; in On_Validate()
Dfwl_comboboximp.cpp1429 pTemp.wsInsert = pTextChangedEvent->wsInsert; in OnProcessEvent()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp480 CFX_WideString wsChange = event->wsInsert; in OnProcessEvent()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp644 m_ChangeInfo.wsInsert = CFX_WideString(lpBuffer, nLength); in Insert()
818 m_ChangeInfo.wsInsert = CFX_WideString(wsReplace.c_str(), nTextLength); in Replace()