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

  /external/pdfium/xfa/fxfa/
cxfa_fftext.h 29 const wchar_t* GetLinkURLAtPoint(const CFX_PointF& point);
cxfa_fftext.cpp 107 const wchar_t* wsURLContent = GetLinkURLAtPoint(point);
116 return GetRectWithoutRotate().Contains(point) && !!GetLinkURLAtPoint(point);
124 const wchar_t* wsURLContent = GetLinkURLAtPoint(point);
136 if (!GetLinkURLAtPoint(point))
141 const wchar_t* CXFA_FFText::GetLinkURLAtPoint(const CFX_PointF& point) {

Completed in 341 milliseconds