OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextParent
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.cpp
198
ProfileNode*
nextParent
= m_parent;
199
if (!
nextParent
)
203
for (next = m_parent->nextSibling(); !next; next =
nextParent
->nextSibling()) {
204
nextParent
=
nextParent
->parent();
205
if (!
nextParent
)
/external/webkit/Source/WebCore/editing/
markup.cpp
375
ContainerNode*
nextParent
= next ? next->parentNode() : 0;
376
if (next != pastEnd && n !=
nextParent
) {
378
for (ContainerNode* parent = lastAncestorClosedOrSelf->parentNode(); parent && parent !=
nextParent
; parent = parent->parentNode()) {
[
all
...]
Completed in 24 milliseconds