Searched refs:pointInMainFrame (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.h80 const LayoutPoint& pointInMainFrame() const { return m_hitTestLocation.point(); } function in class:blink::HitTestResult
81 IntPoint roundedPointInMainFrame() const { return roundedIntPoint(pointInMainFrame()); }

Completed in 70 milliseconds