Home | History | Annotate | Download | only in src

Lines Matching defs:depth

1407   int depth() const {
1426 void set_depth(int depth) {
1427 DCHECK(depth >= 1);
1428 depth_ = depth;
1607 int flags = depth() == 1 ? kShallowElements : kNoFlags;