OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebExternalTextureLayerClient
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebExternalTextureLayerClient.h
38
class BLINK_PLATFORM_EXPORT
WebExternalTextureLayerClient
{
52
virtual ~
WebExternalTextureLayerClient
() { }
WebExternalTextureLayer.h
35
class
WebExternalTextureLayerClient
;
WebCompositorSupport.h
42
class
WebExternalTextureLayerClient
;
71
virtual WebExternalTextureLayer* createExternalTextureLayer(
WebExternalTextureLayerClient
*) { return 0; }
/external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.h
36
blink::
WebExternalTextureLayerClient
*);
64
blink::
WebExternalTextureLayerClient
* client_;
web_compositor_support_impl.cc
32
using blink::
WebExternalTextureLayerClient
;
63
WebExternalTextureLayerClient
* client) {
web_compositor_support_impl.h
29
blink::
WebExternalTextureLayerClient
* client);
web_external_texture_layer_impl.cc
11
#include "third_party/WebKit/public/platform/
WebExternalTextureLayerClient
.h"
25
blink::
WebExternalTextureLayerClient
* client)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.h
36
#include "public/platform/
WebExternalTextureLayerClient
.h"
51
class PLATFORM_EXPORT Canvas2DLayerBridge : public blink::
WebExternalTextureLayerClient
, public SkDeferredCanvas::NotificationClient, public DoublyLinkedListNode<Canvas2DLayerBridge>, public RefCounted<Canvas2DLayerBridge> {
57
// blink::
WebExternalTextureLayerClient
implementation.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h
39
#include "public/platform/
WebExternalTextureLayerClient
.h"
67
class PLATFORM_EXPORT DrawingBuffer : public RefCounted<DrawingBuffer>, public blink::
WebExternalTextureLayerClient
{
127
//
WebExternalTextureLayerClient
implementation.
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.h
30
#include "public/platform/
WebExternalTextureLayerClient
.h"
54
class TestPlugin : public blink::WebPlugin, public blink::
WebExternalTextureLayerClient
, public blink::WebNonCopyable {
81
//
WebExternalTextureLayerClient
methods:
Completed in 441 milliseconds