HomeSort by relevance Sort by last modified time
    Searched defs:needs_push_properties (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
layer.h 450 bool needs_push_properties() const { return needs_push_properties_; } 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();
522 bool needs_push_properties() const { return needs_push_properties_; } function in class:cc::LayerImpl

Completed in 165 milliseconds