HomeSort by relevance Sort by last modified time
    Searched refs:swChange (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 442 CFX_WideString swChange = GetText();
445 int nSelEnd = swChange.GetLength();
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
PWL_Edit.cpp 1014 CFX_WideString swChange;
1033 swChange += nChar;
1038 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);

Completed in 162 milliseconds