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

/external/webkit/Source/WebCore/rendering/
H A DHitTestResult.cpp109 m_rectBasedTestResult = adoptPtr(other.m_rectBasedTestResult ? new NodeSet(*other.m_rectBasedTestResult) : 0);
135 m_rectBasedTestResult = adoptPtr(other.m_rectBasedTestResult ? new NodeSet(*other.m_rectBasedTestResult) : 0);
609 if (other.m_rectBasedTestResult) {
611 for (NodeSet::const_iterator it = other.m_rectBasedTestResult->begin(), last = other.m_rectBasedTestResult->end(); it != last; ++it)
630 if (!m_rectBasedTestResult)
[all...]
H A DHitTestResult.h120 // If m_rectBasedTestResult is 0 then set it to a new NodeSet. Return *m_rectBasedTestResult. Lazy allocation makes
145 mutable OwnPtr<NodeSet> m_rectBasedTestResult; member in class:WebCore::HitTestResult

Completed in 49 milliseconds