HomeSort by relevance Sort by last modified time
    Searched refs:descendant_needs_push_properties (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]
tree_synchronizer.cc 200 layer->descendant_needs_push_properties();
  /external/chromium_org/cc/test/
tiled_layer_test_common.cc 130 mask_layer()->descendant_needs_push_properties())
135 replica_layer()->descendant_needs_push_properties())
140 children()[i]->descendant_needs_push_properties())
  /external/chromium_org/cc/layers/
layer.h 451 bool descendant_needs_push_properties() const { function in class:cc::Layer
492 return needs_push_properties() || descendant_needs_push_properties();
layer_impl.h 519 return needs_push_properties() || descendant_needs_push_properties();
523 bool descendant_needs_push_properties() const { function in class:cc::LayerImpl

Completed in 985 milliseconds