Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
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
Dcpwl_combo_box.cpp397 bool CPWL_ComboBox::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_ComboBox
Dcpwl_list_box.cpp128 bool CPWL_ListBox::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_ListBox
Dcpwl_edit.cpp401 bool CPWL_Edit::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_Edit
Dcpwl_list_ctrl.cpp274 bool CPWL_ListCtrl::OnChar(uint16_t nChar, bool bShift, bool bCtrl) { in OnChar() function in CPWL_ListCtrl
Dcpwl_wnd.cpp288 bool CPWL_Wnd::OnChar(uint16_t nChar, Mask<FWL_EVENTFLAG> nFlag) { in OnChar() function in CPWL_Wnd
/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp45 bool CFFL_RadioButton::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_RadioButton
Dcffl_checkbox.cpp45 bool CFFL_CheckBox::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_CheckBox
Dcffl_textfield.cpp103 bool CFFL_TextField::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_TextField
Dcffl_listbox.cpp79 bool CFFL_ListBox::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_ListBox
Dcffl_combobox.cpp61 bool CFFL_ComboBox::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_ComboBox
Dcffl_formfield.cpp172 bool CFFL_FormField::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_FormField
Dcffl_interactiveformfiller.cpp342 bool CFFL_InteractiveFormFiller::OnChar(CPDFSDK_Widget* pWidget, in OnChar() function in CFFL_InteractiveFormFiller
/external/pdfium/xfa/fxfa/
Dcxfa_ffsignature.cpp102 bool CXFA_FFSignature::OnChar(uint32_t nChar, Mask<XFA_FWL_KeyFlag> dwFlags) { in OnChar() function in CXFA_FFSignature
Dcxfa_ffwidgethandler.cpp120 bool CXFA_FFWidgetHandler::OnChar(CXFA_FFWidget* hWidget, in OnChar() function in CXFA_FFWidgetHandler
Dcxfa_fffield.cpp547 bool CXFA_FFField::OnChar(uint32_t dwChar, Mask<XFA_FWL_KeyFlag> dwFlags) { in OnChar() function in CXFA_FFField
Dcxfa_ffwidget.cpp458 bool CXFA_FFWidget::OnChar(uint32_t dwChar, Mask<XFA_FWL_KeyFlag> dwFlags) { in OnChar() function in CXFA_FFWidget
/external/pdfium/fpdfsdk/
Dcpdfsdk_annot.cpp90 bool CPDFSDK_Annot::OnChar(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnChar() function in CPDFSDK_Annot
Dcpdfsdk_baannot.cpp341 bool CPDFSDK_BAAnnot::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar() function in CPDFSDK_BAAnnot
Dcpdfsdk_pageview.cpp491 bool CPDFSDK_PageView::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar() function in CPDFSDK_PageView
Dcpdfsdk_widget.cpp819 bool CPDFSDK_Widget::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar() function in CPDFSDK_Widget
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widget.cpp354 bool CPDFXFA_Widget::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar() function in CPDFXFA_Widget
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp1015 void CFWL_Edit::OnChar(CFWL_MessageKey* pMsg) { in OnChar() function in CFWL_Edit