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

  /external/chromium_org/cc/layers/
delegated_renderer_layer.cc 42 void DelegatedRendererLayer::SetLayerTreeHost(LayerTreeHost* host) {
44 Layer::SetLayerTreeHost(host);
61 Layer::SetLayerTreeHost(host);
delegated_renderer_layer.h 27 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
ui_resource_layer.h 27 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
content_layer.h 44 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
picture_layer.h 30 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
content_layer.cc 68 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
69 TiledLayer::SetLayerTreeHost(host);
picture_layer.cc 60 void PictureLayer::SetLayerTreeHost(LayerTreeHost* host) {
61 Layer::SetLayerTreeHost(host);
ui_resource_layer.cc 103 void UIResourceLayer::SetLayerTreeHost(LayerTreeHost* host) {
107 Layer::SetLayerTreeHost(host);
painted_scrollbar_layer.h 41 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
texture_layer.cc 184 void TextureLayer::SetLayerTreeHost(LayerTreeHost* host) {
186 Layer::SetLayerTreeHost(host);
209 Layer::SetLayerTreeHost(host);
texture_layer.h 137 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
tiled_layer.h 33 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
painted_scrollbar_layer.cc 139 void PaintedScrollbarLayer::SetLayerTreeHost(LayerTreeHost* host) {
147 ContentsScalingLayer::SetLayerTreeHost(host);
layer.cc 105 void Layer::SetLayerTreeHost(LayerTreeHost* host) {
116 children_[i]->SetLayerTreeHost(host);
119 mask_layer_->SetLayerTreeHost(host);
121 replica_layer_->SetLayerTreeHost(host);
235 SetLayerTreeHost(parent_ ? parent_->layer_tree_host() : NULL);
    [all...]
layer.h 334 virtual void SetLayerTreeHost(LayerTreeHost* host);
566 // updated via SetLayerTreeHost() if a layer moves between trees.
tiled_layer.cc 252 void TiledLayer::SetLayerTreeHost(LayerTreeHost* host) {
266 ContentsScalingLayer::SetLayerTreeHost(host);
    [all...]
layer_unittest.cc 150 test_layer->SetLayerTreeHost(layer_tree_host_.get());
154 test_layer->SetLayerTreeHost(NULL);
    [all...]
scrollbar_layer_unittest.cc 461 scrollbar_layer_->SetLayerTreeHost(layer_tree_host());
tiled_layer_unittest.cc 655 layer->SetLayerTreeHost(layer_tree_host_.get());
    [all...]
  /external/chromium_org/cc/test/
fake_proxy.cc 9 void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
fake_proxy.h 22 void SetLayerTreeHost(LayerTreeHost* host);
layer_tree_test.cc 666 layer_tree_host_->root_layer()->SetLayerTreeHost(NULL);
  /external/chromium_org/cc/trees/
layer_tree_host.cc 167 root_layer_->SetLayerTreeHost(NULL);
620 root_layer_->SetLayerTreeHost(NULL);
624 root_layer_->SetLayerTreeHost(this);
    [all...]
layer_tree_host_unittest.cc     [all...]

Completed in 277 milliseconds