Home
last modified time | relevance | path

Searched refs:needs_push_properties_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer.h452 bool needs_push_properties() const { return needs_push_properties_; } in needs_push_properties()
457 needs_push_properties_ = false; in reset_needs_push_properties_for_testing()
511 bool needs_push_properties_; variable
Dlayer.cc41 : needs_push_properties_(false), in Layer()
171 if (needs_push_properties_) in SetNeedsPushProperties()
175 needs_push_properties_ = true; in SetNeedsPushProperties()
1006 needs_push_properties_ = false; in PushPropertiesTo()
Dlayer_impl.cc71 needs_push_properties_(false), in LayerImpl()
607 needs_push_properties_ = false; in PushPropertiesTo()
740 needs_push_properties_ = false; in ResetAllChangeTrackingForSubtree()
1393 if (needs_push_properties_) in SetNeedsPushProperties()
1397 needs_push_properties_ = true; in SetNeedsPushProperties()
Dlayer_impl.h539 bool needs_push_properties() const { return needs_push_properties_; } in needs_push_properties()
670 bool needs_push_properties_; variable
Dtiled_layer.cc234 needs_push_properties_ = true; in PushPropertiesTo()
Dpicture_layer_impl.cc150 needs_push_properties_ = true; in PushPropertiesTo()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest.cc2931 needs_push_properties_ = true; in PushPropertiesTo()