Searched refs:OnRButtonUp (Results 1 - 25 of 31) sorted by relevance

12

/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffsignature.h32 bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
H A Dxfa_ffsignature.cpp78 bool CXFA_FFSignature::OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) { function in class:CXFA_FFSignature
H A Dxfa_ffchoicelist.h51 bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
H A Dxfa_fffield.h42 bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
H A Dxfa_fftextedit.h24 bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
H A Dxfa_ffchoicelist.cpp293 bool CXFA_FFComboBox::OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) { function in class:CXFA_FFComboBox
294 if (!CXFA_FFField::OnRButtonUp(dwFlags, point))
H A Dxfa_fftextedit.cpp145 bool CXFA_FFTextEdit::OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) { function in class:CXFA_FFTextEdit
146 if (!CXFA_FFField::OnRButtonUp(dwFlags, point))
H A Dxfa_ffwidgethandler.cpp104 bool CXFA_FFWidgetHandler::OnRButtonUp(CXFA_FFWidget* hWidget, function in class:CXFA_FFWidgetHandler
107 bool bRet = hWidget->OnRButtonUp(dwFlags, hWidget->Rotate2Normal(point));
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_pageview.h63 bool OnRButtonUp(const CFX_PointF& point, uint32_t nFlag);
H A Dipdfsdk_annothandler.h80 virtual bool OnRButtonUp(CPDFSDK_PageView* pPageView,
H A Dcpdfsdk_widgethandler.cpp181 bool CPDFSDK_WidgetHandler::OnRButtonUp(CPDFSDK_PageView* pPageView, function in class:CPDFSDK_WidgetHandler
186 return m_pFormFiller->OnRButtonUp(pPageView, pAnnot, nFlags, point);
H A Dcpdfsdk_baannothandler.cpp139 bool CPDFSDK_BAAnnotHandler::OnRButtonUp(CPDFSDK_PageView* pPageView, function in class:CPDFSDK_BAAnnotHandler
H A Dcpdfsdk_baannothandler.h81 bool OnRButtonUp(CPDFSDK_PageView* pPageView,
H A Dcpdfsdk_widgethandler.h81 bool OnRButtonUp(CPDFSDK_PageView* pPageView,
H A Dcpdfsdk_xfawidgethandler.h75 bool OnRButtonUp(CPDFSDK_PageView* pPageView,
H A Dcpdfsdk_xfawidgethandler.cpp220 bool CPDFSDK_XFAWidgetHandler::OnRButtonUp(CPDFSDK_PageView* pPageView, function in class:CPDFSDK_XFAWidgetHandler
228 return pWidgetHandler->OnRButtonUp((*pAnnot)->GetXFAWidget(),
H A Dcpdfsdk_annothandlermgr.cpp173 ->OnRButtonUp(pPageView, pAnnot, nFlags, point);
H A Dcpdfsdk_pageview.cpp282 bool CPDFSDK_PageView::OnRButtonUp(const CFX_PointF& point, uint32_t nFlag) { function in class:CPDFSDK_PageView
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.h65 bool OnRButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
H A DPWL_Wnd.h259 virtual bool OnRButtonUp(const CFX_PointF& point, uint32_t nFlag);
/external/pdfium/xfa/fxfa/
H A Dxfa_ffwidgethandler.h49 bool OnRButtonUp(CXFA_FFWidget* hWidget,
H A Dxfa_ffwidget.h71 virtual bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point);
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_formfiller.h66 virtual bool OnRButtonUp(CPDFSDK_PageView* pPageView,
H A Dcffl_interactiveformfiller.h70 bool OnRButtonUp(CPDFSDK_PageView* pPageView,
H A Dcffl_formfiller.cpp200 bool CFFL_FormFiller::OnRButtonUp(CPDFSDK_PageView* pPageView, function in class:CFFL_FormFiller
208 pWnd->OnRButtonUp(WndtoPWL(pPageView, point), nFlags);

Completed in 282 milliseconds

12