Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp347 CFX_WideString swChange = GetText(); in OnNotifySelChanged() local
350 int nSelEnd = swChange.GetLength(); in OnNotifySelChanged()
351 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, strChangeEx, in OnNotifySelChanged()
DPWL_Edit.cpp683 CFX_WideString swChange; in OnChar() local
697 swChange += nChar; in OnChar()
702 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, in OnChar()