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

1 2

  /external/chromium_org/content/browser/android/
ui_resource_provider_impl.h 25 void SetLayerTreeHost(cc::LayerTreeHost* host);
ui_resource_provider_impl.cc 17 SetLayerTreeHost(NULL);
20 void UIResourceProviderImpl::SetLayerTreeHost(cc::LayerTreeHost* host) {
  /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.cc 52 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
53 TiledLayer::SetLayerTreeHost(host);
content_layer.h 44 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
picture_layer.h 30 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
picture_layer.cc 66 void PictureLayer::SetLayerTreeHost(LayerTreeHost* host) {
67 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 179 void TextureLayer::SetLayerTreeHost(LayerTreeHost* host) {
181 Layer::SetLayerTreeHost(host);
198 Layer::SetLayerTreeHost(host);
texture_layer.h 136 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
tiled_layer.h 33 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
painted_scrollbar_layer.cc 159 void PaintedScrollbarLayer::SetLayerTreeHost(LayerTreeHost* host) {
167 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);
225 SetLayerTreeHost(parent_ ? parent_->layer_tree_host() : NULL);
    [all...]
layer.h 332 virtual void SetLayerTreeHost(LayerTreeHost* host);
569 // updated via SetLayerTreeHost() if a layer moves between trees.
tiled_layer.cc 253 void TiledLayer::SetLayerTreeHost(LayerTreeHost* host) {
267 ContentsScalingLayer::SetLayerTreeHost(host);
layer_unittest.cc 152 test_layer->SetLayerTreeHost(layer_tree_host_.get());
156 test_layer->SetLayerTreeHost(NULL);
    [all...]
scrollbar_layer_unittest.cc 521 scrollbar_layer_->SetLayerTreeHost(layer_tree_host());
    [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 747 layer_tree_host_->root_layer()->SetLayerTreeHost(NULL);
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 405 ui_resource_provider_.SetLayerTreeHost(NULL);
435 ui_resource_provider_.SetLayerTreeHost(host_.get());
  /external/chromium_org/cc/trees/
layer_tree_host.cc 153 root_layer_->SetLayerTreeHost(NULL);
540 root_layer_->SetLayerTreeHost(NULL);
544 root_layer_->SetLayerTreeHost(this);
    [all...]

Completed in 241 milliseconds

1 2