Home
last modified time | relevance | path

Searched refs:OnChar (Results 1 – 25 of 51) sorted by relevance

123

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_embeddertest.cpp74 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), i + 'A', 0)); in TypeTextIntoTextField()
96 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'a', 0)); in TEST_F()
97 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'b', 0)); in TEST_F()
98 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'c', 0)); in TEST_F()
112 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'a', 0)); in TEST_F()
113 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'b', 0)); in TEST_F()
114 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'c', 0)); in TEST_F()
Dcpwl_combo_box_embeddertest.cpp74 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), in TypeTextIntoTextField()
118 EXPECT_FALSE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotNormal(), 'a', 0)); in TEST_F()
165 GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), 'a', 0)); in TEST_F()
167 GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), 'b', 0)); in TEST_F()
169 GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), 'c', 0)); in TEST_F()
Dcpwl_special_button.h30 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
47 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
Dcpwl_special_button.cpp48 bool CPWL_CheckBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_CheckBox
77 bool CPWL_RadioButton::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_RadioButton
Dcpwl_list_box.cpp185 bool CPWL_ListBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_ListBox
186 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
188 if (!m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag))) in OnChar()
Dcpwl_combo_box.cpp87 return m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in IsChar()
521 bool CPWL_ComboBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_ComboBox
530 return m_pEdit->OnChar(nChar, nFlag); in OnChar()
Dcpwl_edit_ctrl.cpp191 bool CPWL_EditCtrl::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_EditCtrl
195 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
Dcpwl_edit_ctrl.h51 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
Dcpwl_combo_box.h55 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
Dcpwl_list_box.h51 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp40 bool CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_RadioButton
56 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
63 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_checkbox.cpp39 bool CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_CheckBox
60 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
71 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_listbox.cpp77 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ListBox
80 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_radiobutton.h24 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_checkbox.h24 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_textfield.cpp92 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_TextField
126 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_listbox.h25 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_combobox.cpp70 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ComboBox
73 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_combobox.h31 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_textfield.h36 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
/external/pdfium/xfa/fxfa/
Dcxfa_ffsignature.h37 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
Dcxfa_ffsignature.cpp93 bool CXFA_FFSignature::OnChar(uint32_t dwChar, uint32_t dwFlags) { in OnChar() function in CXFA_FFSignature
/external/pdfium/fpdfsdk/
Dcpdfsdk_widgethandler.cpp198 bool CPDFSDK_WidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_WidgetHandler
202 return m_pFormFiller->OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcpdfsdk_xfawidgethandler.cpp264 bool CPDFSDK_XFAWidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_XFAWidgetHandler
271 return pWidgetHandler->OnChar(pAnnot->GetXFAWidget(), nChar, in OnChar()
Dcpdfsdk_pageview.h74 bool OnChar(int nChar, uint32_t nFlag);

123