Home
last modified time | relevance | path

Searched refs:num_descendants_that_draw_content_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer.cc51 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()
Dlayer_impl.cc69 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()
Dlayer.h592 int num_descendants_that_draw_content_; variable
Dlayer_impl.h656 int num_descendants_that_draw_content_; variable