Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h28 virtual std::pair<bool, bool> OnBeforeKeyStroke(
Dcpwl_edit.cpp487 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnKeyDown()
569 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnChar()
Dcpwl_list_box.cpp273 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnNotifySelectionChanged()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h134 std::pair<bool, bool> OnBeforeKeyStroke(CPWL_Wnd::PrivateData* pAttached,
Dcffl_interactiveformfiller.cpp852 std::pair<bool, bool> CFFL_InteractiveFormFiller::OnBeforeKeyStroke( in OnBeforeKeyStroke() function in CFFL_InteractiveFormFiller