Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DHitTestResult.h48 IntPoint localPoint() const { return m_localPoint; } in localPoint()
58 void setLocalPoint(const IntPoint& p) { m_localPoint = p; } in setLocalPoint()
83 …IntPoint m_localPoint; // A point in the local coordinate space of m_innerNonSharedNode's renderer… variable
DHitTestResult.cpp59 , m_localPoint(other.localPoint()) in HitTestResult()
75 m_localPoint = other.localPoint(); in operator =()