Searched refs:swChange (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.cpp | 257 WideString swChange = GetText(); in OnNotifySelectionChanged() local 260 int nSelEnd = swChange.GetLength(); in OnNotifySelectionChanged() 264 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, in OnNotifySelectionChanged()
|
D | cpwl_edit.cpp | 494 WideString swChange; in OnChar() local 508 swChange += nChar; in OnChar() 516 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true, in OnChar()
|