Home
last modified time | relevance | path

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

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