OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_innerNonSharedNode
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
HitTestResult.cpp
92
,
m_innerNonSharedNode
(other.innerNonSharedNode())
119
m_innerNonSharedNode
= other.innerNonSharedNode();
158
m_innerNonSharedNode
= n;
185
if (!
m_innerNonSharedNode
)
188
Frame* frame =
m_innerNonSharedNode
->document()->frame();
200
if (!
m_innerNonSharedNode
)
203
DocumentMarker* marker =
m_innerNonSharedNode
->document()->markers()->markerContainingPoint(m_point, DocumentMarker::Grammar);
207
if (RenderObject* renderer =
m_innerNonSharedNode
->renderer())
216
if (!
m_innerNonSharedNode
)
219
DocumentMarker* marker =
m_innerNonSharedNode
->document()->markers()->markerContainingPoint(m_point, DocumentMarker::Replacement)
[
all
...]
HitTestResult.h
59
Node* innerNonSharedNode() const { return
m_innerNonSharedNode
.get(); }
133
RefPtr<Node>
m_innerNonSharedNode
;
135
IntPoint m_localPoint; // A point in the local coordinate space of
m_innerNonSharedNode
's renderer. Allows us to efficiently
Completed in 20 milliseconds