Searched refs:swChange (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.cpp | 267 WideString swChange = GetText(); in OnNotifySelectionChanged() local 270 int nSelEnd = swChange.GetLength(); in OnNotifySelectionChanged() 274 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, in OnNotifySelectionChanged()
|
D | cpwl_edit.cpp | 548 WideString swChange; in OnChar() local 562 swChange += nChar; in OnChar() 570 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true, in OnChar()
|