Home
last modified time | relevance | path

Searched refs:GetFXWidgetAtPoint (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp104 CPDFSDK_Annot* CPDFSDK_PageView::GetFXWidgetAtPoint(const CFX_PointF& point) { in GetFXWidgetAtPoint() function in CPDFSDK_PageView
267 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnFocus()
278 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnLButtonDown()
299 ObservedPtr<CPDFSDK_Annot> pFXAnnot(GetFXWidgetAtPoint(point)); in OnLButtonUp()
312 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnLButtonDblClk()
331 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnRButtonDown()
348 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnRButtonUp()
418 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnMouseWheel()
Dcpdfsdk_pageview.h99 CPDFSDK_Annot* GetFXWidgetAtPoint(const CFX_PointF& point);