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

  /external/chromium_org/cc/layers/
video_frame_provider_client_impl.h 16 class VideoLayerImpl;
25 VideoLayerImpl* active_video_layer() { return active_video_layer_; }
26 void set_active_video_layer(VideoLayerImpl* video_layer) {
51 VideoLayerImpl* active_video_layer_;
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...]
video_layer.h 17 class VideoLayerImpl;
34 // This pointer is only for passing to VideoLayerImpl's constructor. It should
video_layer_impl_unittest.cc 35 VideoLayerImpl* video_layer_impl =
36 impl.AddChildToRoot<VideoLayerImpl>(&provider);
84 VideoLayerImpl* video_layer_impl =
85 impl.AddChildToRoot<VideoLayerImpl>(&provider);
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 74 VideoLayerImpl* video = static_cast<VideoLayerImpl*>(
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/content/common/
cc_messages_unittest.cc 41 using cc::VideoLayerImpl;
    [all...]

Completed in 576 milliseconds