Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestResult.h82 const LayoutPoint& localPoint() const { return m_localPoint; } in localPoint()
83 void setLocalPoint(const LayoutPoint& p) { m_localPoint = p; } in setLocalPoint()
139 …LayoutPoint m_localPoint; // A point in the local coordinate space of m_innerNonSharedNode's rende… variable
DHitTestResult.cpp87 , m_localPoint(other.localPoint()) in HitTestResult()
108 m_localPoint = other.localPoint(); in operator =()
464 m_localPoint = other.localPoint(); in append()