Home
last modified time | relevance | path

Searched defs:OnChar (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_special_button.cpp42 bool CPWL_CheckBox::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_CheckBox
66 bool CPWL_RadioButton::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_RadioButton
H A Dcpwl_combo_box.cpp409 bool CPWL_ComboBox::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_ComboBox
H A Dcpwl_list_box.cpp128 bool CPWL_ListBox::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_ListBox
H A Dcpwl_edit.cpp406 bool CPWL_Edit::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_Edit
H A Dcpwl_list_ctrl.cpp274 bool CPWL_ListCtrl::OnChar(uint16_t nChar, bool bShift, bool bCtrl) { in OnChar() function in CPWL_ListCtrl
H A Dcpwl_wnd.cpp309 bool CPWL_Wnd::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_Wnd
/aosp_15_r20/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_radiobutton.cpp45 bool CFFL_RadioButton::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_RadioButton
H A Dcffl_checkbox.cpp45 bool CFFL_CheckBox::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_CheckBox
H A Dcffl_textfield.cpp103 bool CFFL_TextField::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_TextField
H A Dcffl_listbox.cpp79 bool CFFL_ListBox::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_ListBox
H A Dcffl_combobox.cpp61 bool CFFL_ComboBox::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_ComboBox
H A Dcffl_formfield.cpp172 bool CFFL_FormField::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_FormField
H A Dcffl_interactiveformfiller.cpp343 bool CFFL_InteractiveFormFiller::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_InteractiveFormFiller
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_ffsignature.cpp102 bool CXFA_FFSignature::OnChar(uint32_t nChar, Mask<XFA_FWL_KeyFlag> dwFlags) { in OnChar() function in CXFA_FFSignature
H A Dcxfa_ffwidgethandler.cpp120 bool CXFA_FFWidgetHandler::OnChar(CXFA_FFWidget* hWidget, in OnChar() function in CXFA_FFWidgetHandler
H A Dcxfa_fffield.cpp547 bool CXFA_FFField::OnChar(uint32_t dwChar, Mask<XFA_FWL_KeyFlag> dwFlags) { in OnChar() function in CXFA_FFField
H A Dcxfa_ffwidget.cpp458 bool CXFA_FFWidget::OnChar(uint32_t dwChar, Mask<XFA_FWL_KeyFlag> dwFlags) { in OnChar() function in CXFA_FFWidget
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_annot.cpp90 bool CPDFSDK_Annot::OnChar(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnChar() function in CPDFSDK_Annot
H A Dcpdfsdk_baannot.cpp339 bool CPDFSDK_BAAnnot::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar() function in CPDFSDK_BAAnnot
H A Dcpdfsdk_pageview.cpp491 bool CPDFSDK_PageView::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar() function in CPDFSDK_PageView
H A Dcpdfsdk_widget.cpp818 bool CPDFSDK_Widget::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar() function in CPDFSDK_Widget
/aosp_15_r20/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_widget.cpp354 bool CPDFXFA_Widget::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar() function in CPDFXFA_Widget
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_edit.cpp1014 void CFWL_Edit::OnChar(CFWL_MessageKey* pMsg) { in OnChar() function in CFWL_Edit