Searched refs:SetLayerTreeHost (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host.cc14 client_->SetLayerTreeHost(this);
30 client_->SetLayerTreeHost(NULL);
H A Dfake_proxy.cc9 void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::FakeProxy
H A Dfake_layer_tree_host_client.h30 void SetLayerTreeHost(LayerTreeHost* host) { host_ = host; } function in class:cc::FakeLayerTreeHostClient
H A Dfake_proxy.h22 void SetLayerTreeHost(LayerTreeHost* host);
/external/chromium_org/cc/layers/
H A Ddelegated_renderer_layer.cc40 void DelegatedRendererLayer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::DelegatedRendererLayer
42 Layer::SetLayerTreeHost(host);
59 Layer::SetLayerTreeHost(host);
H A Ddelegated_renderer_layer.h26 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
H A Dcontent_layer.h41 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
H A Dpicture_layer.h29 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
H A Dui_resource_layer.h25 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
H A Dcontent_layer.cc55 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::ContentLayer
56 TiledLayer::SetLayerTreeHost(host);
H A Dpicture_layer.cc59 void PictureLayer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::PictureLayer
60 Layer::SetLayerTreeHost(host);
H A Dui_resource_layer.cc104 void UIResourceLayer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::UIResourceLayer
108 Layer::SetLayerTreeHost(host);
H A Dpainted_scrollbar_layer.h42 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
H A Dtexture_layer.cc183 void TextureLayer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::TextureLayer
185 Layer::SetLayerTreeHost(host);
202 Layer::SetLayerTreeHost(host);
H A Dtexture_layer.h139 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
H A Dtiled_layer.h32 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
H A Dpainted_scrollbar_layer.cc155 void PaintedScrollbarLayer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::PaintedScrollbarLayer
163 ContentsScalingLayer::SetLayerTreeHost(host);
H A Dlayer.cc109 void Layer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::Layer
120 children_[i]->SetLayerTreeHost(host);
123 mask_layer_->SetLayerTreeHost(host);
125 replica_layer_->SetLayerTreeHost(host);
229 SetLayerTreeHost(parent_ ? parent_->layer_tree_host() : NULL);
H A Dlayer.h333 virtual void SetLayerTreeHost(LayerTreeHost* host);
579 // updated via SetLayerTreeHost() if a layer moves between trees.
H A Dlayer_unittest.cc150 test_layer->SetLayerTreeHost(layer_tree_host_.get());
154 test_layer->SetLayerTreeHost(NULL);
1217 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE {
1218 Layer::SetLayerTreeHost(host);
H A Dtiled_layer.cc251 void TiledLayer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::TiledLayer
265 ContentsScalingLayer::SetLayerTreeHost(host);
/external/chromium_org/content/browser/android/
H A Dui_resource_provider_impl.cc20 SetLayerTreeHost(NULL);
23 void UIResourceProviderImpl::SetLayerTreeHost(cc::LayerTreeHost* host) { function in class:content::UIResourceProviderImpl
H A Dui_resource_provider_impl.h26 void SetLayerTreeHost(cc::LayerTreeHost* host);
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc438 ui_resource_provider_.SetLayerTreeHost(NULL);
473 ui_resource_provider_.SetLayerTreeHost(host_.get());
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc172 root_layer_->SetLayerTreeHost(NULL);
574 root_layer_->SetLayerTreeHost(NULL);
578 root_layer_->SetLayerTreeHost(this);

Completed in 3157 milliseconds

12