Home | History | Annotate | Download | only in base

Lines Matching refs:depth_

462   explicit NestingTest(int* depth) : depth_(depth) {
465 if (*depth_ > 0) {
466 *depth_ -= 1;
467 MessageLoop::current()->PostTask(FROM_HERE, new NestingTest(depth_));
475 int* depth_;
751 depth_(depth),
757 if (depth_ > 0) {
761 new RecursiveTask(depth_ - 1, order(), cookie(), is_reentrant_));
767 int depth_;