HomeSort by relevance Sort by last modified time
    Searched refs:SetLayerTreeHost (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/cc/test/
fake_layer_tree_host.cc 14 client_->SetLayerTreeHost(this);
30 client_->SetLayerTreeHost(NULL);
fake_proxy.cc 9 void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
fake_layer_tree_host_client.h 30 void SetLayerTreeHost(LayerTreeHost* host) { host_ = host; }
fake_proxy.h 22 void SetLayerTreeHost(LayerTreeHost* host);
  /external/chromium_org/cc/layers/
delegated_renderer_layer.cc 40 void DelegatedRendererLayer::SetLayerTreeHost(LayerTreeHost* host) {
42 Layer::SetLayerTreeHost(host);
59 Layer::SetLayerTreeHost(host);
delegated_renderer_layer.h 26 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
ui_resource_layer.h 25 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
content_layer.h 41 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
picture_layer.h 29 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
content_layer.cc 55 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
56 TiledLayer::SetLayerTreeHost(host);
picture_layer.cc 59 void PictureLayer::SetLayerTreeHost(LayerTreeHost* host) {
60 Layer::SetLayerTreeHost(host);
ui_resource_layer.cc 104 void UIResourceLayer::SetLayerTreeHost(LayerTreeHost* host) {
108 Layer::SetLayerTreeHost(host);
painted_scrollbar_layer.h 42 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
texture_layer.cc 183 void TextureLayer::SetLayerTreeHost(LayerTreeHost* host) {
185 Layer::SetLayerTreeHost(host);
202 Layer::SetLayerTreeHost(host);
texture_layer.h 139 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
tiled_layer.h 32 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
painted_scrollbar_layer.cc 155 void PaintedScrollbarLayer::SetLayerTreeHost(LayerTreeHost* host) {
163 ContentsScalingLayer::SetLayerTreeHost(host);
layer.cc 109 void Layer::SetLayerTreeHost(LayerTreeHost* host) {
120 children_[i]->SetLayerTreeHost(host);
123 mask_layer_->SetLayerTreeHost(host);
125 replica_layer_->SetLayerTreeHost(host);
229 SetLayerTreeHost(parent_ ? parent_->layer_tree_host() : NULL);
    [all...]
layer.h 333 virtual void SetLayerTreeHost(LayerTreeHost* host);
579 // updated via SetLayerTreeHost() if a layer moves between trees.
layer_unittest.cc 150 test_layer->SetLayerTreeHost(layer_tree_host_.get());
154 test_layer->SetLayerTreeHost(NULL);
    [all...]
tiled_layer.cc 251 void TiledLayer::SetLayerTreeHost(LayerTreeHost* host) {
265 ContentsScalingLayer::SetLayerTreeHost(host);
  /external/chromium_org/content/browser/android/
ui_resource_provider_impl.h 26 void SetLayerTreeHost(cc::LayerTreeHost* host);
ui_resource_provider_impl.cc 20 SetLayerTreeHost(NULL);
23 void UIResourceProviderImpl::SetLayerTreeHost(cc::LayerTreeHost* host) {
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 438 ui_resource_provider_.SetLayerTreeHost(NULL);
473 ui_resource_provider_.SetLayerTreeHost(host_.get());
  /external/chromium_org/cc/trees/
layer_tree_host.cc 172 root_layer_->SetLayerTreeHost(NULL);
574 root_layer_->SetLayerTreeHost(NULL);
578 root_layer_->SetLayerTreeHost(this);
    [all...]

Completed in 591 milliseconds

1 2