/external/chromium_org/cc/trees/ |
D | layer_tree_impl.cc | 25 LayerTreeImpl::LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl) in LayerTreeImpl() function in cc::LayerTreeImpl 50 LayerTreeImpl::~LayerTreeImpl() { in ~LayerTreeImpl() 72 void LayerTreeImpl::SetRootLayer(scoped_ptr<LayerImpl> layer) { in SetRootLayer() 82 void LayerTreeImpl::FindRootScrollLayer() { in FindRootScrollLayer() 100 scoped_ptr<LayerImpl> LayerTreeImpl::DetachLayerTree() { in DetachLayerTree() 114 void LayerTreeImpl::PushPropertiesTo(LayerTreeImpl* target_tree) { in PushPropertiesTo() 162 LayerImpl* LayerTreeImpl::RootScrollLayer() const { in RootScrollLayer() 166 LayerImpl* LayerTreeImpl::RootContainerLayer() const { in RootContainerLayer() 170 LayerImpl* LayerTreeImpl::CurrentlyScrollingLayer() const { in CurrentlyScrollingLayer() 175 void LayerTreeImpl::SetCurrentlyScrollingLayer(LayerImpl* layer) { in SetCurrentlyScrollingLayer() [all …]
|
D | layer_tree_impl.h | 39 class LayerTreeImpl; 52 class CC_EXPORT LayerTreeImpl { 54 static scoped_ptr<LayerTreeImpl> create( 56 return make_scoped_ptr(new LayerTreeImpl(layer_tree_host_impl)); 58 virtual ~LayerTreeImpl(); 104 void PushPropertiesTo(LayerTreeImpl* tree_impl); 191 void PushPersistedState(LayerTreeImpl* pending_tree); 232 explicit LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl); 285 DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl);
|
D | tree_synchronizer.h | 15 class LayerTreeImpl; variable 26 LayerTreeImpl* tree_impl); 30 LayerTreeImpl* tree_impl);
|
D | tree_synchronizer.cc | 45 LayerTreeImpl* tree_impl) { in SynchronizeTreesInternal() 65 LayerTreeImpl* tree_impl) { in SynchronizeTrees() 73 LayerTreeImpl* tree_impl) { in SynchronizeTrees() 82 LayerTreeImpl* tree_impl) { in ReuseOrCreateLayerImpl() 97 LayerTreeImpl* tree_impl) { in SynchronizeTreesRecursiveInternal() 127 LayerTreeImpl* tree_impl) { in SynchronizeTreesRecursive() 136 LayerTreeImpl* tree_impl) { in SynchronizeTreesRecursive()
|
D | layer_tree_host_impl.h | 45 class LayerTreeImpl; variable 269 LayerTreeImpl* active_tree() { return active_tree_.get(); } in active_tree() 270 const LayerTreeImpl* active_tree() const { return active_tree_.get(); } in active_tree() 271 LayerTreeImpl* pending_tree() { return pending_tree_.get(); } in pending_tree() 272 const LayerTreeImpl* pending_tree() const { return pending_tree_.get(); } in pending_tree() 273 const LayerTreeImpl* recycle_tree() const { return recycle_tree_.get(); } in recycle_tree() 540 scoped_ptr<LayerTreeImpl> active_tree_; 544 scoped_ptr<LayerTreeImpl> pending_tree_; 548 scoped_ptr<LayerTreeImpl> recycle_tree_;
|
/external/chromium_org/cc/debug/ |
D | debug_colors.h | 13 class LayerTreeImpl; variable 18 static int TiledContentLayerBorderWidth(const LayerTreeImpl* tree_impl); 21 static int ImageLayerBorderWidth(const LayerTreeImpl* tree_impl); 24 static int ContentLayerBorderWidth(const LayerTreeImpl* tree_impl); 27 static int MaskingLayerBorderWidth(const LayerTreeImpl* tree_impl); 30 static int ContainerLayerBorderWidth(const LayerTreeImpl* tree_impl); 33 static int SurfaceBorderWidth(const LayerTreeImpl* tree_impl); 36 static int SurfaceReplicaBorderWidth(const LayerTreeImpl* tree_impl); 39 static int HighResTileBorderWidth(const LayerTreeImpl* tree_impl); 42 static int LowResTileBorderWidth(const LayerTreeImpl* tree_impl); [all …]
|
D | debug_colors.cc | 11 static float Scale(float width, const LayerTreeImpl* tree_impl) { in Scale() 21 int DebugColors::TiledContentLayerBorderWidth(const LayerTreeImpl* tree_impl) { in TiledContentLayerBorderWidth() 29 int DebugColors::ImageLayerBorderWidth(const LayerTreeImpl* tree_impl) { in ImageLayerBorderWidth() 37 int DebugColors::ContentLayerBorderWidth(const LayerTreeImpl* tree_impl) { in ContentLayerBorderWidth() 45 int DebugColors::MaskingLayerBorderWidth(const LayerTreeImpl* tree_impl) { in MaskingLayerBorderWidth() 53 int DebugColors::ContainerLayerBorderWidth(const LayerTreeImpl* tree_impl) { in ContainerLayerBorderWidth() 61 int DebugColors::SurfaceBorderWidth(const LayerTreeImpl* tree_impl) { in SurfaceBorderWidth() 69 int DebugColors::SurfaceReplicaBorderWidth(const LayerTreeImpl* tree_impl) { in SurfaceReplicaBorderWidth() 79 int DebugColors::HighResTileBorderWidth(const LayerTreeImpl* tree_impl) { in HighResTileBorderWidth() 87 int DebugColors::LowResTileBorderWidth(const LayerTreeImpl* tree_impl) { in LowResTileBorderWidth() [all …]
|
/external/chromium_org/cc/test/ |
D | fake_picture_layer_impl.h | 16 LayerTreeImpl* tree_impl, int id) { in Create() 21 LayerTreeImpl* tree_impl, int id, scoped_refptr<PicturePileImpl> pile) { in CreateWithPile() 25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 66 LayerTreeImpl* tree_impl, 69 FakePictureLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | fake_delegated_renderer_layer_impl.h | 15 LayerTreeImpl* tree_impl, int id) { in Create() 20 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 32 FakeDelegatedRendererLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | fake_content_layer_impl.h | 16 LayerTreeImpl* tree_impl, int id) { in Create() 21 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 42 explicit FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | fake_content_layer_impl.cc | 9 FakeContentLayerImpl::FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id) in FakeContentLayerImpl() 18 LayerTreeImpl* tree_impl) { in CreateLayerImpl()
|
/external/chromium_org/cc/layers/ |
D | painted_scrollbar_layer_impl.h | 15 class LayerTreeImpl; variable 21 LayerTreeImpl* tree_impl, 27 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 49 PaintedScrollbarLayerImpl(LayerTreeImpl* tree_impl,
|
D | solid_color_layer_impl.h | 16 static scoped_ptr<SolidColorLayerImpl> Create(LayerTreeImpl* tree_impl, in Create() 23 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 29 SolidColorLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | solid_color_scrollbar_layer_impl.h | 16 LayerTreeImpl* tree_impl, 24 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 33 SolidColorScrollbarLayerImpl(LayerTreeImpl* tree_impl,
|
D | picture_image_layer_impl.h | 14 static scoped_ptr<PictureImageLayerImpl> Create(LayerTreeImpl* tree_impl, in Create() 23 LayerTreeImpl* tree_impl) OVERRIDE; 33 PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | io_surface_layer_impl.h | 18 static scoped_ptr<IOSurfaceLayerImpl> Create(LayerTreeImpl* tree_impl, in Create() 26 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 38 IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | nine_patch_layer_impl.h | 26 static scoped_ptr<NinePatchLayerImpl> Create(LayerTreeImpl* tree_impl, in Create() 60 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 70 NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | ui_resource_layer_impl.h | 25 static scoped_ptr<UIResourceLayerImpl> Create(LayerTreeImpl* tree_impl, in Create() 42 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 54 UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | video_layer_impl.h | 25 static scoped_ptr<VideoLayerImpl> Create(LayerTreeImpl* tree_impl, 31 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 48 VideoLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | solid_color_scrollbar_layer_impl.cc | 14 LayerTreeImpl* tree_impl, in Create() 27 LayerTreeImpl* tree_impl) { in CreateLayerImpl() 34 LayerTreeImpl* tree_impl, in SolidColorScrollbarLayerImpl()
|
D | tiled_layer_impl.h | 20 static scoped_ptr<TiledLayerImpl> Create(LayerTreeImpl* tree_impl, int id) { in Create() 25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 53 TiledLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | texture_layer_impl.h | 20 static scoped_ptr<TextureLayerImpl> Create(LayerTreeImpl* tree_impl, in Create() 27 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* layer_tree_impl) 67 TextureLayerImpl(LayerTreeImpl* tree_impl, int id, bool uses_mailbox);
|
D | delegated_renderer_layer_impl.h | 21 LayerTreeImpl* tree_impl, int id) { in Create() 27 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 54 DelegatedRendererLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | heads_up_display_layer_impl.h | 30 static scoped_ptr<HeadsUpDisplayLayerImpl> Create(LayerTreeImpl* tree_impl, in Create() 36 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 69 HeadsUpDisplayLayerImpl(LayerTreeImpl* tree_impl, int id);
|
D | picture_image_layer_impl.cc | 14 PictureImageLayerImpl::PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id) in PictureImageLayerImpl() 26 LayerTreeImpl* tree_impl) { in CreateLayerImpl()
|