Searched refs:num_descendants_that_draw_content_ (Results 1 – 4 of 4) sorted by relevance
51 num_descendants_that_draw_content_(0), in Layer()908 layer->SetNumDescendantsThatDrawContent(num_descendants_that_draw_content_); in PushPropertiesTo()1044 return num_descendants_that_draw_content_; in NumDescendantsThatDrawContent()1224 DCHECK_GE(num_descendants_that_draw_content_, 0); in AddDrawableDescendants()1225 DCHECK_GE(num_descendants_that_draw_content_ + num, 0); in AddDrawableDescendants()1228 num_descendants_that_draw_content_ += num; in AddDrawableDescendants()
69 num_descendants_that_draw_content_(0), in LayerImpl()183 if (num_descendants_that_draw_content_ == num_descendants) in SetNumDescendantsThatDrawContent()185 num_descendants_that_draw_content_ = num_descendants; in SetNumDescendantsThatDrawContent()549 layer->SetNumDescendantsThatDrawContent(num_descendants_that_draw_content_); in PushPropertiesTo()1553 return num_descendants_that_draw_content_; in NumDescendantsThatDrawContent()
592 int num_descendants_that_draw_content_; variable
656 int num_descendants_that_draw_content_; variable