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

  /external/chromium_org/cc/layers/
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);
video_layer_impl.cc 28 scoped_ptr<VideoLayerImpl> VideoLayerImpl::Create(
32 scoped_ptr<VideoLayerImpl> layer(new VideoLayerImpl(tree_impl, id));
39 VideoLayerImpl::VideoLayerImpl(LayerTreeImpl* tree_impl, int id)
43 VideoLayerImpl::~VideoLayerImpl() {
56 scoped_ptr<LayerImpl> VideoLayerImpl::CreateLayerImpl(
58 return scoped_ptr<LayerImpl>(new VideoLayerImpl(tree_impl, id()))
    [all...]

Completed in 39 milliseconds