Home
last modified time | relevance | path

Searched refs:OnBeforeKeyStroke (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Edit.h26 virtual void OnBeforeKeyStroke(void* pPrivateData,
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h152 void OnBeforeKeyStroke(void* pPrivateData,
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp165 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swClipboard, in PasteText()
878 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange, in OnKeyDown()
958 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, in OnChar()
DPWL_ListBox.cpp378 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, strChangeEx, in OnNotifySelChanged()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp936 void CFFL_IFormFiller::OnBeforeKeyStroke(void* pPrivateData, in OnBeforeKeyStroke() function in CFFL_IFormFiller