VideoLayerImpl 16 cc/layers/video_frame_provider_client_impl.h class VideoLayerImpl; VideoLayerImpl 25 cc/layers/video_frame_provider_client_impl.h VideoLayerImpl* active_video_layer() { return active_video_layer_; } VideoLayerImpl 26 cc/layers/video_frame_provider_client_impl.h void set_active_video_layer(VideoLayerImpl* video_layer) { VideoLayerImpl 51 cc/layers/video_frame_provider_client_impl.h VideoLayerImpl* active_video_layer_; VideoLayerImpl 22 cc/layers/video_layer.cc return VideoLayerImpl::Create(tree_impl, id(), provider_).PassAs<LayerImpl>(); VideoLayerImpl 17 cc/layers/video_layer.h class VideoLayerImpl; VideoLayerImpl 28 cc/layers/video_layer_impl.cc scoped_ptr<VideoLayerImpl> VideoLayerImpl::Create( VideoLayerImpl 32 cc/layers/video_layer_impl.cc scoped_ptr<VideoLayerImpl> layer(new VideoLayerImpl(tree_impl, id)); VideoLayerImpl 39 cc/layers/video_layer_impl.cc VideoLayerImpl::VideoLayerImpl(LayerTreeImpl* tree_impl, int id) VideoLayerImpl 43 cc/layers/video_layer_impl.cc VideoLayerImpl::~VideoLayerImpl() { VideoLayerImpl 56 cc/layers/video_layer_impl.cc scoped_ptr<LayerImpl> VideoLayerImpl::CreateLayerImpl( VideoLayerImpl 58 cc/layers/video_layer_impl.cc return scoped_ptr<LayerImpl>(new VideoLayerImpl(tree_impl, id())); VideoLayerImpl 61 cc/layers/video_layer_impl.cc void VideoLayerImpl::PushPropertiesTo(LayerImpl* layer) { VideoLayerImpl 64 cc/layers/video_layer_impl.cc VideoLayerImpl* other = static_cast<VideoLayerImpl*>(layer); VideoLayerImpl 68 cc/layers/video_layer_impl.cc void VideoLayerImpl::DidBecomeActive() { VideoLayerImpl 72 cc/layers/video_layer_impl.cc bool VideoLayerImpl::WillDraw(DrawMode draw_mode, VideoLayerImpl 127 cc/layers/video_layer_impl.cc void VideoLayerImpl::AppendQuads(QuadSink* quad_sink, VideoLayerImpl 292 cc/layers/video_layer_impl.cc void VideoLayerImpl::DidDraw(ResourceProvider* resource_provider) { VideoLayerImpl 316 cc/layers/video_layer_impl.cc void VideoLayerImpl::ReleaseResources() { VideoLayerImpl 320 cc/layers/video_layer_impl.cc void VideoLayerImpl::SetNeedsRedraw() { VideoLayerImpl 325 cc/layers/video_layer_impl.cc void VideoLayerImpl::SetProviderClientImpl( VideoLayerImpl 330 cc/layers/video_layer_impl.cc const char* VideoLayerImpl::LayerTypeAsString() const { VideoLayerImpl 23 cc/layers/video_layer_impl.h class CC_EXPORT VideoLayerImpl : public LayerImpl { VideoLayerImpl 25 cc/layers/video_layer_impl.h static scoped_ptr<VideoLayerImpl> Create(LayerTreeImpl* tree_impl, VideoLayerImpl 28 cc/layers/video_layer_impl.h virtual ~VideoLayerImpl(); VideoLayerImpl 48 cc/layers/video_layer_impl.h VideoLayerImpl(LayerTreeImpl* tree_impl, int id); VideoLayerImpl 66 cc/layers/video_layer_impl.h DISALLOW_COPY_AND_ASSIGN(VideoLayerImpl); VideoLayerImpl 35 cc/layers/video_layer_impl_unittest.cc VideoLayerImpl* video_layer_impl = VideoLayerImpl 36 cc/layers/video_layer_impl_unittest.cc impl.AddChildToRoot<VideoLayerImpl>(&provider); VideoLayerImpl 85 cc/layers/video_layer_impl_unittest.cc VideoLayerImpl* video_layer_impl = VideoLayerImpl 86 cc/layers/video_layer_impl_unittest.cc impl.AddChildToRoot<VideoLayerImpl>(&provider); VideoLayerImpl 4374 cc/trees/layer_tree_host_impl_unittest.cc scoped_ptr<VideoLayerImpl> video_layer = VideoLayerImpl 4375 cc/trees/layer_tree_host_impl_unittest.cc VideoLayerImpl::Create(host_impl_->active_tree(), 4, &provider); VideoLayerImpl 5440 cc/trees/layer_tree_host_impl_unittest.cc scoped_ptr<VideoLayerImpl> video_layer = VideoLayerImpl 5441 cc/trees/layer_tree_host_impl_unittest.cc VideoLayerImpl::Create(host_impl_->active_tree(), 2, &provider); VideoLayerImpl 77 cc/trees/layer_tree_host_unittest_video.cc VideoLayerImpl* video = static_cast<VideoLayerImpl*>( VideoLayerImpl 41 content/common/cc_messages_unittest.cc using cc::VideoLayerImpl;