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 22 class CC_EXPORT VideoLayerImpl : public LayerImpl {
24 static scoped_ptr<VideoLayerImpl> Create(LayerTreeImpl* tree_impl,
27 virtual ~VideoLayerImpl();
47 VideoLayerImpl(LayerTreeImpl* tree_impl, int id);
64 DISALLOW_COPY_AND_ASSIGN(VideoLayerImpl);
video_layer_impl.cc 27 scoped_ptr<VideoLayerImpl> VideoLayerImpl::Create(
31 scoped_ptr<VideoLayerImpl> layer(new VideoLayerImpl(tree_impl, id));
38 VideoLayerImpl::VideoLayerImpl(LayerTreeImpl* tree_impl, int id)
42 VideoLayerImpl::~VideoLayerImpl() {
55 scoped_ptr<LayerImpl> VideoLayerImpl::CreateLayerImpl(
57 return scoped_ptr<LayerImpl>(new VideoLayerImpl(tree_impl, id()))
    [all...]

Completed in 4045 milliseconds