OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoLayerImpl
(Results
1 - 8
of
8
) 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_frame_provider_client_impl.h
16
class
VideoLayerImpl
;
25
void set_active_video_layer(
VideoLayerImpl
* video_layer) {
50
VideoLayerImpl
* active_video_layer_;
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
;
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
34
using cc::
VideoLayerImpl
;
Completed in 110 milliseconds