OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VideoLayerChromium
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.h
43
class
VideoLayerChromium
: public LayerChromium {
53
static PassRefPtr<
VideoLayerChromium
> create(GraphicsLayerChromium* owner = 0,
55
virtual ~
VideoLayerChromium
();
73
VideoLayerChromium
(GraphicsLayerChromium* owner, VideoFrameProvider*);
VideoLayerChromium.cpp
34
#include "
VideoLayerChromium
.h"
48
PassRefPtr<
VideoLayerChromium
>
VideoLayerChromium
::create(GraphicsLayerChromium* owner,
51
return adoptRef(new
VideoLayerChromium
(owner, provider));
54
VideoLayerChromium
::
VideoLayerChromium
(GraphicsLayerChromium* owner, VideoFrameProvider* provider)
64
VideoLayerChromium
::~
VideoLayerChromium
()
70
PassRefPtr<CCLayerImpl>
VideoLayerChromium
::createCCLayerImpl()
75
void
VideoLayerChromium
::deleteTexturesInUse(
[
all
...]
Completed in 35 milliseconds