Home
last modified time | relevance | path

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

123

/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp43 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()
Dcffl_checkbox.cpp40 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()
Dcffl_pushbutton.cpp26 bool CFFL_PushButton::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_PushButton
29 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_listbox.cpp87 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ListBox
90 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_pushbutton.h20 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_checkbox.h23 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_radiobutton.h23 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_listbox.h27 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_textfield.cpp108 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_TextField
140 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_combobox.h31 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
Dcffl_combobox.cpp78 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ComboBox
81 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_textfield.h37 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_SpecialButton.h30 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
47 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
DPWL_SpecialButton.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
DPWL_ListBox.cpp237 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()
DPWL_ComboBox.cpp87 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()
DPWL_ComboBox.h58 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
DPWL_ListBox.h59 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
/external/pdfium/xfa/fxfa/app/
Dxfa_ffsignature.h37 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
Dxfa_ffsignature.cpp95 bool CXFA_FFSignature::OnChar(uint32_t dwChar, uint32_t dwFlags) { in OnChar() function in CXFA_FFSignature
Dxfa_fffield.h49 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
/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.cpp245 bool CPDFSDK_XFAWidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_XFAWidgetHandler
252 return pWidgetHandler->OnChar(pAnnot->GetXFAWidget(), nChar, in OnChar()
Dcpdfsdk_pageview.h65 bool OnChar(int nChar, uint32_t nFlag);
Dipdfsdk_annothandler.h88 virtual bool OnChar(CPDFSDK_Annot* pAnnot,

123