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

  /external/chromium_org/cc/trees/
layer_tree_impl.h 154 return has_transparent_background_;
157 has_transparent_background_ = transparent;
289 bool has_transparent_background_; member in class:cc::LayerTreeImpl
layer_tree_host.h 208 has_transparent_background_ = transparent;
400 bool has_transparent_background_; member in class:cc::LayerTreeHost
layer_tree_host.cc 113 has_transparent_background_(false),
306 sync_tree->set_has_transparent_background(has_transparent_background_);
    [all...]
layer_tree_impl.cc 76 has_transparent_background_(false),
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 144 bool has_transparent_background_; member in class:content::CompositorImpl
compositor_impl_android.cc 191 has_transparent_background_(false),
433 host_->set_has_transparent_background(has_transparent_background_);
456 has_transparent_background_ = flag;

Completed in 255 milliseconds