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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.h89 const LayoutPoint& localPoint() const { return m_localPoint; }
90 void setLocalPoint(const LayoutPoint& p) { m_localPoint = p; }
146 LayoutPoint m_localPoint; // A point in the local coordinate space of m_innerNonSharedNode's renderer. Allows us to efficiently member in class:blink::HitTestResult
H A DHitTestResult.cpp83 , m_localPoint(other.localPoint())
104 m_localPoint = other.localPoint();
427 m_localPoint = other.localPoint();

Completed in 75 milliseconds