Home
last modified time | relevance | path

Searched refs:VideoLayerImpl (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/layers/
Dvideo_layer_impl.cc28 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 …]
Dvideo_layer_impl.h23 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);
Dvideo_frame_provider_client_impl.h16 class VideoLayerImpl; variable
25 void set_active_video_layer(VideoLayerImpl* video_layer) { in set_active_video_layer()
50 VideoLayerImpl* active_video_layer_;
Dvideo_layer.h17 class VideoLayerImpl; variable
Dvideo_layer.cc22 return VideoLayerImpl::Create(tree_impl, id(), provider_).PassAs<LayerImpl>(); in CreateLayerImpl()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_video.cc76 VideoLayerImpl* video = static_cast<VideoLayerImpl*>( in DrawLayersOnThread()
Dlayer_tree_host_impl_unittest.cc3835 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/
Dcc_messages_unittest.cc34 using cc::VideoLayerImpl;