/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_embeddertest.cpp | 82 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()
|
D | cpwl_special_button.cpp | 41 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
|
D | cpwl_special_button.h | 34 bool OnChar(uint16_t nChar, uint32_t nFlag) override; 52 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
D | cpwl_combo_box_embeddertest.cpp | 76 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()
|
D | cpwl_list_box.cpp | 179 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()
|
D | cpwl_combo_box.cpp | 96 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()
|
D | cpwl_edit_ctrl.cpp | 177 bool CPWL_EditCtrl::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_EditCtrl 181 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
|
D | cpwl_edit_ctrl.h | 52 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
D | cpwl_list_box.h | 52 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_radiobutton.cpp | 44 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()
|
D | cffl_checkbox.cpp | 43 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()
|
D | cffl_checkbox.h | 27 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_radiobutton.h | 27 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_listbox.cpp | 80 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ListBox 83 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_listbox.h | 29 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_textfield.cpp | 106 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_TextField 140 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_textfield.h | 34 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_combobox.h | 36 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()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidgethandler.cpp | 143 bool CXFA_FFWidgetHandler::OnChar(CXFA_FFWidget* hWidget, in OnChar() function in CXFA_FFWidgetHandler 146 bool bRet = hWidget->OnChar(dwChar, dwFlags); in OnChar()
|
D | cxfa_ffsignature.h | 39 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
|
D | cxfa_ffwidgethandler.h | 63 bool OnChar(CXFA_FFWidget* hWidget, uint32_t dwChar, uint32_t dwFlags);
|
D | cxfa_ffsignature.cpp | 100 bool CXFA_FFSignature::OnChar(uint32_t dwChar, uint32_t dwFlags) { in OnChar() function in CXFA_FFSignature
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widgethandler.cpp | 171 bool CPDFSDK_WidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_WidgetHandler 175 m_pFormFiller->OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cpdfsdk_pageview.h | 72 bool OnChar(int nChar, uint32_t nFlag);
|