Home
last modified time | relevance | path

Searched refs:cloned_layer_tree_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dcontents_web_view.cc68 if (!cloned_layer_tree_) in OnLayerRecreated()
79 old_layer->Add(cloned_layer_tree_->release()); in OnLayerRecreated()
80 cloned_layer_tree_.reset(); in OnLayerRecreated()
86 cloned_layer_tree_ = wm::RecreateLayers(web_contents()->GetNativeView()); in CloneWebContentsLayer()
87 if (!cloned_layer_tree_ || !cloned_layer_tree_->root()) { in CloneWebContentsLayer()
88 cloned_layer_tree_.reset(); in CloneWebContentsLayer()
99 ui::Layer::ConvertPointToLayer(cloned_layer_tree_->root(), layer(), &origin); in CloneWebContentsLayer()
100 cloned_layer_tree_->root()->SetBounds( in CloneWebContentsLayer()
101 gfx::Rect(origin, cloned_layer_tree_->root()->bounds().size())); in CloneWebContentsLayer()
102 layer()->Add(cloned_layer_tree_->root()); in CloneWebContentsLayer()
[all …]
Dcontents_web_view.h52 scoped_ptr<ui::LayerTreeOwner> cloned_layer_tree_; variable