Searched refs:depth_ (Results 1 – 6 of 6) sorted by relevance
44 depth_(0), in XmppStanzaParser()51 depth_ = 0; in Reset()58 if (depth_++ == 0) { in IncomingStartElement()75 if (depth_ > 1) { in IncomingCharacterData()83 if (--depth_ == 0) { in IncomingEndElement()90 if (depth_ == 1) { in IncomingEndElement()
89 int depth_; variable
266 depth_: 0, property in TreeItem268 return this.depth_;277 if (depth != this.depth_) {280 this.depth_ = depth;
462 explicit NestingTest(int* depth) : depth_(depth) { in NestingTest()465 if (*depth_ > 0) { in Run()466 *depth_ -= 1; in Run()467 MessageLoop::current()->PostTask(FROM_HERE, new NestingTest(depth_)); in Run()475 int* depth_; member in __anon223d7da50111::NestingTest751 depth_(depth), in RecursiveTask()757 if (depth_ > 0) { in Run()761 new RecursiveTask(depth_ - 1, order(), cookie(), is_reentrant_)); in Run()767 int depth_; member in __anon223d7da50111::RecursiveTask
1281 int depth() const { return depth_; } in depth()1291 depth_(depth) {} in MaterializedLiteral()1296 int depth_; variable
4400 : literal_index_(index), depth_(depth) {4405 int depth() const { return depth_; }4409 int depth_;