Searched refs:GetLinkURLAtPoint (Results 1 – 2 of 2) sorted by relevance
107 const wchar_t* wsURLContent = GetLinkURLAtPoint(point); in OnLButtonDown()116 return GetRectWithoutRotate().Contains(point) && !!GetLinkURLAtPoint(point); in OnMouseMove()124 const wchar_t* wsURLContent = GetLinkURLAtPoint(point); in OnLButtonUp()136 if (!GetLinkURLAtPoint(point)) in OnHitTest()141 const wchar_t* CXFA_FFText::GetLinkURLAtPoint(const CFX_PointF& point) { in GetLinkURLAtPoint() function in CXFA_FFText
29 const wchar_t* GetLinkURLAtPoint(const CFX_PointF& point);