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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.h82 const LayoutPoint& localPoint() const { return m_localPoint; }
83 void setLocalPoint(const LayoutPoint& p) { m_localPoint = p; }
139 LayoutPoint m_localPoint; // A point in the local coordinate space of m_innerNonSharedNode's renderer. Allows us to efficiently member in class:WebCore::HitTestResult
H A DHitTestResult.cpp87 , m_localPoint(other.localPoint())
108 m_localPoint = other.localPoint();
464 m_localPoint = other.localPoint();

Completed in 114 milliseconds