HomeSort by relevance Sort by last modified time
    Searched refs:m_localPoint (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 61 IntPoint localPoint() const { return m_localPoint; }
71 void setLocalPoint(const IntPoint& p) { m_localPoint = p; }
135 IntPoint m_localPoint; // A point in the local coordinate space of m_innerNonSharedNode's renderer. Allows us to efficiently
HitTestResult.cpp 94 , m_localPoint(other.localPoint())
121 m_localPoint = other.localPoint();
603 m_localPoint = other.localPoint();

Completed in 29 milliseconds