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
91
m_rectBasedTestResult
= adoptPtrWillBeNoop(other.
m_rectBasedTestResult
? new NodeSet(*other.
m_rectBasedTestResult
) : 0);
112
m_rectBasedTestResult
= adoptPtrWillBeNoop(other.
m_rectBasedTestResult
? new NodeSet(*other.
m_rectBasedTestResult
) : 0);
459
if (other.
m_rectBasedTestResult
) {
461
for (NodeSet::const_iterator it = other.
m_rectBasedTestResult
->begin(), last = other.
m_rectBasedTestResult
->end(); it != last; ++it)
468
if (!
m_rectBasedTestResult
)
[
all
...]
HitTestResult.h
123
// If
m_rectBasedTestResult
is 0 then set it to a new NodeSet. Return *
m_rectBasedTestResult
. Lazy allocation makes
148
mutable OwnPtrWillBePersistent<NodeSet>
m_rectBasedTestResult
;
Completed in 349 milliseconds