HomeSort by relevance Sort by last modified time
    Searched defs:root_layer_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/browser/android/
content_view_core_impl.h 372 scoped_refptr<cc::Layer> root_layer_; member in class:content::ContentViewCoreImpl
overscroll_glow.h 102 scoped_refptr<cc::Layer> root_layer_; member in class:content::OverscrollGlow
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 104 scoped_refptr<cc::Layer> root_layer_; member in class:content::CompositorImpl
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl_unittest.cc 114 root_layer_ = root_layer.get();
131 LayerImpl* root_layer_; member in class:cc::__anon3841::DelegatedRendererLayerImplTestSimple
612 root_layer_ = root_layer.get();
662 LayerImpl* root_layer_; member in class:cc::__anon3841::DelegatedRendererLayerImplTestTransform
1039 LayerImpl* root_layer_; member in class:cc::__anon3841::DelegatedRendererLayerImplTestClip
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_impl.h 100 LayerImpl* root_layer() const { return root_layer_.get(); }
240 scoped_ptr<LayerImpl> root_layer_; member in class:cc::LayerTreeImpl
layer_tree_host.h 189 Layer* root_layer() { return root_layer_.get(); }
190 const Layer* root_layer() const { return root_layer_.get(); }
380 scoped_refptr<Layer> root_layer_; member in class:cc::LayerTreeHost
layer_tree_host_unittest.cc 279 root_layer_(ContentLayer::Create(&client_)) {
283 root_layer_->SetIsDrawable(true);
284 root_layer_->SetBounds(bounds_);
285 layer_tree_host()->SetRootLayer(root_layer_); variable
328 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestSetNeedsRedrawRect
340 root_layer_ = Layer::Create();
341 root_layer_->SetBounds(gfx::Size(10, 20));
345 root_layer_->AddChild(scaled_layer_);
347 layer_tree_host()->SetRootLayer(root_layer_); variable
381 scoped_refptr<Layer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestNoExtraCommitFromInvalidate
407 layer_tree_host()->SetRootLayer(root_layer_); variable
441 scoped_refptr<Layer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestNoExtraCommitFromScrollbarInvalidate
654 layer_tree_host()->SetRootLayer(root_layer_); variable
730 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestSetNextCommitForcesRedraw
746 layer_tree_host()->SetRootLayer(root_layer_); variable
823 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestUndrawnLayersDamageLater
1365 layer_tree_host()->SetRootLayer(root_layer_); variable
1440 scoped_refptr<NoScaleContentLayer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers
1887 layer_tree_host()->SetRootLayer(root_layer_); variable
1938 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestSurfaceNotAllocatedForLayersOutsideMemoryLimit
2435 layer_tree_host()->SetRootLayer(root_layer_); variable
2495 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestShutdownWithOnlySomeResourcesEvicted
4091 layer_tree_host()->SetRootLayer(root_layer_); variable
4131 scoped_refptr<Layer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestPushHiddenLayer
4149 layer_tree_host()->SetRootLayer(root_layer_); variable
4170 scoped_refptr<FakePictureLayer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestUpdateLayerInEmptyViewport
4456 layer_tree_host()->SetRootLayer(root_layer_); variable
4480 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon3948::LayerTreeHostTestNoQuadsForEmptyLayer
    [all...]
  /external/chromium_org/ui/compositor/
compositor.h 226 const Layer* root_layer() const { return root_layer_; }
227 Layer* root_layer() { return root_layer_; }
343 Layer* root_layer_; member in class:ui::Compositor

Completed in 1079 milliseconds