Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_special_button.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
Dcpwl_edit_ctrl.cpp191 bool CPWL_EditCtrl::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_EditCtrl
Dcpwl_list_box.cpp185 bool CPWL_ListBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_ListBox
Dcpwl_combo_box.cpp521 bool CPWL_ComboBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_ComboBox
Dcpwl_edit.cpp539 bool CPWL_Edit::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar() function in CPWL_Edit
Dcpwl_list_impl.cpp280 bool CPWL_ListCtrl::OnChar(uint16_t nChar, bool bShift, bool bCtrl) { in OnChar() function in CPWL_ListCtrl
Dcpwl_wnd.cpp323 PWL_IMPLEMENT_KEY_METHOD(OnChar) in PWL_IMPLEMENT_KEY_METHOD() argument
/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp40 bool CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_RadioButton
Dcffl_checkbox.cpp39 bool CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_CheckBox
Dcffl_listbox.cpp77 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ListBox
Dcffl_textfield.cpp92 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_TextField
Dcffl_combobox.cpp70 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_ComboBox
Dcffl_formfiller.cpp209 bool CFFL_FormFiller::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_FormFiller
Dcffl_interactiveformfiller.cpp356 bool CFFL_InteractiveFormFiller::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CFFL_InteractiveFormFiller
/external/pdfium/xfa/fxfa/
Dcxfa_ffsignature.cpp93 bool CXFA_FFSignature::OnChar(uint32_t dwChar, uint32_t dwFlags) { in OnChar() function in CXFA_FFSignature
Dcxfa_fffield.cpp548 bool CXFA_FFField::OnChar(uint32_t dwChar, uint32_t dwFlags) { in OnChar() function in CXFA_FFField
Dcxfa_ffwidget.cpp431 bool CXFA_FFWidget::OnChar(uint32_t dwChar, uint32_t dwFlags) { in OnChar() function in CXFA_FFWidget
Dcxfa_ffwidgethandler.cpp142 bool CXFA_FFWidgetHandler::OnChar(CXFA_FFWidget* hWidget, in OnChar() function in CXFA_FFWidgetHandler
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannothandler.cpp153 bool CPDFSDK_BAAnnotHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_BAAnnotHandler
Dcpdfsdk_widgethandler.cpp198 bool CPDFSDK_WidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_WidgetHandler
Dcpdfsdk_xfawidgethandler.cpp264 bool CPDFSDK_XFAWidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() function in CPDFSDK_XFAWidgetHandler
Dcpdfsdk_pageview.cpp397 bool CPDFSDK_PageView::OnChar(int nChar, uint32_t nFlag) { function in CPDFSDK_PageView
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp1332 void CFWL_Edit::OnChar(CFWL_MessageKey* pMsg) { in OnChar() function in CFWL_Edit