Searched refs:swChange (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListBox.cpp | 442 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()
|
D | PWL_Edit.cpp | 1018 CFX_WideString swChange; in OnChar() local 1037 swChange += nChar; in OnChar() 1042 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelS… in OnChar()
|