Searched defs:SetLayerTreeHost (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host_client.h30 void SetLayerTreeHost(LayerTreeHost* host) { host_ = host; } function in class:cc::FakeLayerTreeHostClient
H A Dfake_proxy.cc9 void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::FakeProxy
/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
/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 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.cc155 void PaintedScrollbarLayer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::PaintedScrollbarLayer
163 ContentsScalingLayer::SetLayerTreeHost(host);
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 Dtiled_layer.cc251 void TiledLayer::SetLayerTreeHost(LayerTreeHost* host) { function in class:cc::TiledLayer
265 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);

Completed in 37 milliseconds