Home
last modified time | relevance | path

Searched refs:OnKeyDown (Results 1 – 25 of 49) sorted by relevance

12

/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp28 bool CFFL_RadioButton::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown() function in CFFL_RadioButton
36 return CFFL_FormFiller::OnKeyDown(pAnnot, nKeyCode, nFlags); in OnKeyDown()
Dcffl_checkbox.cpp28 bool CFFL_CheckBox::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown() function in CFFL_CheckBox
36 return CFFL_FormFiller::OnKeyDown(pAnnot, nKeyCode, nFlags); in OnKeyDown()
Dcffl_radiobutton.h21 bool OnKeyDown(CPDFSDK_Annot* pAnnot,
Dcffl_checkbox.h21 bool OnKeyDown(CPDFSDK_Annot* pAnnot,
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_embeddertest.cpp219 GetCFFLFormFiller()->OnKeyDown(GetCPDFSDKAnnot(), FWL_VKEY_Home, 0)); in TEST_F()
232 GetCFFLFormFiller()->OnKeyDown(GetCPDFSDKAnnot(), FWL_VKEY_Left, 0)); in TEST_F()
321 EXPECT_TRUE(GetCFFLFormFiller()->OnKeyDown(GetCPDFSDKAnnotCharLimit(), in TEST_F()
332 EXPECT_TRUE(GetCFFLFormFiller()->OnKeyDown(GetCPDFSDKAnnotCharLimit(), in TEST_F()
Dcpwl_edit_ctrl.cpp118 bool CPWL_EditCtrl::OnKeyDown(uint16_t nChar, uint32_t nFlag) { in OnKeyDown() function in CPWL_EditCtrl
122 bool bRet = CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown()
Dcpwl_edit_ctrl.h50 bool OnKeyDown(uint16_t nChar, uint32_t nFlag) override;
Dcpwl_list_box.cpp144 bool CPWL_ListBox::OnKeyDown(uint16_t nChar, uint32_t nFlag) { in OnKeyDown() function in CPWL_ListBox
145 CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown()
Dcpwl_combo_box_embeddertest.cpp275 EXPECT_TRUE(GetCFFLFormFiller()->OnKeyDown(GetCPDFSDKAnnotUserEditable(), in TEST_F()
289 EXPECT_TRUE(GetCFFLFormFiller()->OnKeyDown(GetCPDFSDKAnnotUserEditable(), in TEST_F()
Dcpwl_combo_box.h54 bool OnKeyDown(uint16_t nChar, uint32_t nFlag) override;
Dcpwl_list_box.h50 bool OnKeyDown(uint16_t nChar, uint32_t nFlag) override;
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dmain.cpp104 OnKeyDown();
125 void OnKeyDown() { in OnKeyDown() function
/external/pdfium/xfa/fwl/
Dcfwl_pushbutton.cpp130 OnKeyDown(pKey); in OnProcessMessage()
220 void CFWL_PushButton::OnKeyDown(CFWL_MessageKey* pMsg) { in OnKeyDown() function in CFWL_PushButton
Dcfwl_pushbutton.h47 void OnKeyDown(CFWL_MessageKey* pMsg);
Dcfwl_checkbox.h63 void OnKeyDown(CFWL_MessageKey* pMsg);
Dcfwl_checkbox.cpp258 OnKeyDown(pKey); in OnProcessMessage()
353 void CFWL_CheckBox::OnKeyDown(CFWL_MessageKey* pMsg) { in OnKeyDown() function in CFWL_CheckBox
/external/pdfium/xfa/fxfa/
Dcxfa_ffsignature.h35 bool OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) override;
Dcxfa_ffsignature.cpp85 bool CXFA_FFSignature::OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) { in OnKeyDown() function in CXFA_FFSignature
Dcxfa_fffield.h49 bool OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) override;
/external/pdfium/fpdfsdk/
Dcpdfsdk_widgethandler.cpp207 bool CPDFSDK_WidgetHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown() function in CPDFSDK_WidgetHandler
211 return m_pFormFiller->OnKeyDown(pAnnot, nKeyCode, nFlag); in OnKeyDown()
Dcpdfsdk_xfawidgethandler.cpp275 bool CPDFSDK_XFAWidgetHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown() function in CPDFSDK_XFAWidgetHandler
282 return pWidgetHandler->OnKeyDown(pAnnot->GetXFAWidget(), nKeyCode, in OnKeyDown()
Dcpdfsdk_annothandlermgr.cpp215 return GetAnnotHandler(pAnnot)->OnKeyDown(pAnnot, nKeyCode, nFlag); in Annot_OnKeyDown()
229 return GetAnnotHandler(pAnnot)->OnKeyDown(pAnnot, nKeyCode, nFlag); in Annot_OnKeyDown()
Dcpdfsdk_pageview.h75 bool OnKeyDown(int nKeyCode, int nFlag);
Dipdfsdk_annothandler.h93 virtual bool OnKeyDown(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) = 0;
Dcpdfsdk_baannothandler.h91 bool OnKeyDown(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) override;

12