Home | Sort by relevance Sort by last modified time |
/external/chromium_org/cc/layers/ | |
draw_properties.h | 30 num_unclipped_descendants(0), 98 int num_unclipped_descendants; member in struct:cc::DrawProperties |
layer.h | 265 int num_unclipped_descendants() const { function in class:cc::Layer 266 return draw_properties_.num_unclipped_descendants; |
layer_impl.h | 346 int num_unclipped_descendants() const { function in class:cc::LayerImpl 347 return draw_properties_.num_unclipped_descendants; |
delegated_renderer_layer_impl.cc | 425 DCHECK_EQ(0, num_unclipped_descendants()); |
/external/chromium_org/cc/trees/ | |
layer_tree_host_common.cc | 312 DCHECK(current_target->num_unclipped_descendants() == 0 || 1047 int num_unclipped_descendants; member in struct:cc::PreCalculateMetaInformationRecursiveData [all...] |
layer_tree_host_common_unittest.cc | [all...] |