Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp111 const wchar_t* wsURLContent = GetLinkURLAtPoint(point); in AcceptsFocusOnButtonDown()
124 return GetRectWithoutRotate().Contains(point) && !!GetLinkURLAtPoint(point); in OnMouseMove()
132 const wchar_t* wsURLContent = GetLinkURLAtPoint(point); in OnLButtonUp()
144 if (!GetLinkURLAtPoint(point)) in HitTest()
149 const wchar_t* CXFA_FFText::GetLinkURLAtPoint(const CFX_PointF& point) { in GetLinkURLAtPoint() function in CXFA_FFText
Dcxfa_fftext.h32 const wchar_t* GetLinkURLAtPoint(const CFX_PointF& point);