Searched refs:VideoLayerImpl (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/cc/layers/ |
D | video_layer_impl.cc | 28 scoped_ptr<VideoLayerImpl> VideoLayerImpl::Create( in Create() 32 scoped_ptr<VideoLayerImpl> layer(new VideoLayerImpl(tree_impl, id)); in Create() 39 VideoLayerImpl::VideoLayerImpl(LayerTreeImpl* tree_impl, int id) in VideoLayerImpl() function in cc::VideoLayerImpl 43 VideoLayerImpl::~VideoLayerImpl() { in ~VideoLayerImpl() 56 scoped_ptr<LayerImpl> VideoLayerImpl::CreateLayerImpl( in CreateLayerImpl() 58 return scoped_ptr<LayerImpl>(new VideoLayerImpl(tree_impl, id())); in CreateLayerImpl() 61 void VideoLayerImpl::PushPropertiesTo(LayerImpl* layer) { in PushPropertiesTo() 64 VideoLayerImpl* other = static_cast<VideoLayerImpl*>(layer); in PushPropertiesTo() 68 void VideoLayerImpl::DidBecomeActive() { in DidBecomeActive() 72 bool VideoLayerImpl::WillDraw(DrawMode draw_mode, in WillDraw() [all …]
|
D | video_layer_impl.h | 23 class CC_EXPORT VideoLayerImpl : public LayerImpl { 25 static scoped_ptr<VideoLayerImpl> Create(LayerTreeImpl* tree_impl, 28 virtual ~VideoLayerImpl(); 48 VideoLayerImpl(LayerTreeImpl* tree_impl, int id); 66 DISALLOW_COPY_AND_ASSIGN(VideoLayerImpl);
|
D | video_frame_provider_client_impl.h | 16 class VideoLayerImpl; variable 25 void set_active_video_layer(VideoLayerImpl* video_layer) { in set_active_video_layer() 50 VideoLayerImpl* active_video_layer_;
|
D | video_layer.h | 17 class VideoLayerImpl; variable
|
D | video_layer.cc | 22 return VideoLayerImpl::Create(tree_impl, id(), provider_).PassAs<LayerImpl>(); in CreateLayerImpl()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest_video.cc | 76 VideoLayerImpl* video = static_cast<VideoLayerImpl*>( in DrawLayersOnThread()
|
D | layer_tree_host_impl_unittest.cc | 3835 scoped_ptr<VideoLayerImpl> video_layer = in TEST_F() 3836 VideoLayerImpl::Create(host_impl_->active_tree(), 4, &provider); in TEST_F() 4874 scoped_ptr<VideoLayerImpl> video_layer = in TEST_F() 4875 VideoLayerImpl::Create(host_impl_->active_tree(), 2, &provider); in TEST_F()
|
/external/chromium_org/content/common/ |
D | cc_messages_unittest.cc | 34 using cc::VideoLayerImpl;
|