Home | Sort by relevance Sort by last modified time |
/external/chromium_org/cc/layers/ | |
layer.h | 385 bool needs_push_properties() const { return needs_push_properties_; } function in class:cc::Layer 416 return needs_push_properties() || descendant_needs_push_properties(); |
layer_impl.h | 445 bool needs_push_properties() const { return true; } function in class:cc::LayerImpl |