Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp442 CFX_WideString swChange = GetText(); in OnNotifySelChanged() local
445 int nSelEnd = swChange.GetLength(); in OnNotifySelChanged()
446 …m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, … in OnNotifySelChanged()
DPWL_Edit.cpp1018 CFX_WideString swChange; in OnChar() local
1037 swChange += nChar; in OnChar()
1042 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelS… in OnChar()