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

/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_checkbox.cpp29 bool CFFL_CheckBox::OnKeyDown(CPDFSDK_Annot* pAnnot, function in class:CFFL_CheckBox
37 return CFFL_FormFiller::OnKeyDown(pAnnot, nKeyCode, nFlags);
H A Dcffl_radiobutton.cpp31 bool CFFL_RadioButton::OnKeyDown(CPDFSDK_Annot* pAnnot, function in class:CFFL_RadioButton
39 return CFFL_FormFiller::OnKeyDown(pAnnot, nKeyCode, nFlags);
H A Dcffl_formfiller.cpp212 bool CFFL_FormFiller::OnKeyDown(CPDFSDK_Annot* pAnnot, function in class:CFFL_FormFiller
220 return pWnd->OnKeyDown(nKeyCode, nFlags);
H A Dcffl_interactiveformfiller.cpp348 bool CFFL_InteractiveFormFiller::OnKeyDown(CPDFSDK_Annot* pAnnot, function in class:CFFL_InteractiveFormFiller
354 return pFormFiller->OnKeyDown(pAnnot, nKeyCode, nFlags);
/external/pdfium/xfa/fwl/
H A Dcfwl_checkbox.cpp259 OnKeyDown(pKey);
354 void CFWL_CheckBox::OnKeyDown(CFWL_MessageKey* pMsg) { function in class:CFWL_CheckBox
H A Dcfwl_pushbutton.cpp138 OnKeyDown(pKey);
228 void CFWL_PushButton::OnKeyDown(CFWL_MessageKey* pMsg) { function in class:CFWL_PushButton
H A Dcfwl_spinbutton.cpp176 OnKeyDown(pKey);
324 void CFWL_SpinButton::OnKeyDown(CFWL_MessageKey* pMsg) { function in class:CFWL_SpinButton
H A Dcfwl_listbox.cpp694 OnKeyDown(pMsg);
792 void CFWL_ListBox::OnKeyDown(CFWL_MessageKey* pMsg) { function in class:CFWL_ListBox
H A Dcfwl_edit.cpp1227 OnKeyDown(pKey);
1377 void CFWL_Edit::OnKeyDown(CFWL_MessageKey* pMsg) { function in class:CFWL_Edit
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffsignature.cpp87 bool CXFA_FFSignature::OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) { function in class:CXFA_FFSignature
H A Dxfa_fffield.cpp498 bool CXFA_FFField::OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) { function in class:CXFA_FFField
H A Dxfa_ffwidgethandler.cpp120 bool CXFA_FFWidgetHandler::OnKeyDown(CXFA_FFWidget* hWidget, function in class:CXFA_FFWidgetHandler
123 bool bRet = hWidget->OnKeyDown(dwKeyCode, dwFlags);
H A Dxfa_ffwidget.cpp256 bool CXFA_FFWidget::OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) { function in class:CXFA_FFWidget
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannothandler.cpp159 bool CPDFSDK_BAAnnotHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, function in class:CPDFSDK_BAAnnotHandler
H A Dcpdfsdk_widgethandler.cpp207 bool CPDFSDK_WidgetHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, function in class:CPDFSDK_WidgetHandler
211 return m_pFormFiller->OnKeyDown(pAnnot, nKeyCode, nFlag);
H A Dcpdfsdk_xfawidgethandler.cpp256 bool CPDFSDK_XFAWidgetHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, function in class:CPDFSDK_XFAWidgetHandler
263 return pWidgetHandler->OnKeyDown(pAnnot->GetXFAWidget(), nKeyCode,
H A Dcpdfsdk_pageview.cpp366 bool CPDFSDK_PageView::OnKeyDown(int nKeyCode, int nFlag) { function in class:CPDFSDK_PageView
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ComboBox.cpp496 bool CPWL_ComboBox::OnKeyDown(uint16_t nChar, uint32_t nFlag) { function in class:CPWL_ComboBox
550 return m_pEdit->OnKeyDown(nChar, nFlag);
H A DPWL_EditCtrl.cpp132 bool CPWL_EditCtrl::OnKeyDown(uint16_t nChar, uint32_t nFlag) { function in class:CPWL_EditCtrl
136 bool bRet = CPWL_Wnd::OnKeyDown(nChar, nFlag);
H A DPWL_ListBox.cpp193 bool CPWL_ListBox::OnKeyDown(uint16_t nChar, uint32_t nFlag) { function in class:CPWL_ListBox
194 CPWL_Wnd::OnKeyDown(nChar, nFlag);
H A DPWL_Edit.cpp605 bool CPWL_Edit::OnKeyDown(uint16_t nChar, uint32_t nFlag) { function in class:CPWL_Edit
632 bool bRet = CPWL_EditCtrl::OnKeyDown(nChar, nFlag);
634 // In case of implementation swallow the OnKeyDown event.
642 *In case of implementation swallow the OnKeyDown event.
/external/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp105 virtual bool OnKeyDown(LPNMLVKEYDOWN keyDownInfo);
393 bool boolResult = OnKeyDown(LPNMLVKEYDOWN(header));
406 bool CBrowseDialog::OnKeyDown(LPNMLVKEYDOWN keyDownInfo) function in class:CBrowseDialog

Completed in 290 milliseconds