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