HomeSort by relevance Sort by last modified time
    Searched refs:depth_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
message_loop_unittest.cc 457 explicit NestingTest(int* depth) : depth_(depth) {
460 if (*depth_ > 0) {
461 *depth_ -= 1;
462 MessageLoop::current()->PostTask(FROM_HERE, new NestingTest(depth_));
470 int* depth_; member in class:NestingTest
746 depth_(depth),
752 if (depth_ > 0) {
756 new RecursiveTask(depth_ - 1, order(), cookie(), is_reentrant_));
762 int depth_; member in class:RecursiveTask
    [all...]
  /external/v8/src/
ast.h 765 : literal_index_(literal_index), is_simple_(is_simple), depth_(depth) {}
775 int depth() const { return depth_; }
780 int depth_; member in class:v8::internal::MaterializedLiteral
    [all...]

Completed in 26 milliseconds