OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:walkSubtree
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
domdivwalk.js
77
function
walkSubtree
(parent, depth) {
87
walkSubtree
(child, depth + 1);
91
walkSubtree
(this.suite.benchmarkContent, 0);
95
function
walkSubtree
(parent, depth) {
102
walkSubtree
(child, depth + 1);
105
walkSubtree
(this.suite.benchmarkContent, 0);
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base.js
112
function
walkSubtree
(subtree, directory)
122
walkSubtree
(child, childPath);
126
walkSubtree
(tree, '');
Completed in 83 milliseconds