Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_rectBasedTestResult

109     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)
631 m_rectBasedTestResult = adoptPtr(new NodeSet);
632 return *m_rectBasedTestResult;
637 if (!m_rectBasedTestResult)
638 m_rectBasedTestResult = adoptPtr(new NodeSet);
639 return *m_rectBasedTestResult;