Searched defs:VideoLayerImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dvideo_layer_impl.h24 class CC_EXPORT VideoLayerImpl : public LayerImpl { class in namespace:cc
26 static scoped_ptr<VideoLayerImpl> Create(LayerTreeImpl* tree_impl,
30 virtual ~VideoLayerImpl();
53 VideoLayerImpl(LayerTreeImpl* tree_impl,
75 DISALLOW_COPY_AND_ASSIGN(VideoLayerImpl);
H A Dvideo_layer_impl.cc28 scoped_ptr<VideoLayerImpl> VideoLayerImpl::Create(
33 scoped_ptr<VideoLayerImpl> layer(
34 new VideoLayerImpl(tree_impl, id, video_rotation));
41 VideoLayerImpl::VideoLayerImpl(LayerTreeImpl* tree_impl, function in class:cc::VideoLayerImpl
47 VideoLayerImpl::~VideoLayerImpl() {
60 scoped_ptr<LayerImpl> VideoLayerImpl::CreateLayerImpl(
62 VideoLayerImpl* imp
[all...]

Completed in 3872 milliseconds