Home
last modified time | relevance | path

Searched refs:current_depth (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/mojo/public/cpp/utility/tests/
Drun_loop_unittest.cc322 size_t current_depth = ++depth_; in OnHandleReady() local
323 if (current_depth < kDepthLimit) { in OnHandleReady()
326 if (current_depth == kDepthLimit - 1) { in OnHandleReady()
335 EXPECT_EQ(current_depth, kDepthLimit); in OnHandleReady()
/external/ltrace/
Doutput.c54 static size_t current_depth = 0; variable
261 if (current_proc->callstack[current_depth].return_addr) in output_line()
505 current_depth = proc->callstack_depth; in output_left()
650 || current_depth != proc->callstack_depth)) { in output_right()
/external/chromium_org/ui/views/controls/tree/
Dtree_view.cc911 int current_depth, in GetNodeByRowImpl() argument
915 *node_depth = current_depth; in GetNodeByRowImpl()
920 current_depth++; in GetNodeByRowImpl()
923 node->GetChild(i), target_row, current_depth, current_row, in GetNodeByRowImpl()
Dtree_view.h316 int current_depth,
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc2318 for (int current_depth = 0; current_depth < depth; ++current_depth) { in GetNodeByPath() local
2327 if (strstr(name.start(), path[current_depth])) { in GetNodeByPath()