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.cpp82 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), i + 'A', 0)); in TypeTextIntoTextField()
104 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'a', 0)); in TEST_F()
105 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'b', 0)); in TEST_F()
106 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'c', 0)); in TEST_F()
120 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'a', 0)); in TEST_F()
121 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'b', 0)); in TEST_F()
122 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'c', 0)); in TEST_F()
Dcpwl_special_button.cpp41 bool CPWL_CheckBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_CheckBox
61 bool CPWL_RadioButton::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_RadioButton
Dcpwl_combo_box_embeddertest.cpp76 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), in TypeTextIntoTextField()
120 EXPECT_FALSE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotNormal(), 'a', 0)); in TEST_F()
167 GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), 'a', 0)); in TEST_F()
169 GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), 'b', 0)); in TEST_F()
171 GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), 'c', 0)); in TEST_F()
Dcpwl_special_button.h34 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
52 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
Dcpwl_list_box.cpp179 bool CPWL_ListBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_ListBox
180 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
182 if (!m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag))) in OnChar()
Dcpwl_combo_box.cpp96 return m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in IsChar()
533 bool CPWL_ComboBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_ComboBox
542 return m_pEdit->OnChar(nChar, nFlag); in OnChar()
Dcpwl_edit_ctrl.cpp177 bool CPWL_EditCtrl::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_EditCtrl
181 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
Dcpwl_edit_ctrl.h52 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
Dcpwl_list_box.h52 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
Dcpwl_combo_box.h59 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp44 bool CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_RadioButton
60 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
67 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_checkbox.cpp43 bool CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_CheckBox
64 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
75 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_listbox.cpp80 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ListBox
83 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_radiobutton.h27 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_checkbox.h27 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_textfield.cpp106 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_TextField
140 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_listbox.h29 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_textfield.h34 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_combobox.h36 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()
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidgethandler.cpp143 bool CXFA_FFWidgetHandler::OnChar(CXFA_FFWidget* hWidget, in OnChar() function in CXFA_FFWidgetHandler
146 bool bRet = hWidget->OnChar(dwChar, dwFlags); in OnChar()
Dcxfa_ffsignature.h39 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
Dcxfa_ffsignature.cpp100 bool CXFA_FFSignature::OnChar(uint32_t dwChar, uint32_t dwFlags) { in OnChar() function in CXFA_FFSignature
Dcxfa_ffwidgethandler.h63 bool OnChar(CXFA_FFWidget* hWidget, uint32_t dwChar, uint32_t dwFlags);
/external/pdfium/fpdfsdk/
Dcpdfsdk_widgethandler.cpp171 bool CPDFSDK_WidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_WidgetHandler
175 m_pFormFiller->OnChar(pAnnot, nChar, nFlags); in OnChar()

123