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

  /external/chromium_org/ui/compositor/
compositor.cc 91 root_web_layer_ = cc::Layer::Create();
159 host_->SetRootLayer(root_web_layer_);
198 root_web_layer_->RemoveAllChildren();
200 root_web_layer_->AddChild(root_layer_->cc_layer());
263 root_web_layer_->SetBounds(size_in_pixel);
compositor.h 288 scoped_refptr<cc::Layer> root_web_layer_; member in class:ui::Compositor

Completed in 40 milliseconds