/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_embeddertest.cpp | 74 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()
|
D | cpwl_combo_box_embeddertest.cpp | 74 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()
|
D | cpwl_special_button.h | 30 bool OnChar(uint16_t nChar, uint32_t nFlag) override; 47 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
D | cpwl_special_button.cpp | 48 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
|
D | cpwl_list_box.cpp | 185 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()
|
D | cpwl_combo_box.cpp | 87 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()
|
D | cpwl_edit_ctrl.cpp | 191 bool CPWL_EditCtrl::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_EditCtrl 195 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
|
D | cpwl_edit_ctrl.h | 51 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
D | cpwl_combo_box.h | 55 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
D | cpwl_list_box.h | 51 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_radiobutton.cpp | 40 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()
|
D | cffl_checkbox.cpp | 39 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()
|
D | cffl_listbox.cpp | 77 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ListBox 80 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_radiobutton.h | 24 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_checkbox.h | 24 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_textfield.cpp | 92 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_TextField 126 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_listbox.h | 25 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_combobox.cpp | 70 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ComboBox 73 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_combobox.h | 31 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_textfield.h | 36 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffsignature.h | 37 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
|
D | cxfa_ffsignature.cpp | 93 bool CXFA_FFSignature::OnChar(uint32_t dwChar, uint32_t dwFlags) { in OnChar() function in CXFA_FFSignature
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widgethandler.cpp | 198 bool CPDFSDK_WidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_WidgetHandler 202 return m_pFormFiller->OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cpdfsdk_xfawidgethandler.cpp | 264 bool CPDFSDK_XFAWidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_XFAWidgetHandler 271 return pWidgetHandler->OnChar(pAnnot->GetXFAWidget(), nChar, in OnChar()
|
D | cpdfsdk_pageview.h | 74 bool OnChar(int nChar, uint32_t nFlag);
|