Searched defs:needs_push_properties (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer.h452 bool needs_push_properties() const { return needs_push_properties_; } function in class:cc::Layer
502 return needs_push_properties() || descendant_needs_push_properties();
H A Dlayer_impl.h536 return needs_push_properties() || descendant_needs_push_properties();
539 bool needs_push_properties() const { return needs_push_properties_; } function in class:cc::LayerImpl

Completed in 461 milliseconds