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

  /external/chromium_org/cc/layers/
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...]
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_frame_provider_client_impl.h 16 class VideoLayerImpl;
25 void set_active_video_layer(VideoLayerImpl* video_layer) {
50 VideoLayerImpl* active_video_layer_;
video_layer.h 17 class VideoLayerImpl;
33 // This pointer is only for passing to VideoLayerImpl's constructor. It should
video_layer.cc 22 return VideoLayerImpl::Create(tree_impl, id(), provider_).PassAs<LayerImpl>();
30 // but repaint rects need to be sent to the VideoLayerImpl via commit.
33 // communicate this directly to the VideoLayerImpl.
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_video.cc 76 VideoLayerImpl* video = static_cast<VideoLayerImpl*>(
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/content/common/
cc_messages_unittest.cc 33 using cc::VideoLayerImpl;

Completed in 3833 milliseconds