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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 19 virtual void OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode,
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_IFormFiller.h 70 virtual void OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode,
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1038 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
PWL_ListBox.cpp 446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 1100 void CFFL_IFormFiller::OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode,

Completed in 119 milliseconds