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/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp
94
m_rectBasedTestResult
= adoptPtr(other.
m_rectBasedTestResult
? new NodeSet(*other.
m_rectBasedTestResult
) : 0);
115
m_rectBasedTestResult
= adoptPtr(other.
m_rectBasedTestResult
? new NodeSet(*other.
m_rectBasedTestResult
) : 0);
470
if (other.
m_rectBasedTestResult
) {
472
for (NodeSet::const_iterator it = other.
m_rectBasedTestResult
->begin(), last = other.
m_rectBasedTestResult
->end(); it != last; ++it)
479
if (!
m_rectBasedTestResult
)
[
all
...]
HitTestResult.h
122
// If
m_rectBasedTestResult
is 0 then set it to a new NodeSet. Return *
m_rectBasedTestResult
. Lazy allocation makes
146
mutable OwnPtr<NodeSet>
m_rectBasedTestResult
;
Completed in 30 milliseconds