HomeSort by relevance Sort by last modified time
    Searched refs:needs_push_properties_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/cc/layers/
layer.h 450 bool needs_push_properties() const { return needs_push_properties_; }
455 needs_push_properties_ = false;
501 bool needs_push_properties_; member in class:cc::Layer
layer.cc 39 : needs_push_properties_(false),
167 if (needs_push_properties_)
171 needs_push_properties_ = true;
999 needs_push_properties_ = false;
    [all...]
layer_impl.cc 68 needs_push_properties_(false),
590 needs_push_properties_ = false;
723 needs_push_properties_ = false;
    [all...]
layer_impl.h 522 bool needs_push_properties() const { return needs_push_properties_; }
653 bool needs_push_properties_; member in class:cc::LayerImpl
tiled_layer.cc 236 needs_push_properties_ = true;
picture_layer_impl.cc 134 needs_push_properties_ = true;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]

Completed in 79 milliseconds