Searched refs:GetLinkURLAtPoint (Results 1 – 2 of 2) sorted by relevance
111 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
32 const wchar_t* GetLinkURLAtPoint(const CFX_PointF& point);