Searched defs:OnChar (Results 1 - 22 of 22) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_PushButton.cpp26 FX_BOOL CFFL_PushButton::OnChar(CPDFSDK_Annot* pAnnot, function in class:CFFL_PushButton
29 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
H A DFFL_CheckBox.cpp38 FX_BOOL CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, function in class:CFFL_CheckBox
60 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
69 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
H A DFFL_RadioButton.cpp41 FX_BOOL CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, function in class:CFFL_RadioButton
61 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
70 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
H A DFFL_ListBox.cpp86 FX_BOOL CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, function in class:CFFL_ListBox
89 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
H A DFFL_ComboBox.cpp70 FX_BOOL CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, function in class:CFFL_ComboBox
73 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
H A DFFL_TextField.cpp106 FX_BOOL CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, function in class:CFFL_TextField
139 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
H A DFFL_IFormFiller.cpp397 FX_BOOL CFFL_IFormFiller::OnChar(CPDFSDK_Annot* pAnnot, function in class:CFFL_IFormFiller
405 return pFormFiller->OnChar(pAnnot, nChar, nFlags);
H A DFFL_FormFiller.cpp232 FX_BOOL CFFL_FormFiller::OnChar(CPDFSDK_Annot* pAnnot, function in class:CFFL_FormFiller
240 return pWnd->OnChar(nChar, nFlags);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_SpecialButton.cpp48 FX_BOOL CPWL_CheckBox::OnChar(FX_WORD nChar, FX_DWORD nFlag) { function in class:CPWL_CheckBox
77 FX_BOOL CPWL_RadioButton::OnChar(FX_WORD nChar, FX_DWORD nFlag) { function in class:CPWL_RadioButton
H A DPWL_ComboBox.cpp98 if (!m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)))
575 FX_BOOL CPWL_ComboBox::OnChar(FX_WORD nChar, FX_DWORD nFlag) { function in class:CPWL_ComboBox
584 return m_pEdit->OnChar(nChar, nFlag);
H A DPWL_EditCtrl.cpp219 FX_BOOL CPWL_EditCtrl::OnChar(FX_WORD nChar, FX_DWORD nFlag) { function in class:CPWL_EditCtrl
223 CPWL_Wnd::OnChar(nChar, nFlag);
H A DPWL_ListBox.cpp253 FX_BOOL CPWL_ListBox::OnChar(FX_WORD nChar, FX_DWORD nFlag) { function in class:CPWL_ListBox
254 CPWL_Wnd::OnChar(nChar, nFlag);
259 if (!m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)))
H A DPWL_Edit.cpp930 FX_BOOL CPWL_Edit::OnChar(FX_WORD nChar, FX_DWORD nFlag) { function in class:CPWL_Edit
977 return CPWL_EditCtrl::OnChar(nChar, nFlag);
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffsignature.cpp96 FX_BOOL CXFA_FFSignature::OnChar(FX_DWORD dwChar, FX_DWORD dwFlags) { function in class:CXFA_FFSignature
H A Dxfa_fffield.cpp588 FX_BOOL CXFA_FFField::OnChar(FX_DWORD dwChar, FX_DWORD dwFlags) { function in class:CXFA_FFField
H A Dxfa_ffwidgethandler.cpp186 FX_BOOL CXFA_FFWidgetHandler::OnChar(IXFA_Widget* hWidget, function in class:CXFA_FFWidgetHandler
189 FX_BOOL bRet = static_cast<CXFA_FFWidget*>(hWidget)->OnChar(dwChar, dwFlags);
H A Dxfa_ffwidget.cpp243 FX_BOOL CXFA_FFWidget::OnChar(FX_DWORD dwChar, FX_DWORD dwFlags) { function in class:CXFA_FFWidget
/external/opencv3/modules/viz/src/vtk/
H A DvtkVizInteractorStyle.cpp319 void cv::viz::vtkVizInteractorStyle::OnChar() function in class:cv::viz::vtkVizInteractorStyle
348 Superclass::OnChar();
351 Superclass::OnChar();
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp264 return pAnnotHandler->OnChar(pAnnot, nChar, nFlags);
603 FX_BOOL CPDFSDK_BFAnnotHandler::OnChar(CPDFSDK_Annot* pAnnot, function in class:CPDFSDK_BFAnnotHandler
611 return m_pFormFiller->OnChar(pAnnot, nChar, nFlags);
1004 FX_BOOL CPDFSDK_XFAAnnotHandler::OnChar(CPDFSDK_Annot* pAnnot, function in class:CPDFSDK_XFAAnnotHandler
1014 bRet = pWidgetHandler->OnChar(pAnnot->GetXFAWidget(), nChar,
H A Dfsdk_mgr.cpp1018 FX_BOOL CPDFSDK_PageView::OnChar(int nChar, FX_UINT nFlag) { function in class:CPDFSDK_PageView
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp570 FX_BOOL CFX_ListCtrl::OnChar(FX_WORD nChar, FX_BOOL bShift, FX_BOOL bCtrl) { function in class:CFX_ListCtrl
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_editimp.cpp1821 OnChar(pKey);
2084 void CFWL_EditImpDelegate::OnChar(CFWL_MsgKey* pMsg) { function in class:CFWL_EditImpDelegate

Completed in 606 milliseconds