OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_rectBasedTestResult
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
HitTestResult.cpp
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
)
[
all
...]
HitTestResult.h
120
// If
m_rectBasedTestResult
is 0 then set it to a new NodeSet. Return *
m_rectBasedTestResult
. Lazy allocation makes
145
mutable OwnPtr<NodeSet>
m_rectBasedTestResult
;
Completed in 1742 milliseconds