OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ancestors
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/dom/
EventDispatcher.cpp
135
Vector<EventContext>::const_iterator lowestCommonBoundary =
m_ancestors
.end();
139
Vector<EventContext>::const_iterator targetAncestor =
m_ancestors
.end();
151
if (targetAncestor ==
m_ancestors
.begin()) {
168
lowestCommonBoundary =
m_ancestors
.begin();
174
lowestCommonBoundary =
m_ancestors
.begin();
178
if (lowestCommonBoundary !=
m_ancestors
.end())
179
m_ancestors
.shrink(lowestCommonBoundary -
m_ancestors
.begin());
209
bool noCommonBoundary = ancestorsCrossShadowBoundaries(
m_ancestors
);
275
m_ancestors
.append(EventContext(ancestor, eventTargetRespectingSVGTargetRules(ancestor), target))
[
all
...]
EventDispatcher.h
68
Vector<EventContext>
m_ancestors
;
member in class:WebCore::EventDispatcher
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java
1222
int[]
m_ancestors
= new int[m_blocksize];
field in class:SAX2DTM2.AncestorIterator
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java
1589
org.apache.xml.utils.NodeVector
m_ancestors
=
field in class:DTMDefaultBaseIterators.AncestorIterator
[
all
...]
Completed in 53 milliseconds