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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 88 m_rectBasedTestResult = adoptPtr(other.m_rectBasedTestResult ? new NodeSet(*other.m_rectBasedTestResult) : 0);
107 m_rectBasedTestResult = adoptPtr(other.m_rectBasedTestResult ? new NodeSet(*other.m_rectBasedTestResult) : 0);
452 if (other.m_rectBasedTestResult) {
454 for (NodeSet::const_iterator it = other.m_rectBasedTestResult->begin(), last = other.m_rectBasedTestResult->end(); it != last; ++it)
461 if (!m_rectBasedTestResult)
    [all...]
HitTestResult.h 116 // If m_rectBasedTestResult is 0 then set it to a new NodeSet. Return *m_rectBasedTestResult. Lazy allocation makes
138 mutable OwnPtr<NodeSet> m_rectBasedTestResult;

Completed in 25 milliseconds