/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_radiobutton.cpp | 43 bool CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_RadioButton 60 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar() 68 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_checkbox.cpp | 40 bool CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_CheckBox 61 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar() 69 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_pushbutton.cpp | 26 bool CFFL_PushButton::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_PushButton 29 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_listbox.cpp | 87 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ListBox 90 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_pushbutton.h | 20 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_checkbox.h | 23 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_radiobutton.h | 23 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_listbox.h | 27 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
D | cffl_textfield.cpp | 108 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_TextField 140 return CFFL_FormFiller::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_combobox.cpp | 78 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ComboBox 81 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
|
D | cffl_textfield.h | 37 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_SpecialButton.h | 30 bool OnChar(uint16_t nChar, uint32_t nFlag) override; 47 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
D | PWL_SpecialButton.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 | PWL_ListBox.cpp | 237 bool CPWL_ListBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_ListBox 238 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar() 240 if (!m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag))) in OnChar()
|
D | PWL_ComboBox.cpp | 87 if (!m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag))) in OnCharWithExit() 555 bool CPWL_ComboBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_ComboBox 564 return m_pEdit->OnChar(nChar, nFlag); in OnChar()
|
D | PWL_ComboBox.h | 58 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
D | PWL_ListBox.h | 59 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffsignature.h | 37 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
|
D | xfa_ffsignature.cpp | 95 bool CXFA_FFSignature::OnChar(uint32_t dwChar, uint32_t dwFlags) { in OnChar() function in CXFA_FFSignature
|
D | xfa_fffield.h | 49 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
|
/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 | 245 bool CPDFSDK_XFAWidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_XFAWidgetHandler 252 return pWidgetHandler->OnChar(pAnnot->GetXFAWidget(), nChar, in OnChar()
|
D | cpdfsdk_pageview.h | 65 bool OnChar(int nChar, uint32_t nFlag);
|
D | ipdfsdk_annothandler.h | 88 virtual bool OnChar(CPDFSDK_Annot* pAnnot,
|