OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:traverseRoots
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp
343
OwnPtr<SimpleNodeList>
traverseRoots
= findTraverseRoots(rootNode, matchTraverseRoots);
344
if (
traverseRoots
->isEmpty())
349
while (!
traverseRoots
->isEmpty()) {
350
Node& node = *
traverseRoots
->next();
358
while (!
traverseRoots
->isEmpty()) {
359
Node* traverseRoot =
traverseRoots
->next();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 358 milliseconds