Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp374 CFX_WideString swChange = GetText(); in OnNotifySelChanged() local
377 int nSelEnd = swChange.GetLength(); in OnNotifySelChanged()
378 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, strChangeEx, in OnNotifySelChanged()
DPWL_Edit.cpp939 CFX_WideString swChange; in OnChar() local
953 swChange += nChar; in OnChar()
958 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, in OnChar()