HomeSort by relevance Sort by last modified time
    Searched refs:GetFXWidgetAtPoint (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.cpp 145 CPDFSDK_Annot* CPDFSDK_PageView::GetFXWidgetAtPoint(const CFX_PointF& point) {
246 CPDFSDK_Annot::ObservedPtr pAnnot(GetFXWidgetAtPoint(point));
266 CPDFSDK_Annot::ObservedPtr pAnnot(GetFXWidgetAtPoint(point));
285 CPDFSDK_Annot::ObservedPtr pFXAnnot(GetFXWidgetAtPoint(point));
299 CPDFSDK_Annot::ObservedPtr pFXAnnot(GetFXWidgetAtPoint(point));
346 CPDFSDK_Annot::ObservedPtr pAnnot(GetFXWidgetAtPoint(point));
cpdfsdk_pageview.h 97 CPDFSDK_Annot* GetFXWidgetAtPoint(const CFX_PointF& point);

Completed in 52 milliseconds