OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mailboxReleased
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebExternalTextureLayerClient.h
49
virtual void
mailboxReleased
(const WebExternalTextureMailbox&) = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DrawingBufferTest.cpp
154
m_drawingBuffer->
mailboxReleased
(mailbox);
163
m_drawingBuffer->
mailboxReleased
(mailbox);
171
m_drawingBuffer->
mailboxReleased
(mailbox);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.h
60
virtual void
mailboxReleased
(const blink::WebExternalTextureMailbox&) OVERRIDE;
107
MailboxReleased
,
Canvas2DLayerBridge.cpp
106
if (mailboxInfo->m_status ==
MailboxReleased
) {
284
if (mailboxInfo->m_status ==
MailboxReleased
) {
358
void Canvas2DLayerBridge::
mailboxReleased
(const blink::WebExternalTextureMailbox& mailbox)
365
mailboxInfo->m_status =
MailboxReleased
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h
130
virtual void
mailboxReleased
(const blink::WebExternalTextureMailbox&) OVERRIDE;
DrawingBuffer.cpp
222
void DrawingBuffer::
mailboxReleased
(const blink::WebExternalTextureMailbox& mailbox)
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.h
84
virtual void
mailboxReleased
(const blink::WebExternalTextureMailbox&);
TestPlugin.cpp
288
void TestPlugin::
mailboxReleased
(const blink::WebExternalTextureMailbox&)
/external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.cc
127
layer->client_->
mailboxReleased
(available_mailbox);
Completed in 89 milliseconds