OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebGraphicsContextLostCallback
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/cc/test/
test_context_provider.cc
19
: public blink::WebGraphicsContext3D::
WebGraphicsContextLostCallback
{
test_web_graphics_context_3d.h
123
WebGraphicsContextLostCallback
* callback);
328
WebGraphicsContextLostCallback
* context_lost_callback_;
fake_web_graphics_context_3d.cc
351
WebGraphicsContextLostCallback
* callback) {
fake_web_graphics_context_3d.h
581
WebGraphicsContextLostCallback
* callback);
test_web_graphics_context_3d.cc
421
WebGraphicsContextLostCallback
* callback) {
/external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc
23
: public blink::WebGraphicsContext3D::
WebGraphicsContextLostCallback
{
25
//
WebGraphicsContextLostCallback
implementation.
/external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc
19
: public blink::WebGraphicsContext3D::
WebGraphicsContextLostCallback
{
webgraphicscontext3d_command_buffer_impl.h
525
WebGraphicsContext3D::
WebGraphicsContextLostCallback
* callback);
701
WebGraphicsContext3D::
WebGraphicsContextLostCallback
* context_lost_callback_;
webgraphicscontext3d_command_buffer_impl.cc
[
all
...]
/external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc
21
: public blink::WebGraphicsContext3D::
WebGraphicsContextLostCallback
{
webgraphicscontext3d_in_process_command_buffer_impl.h
467
WebGraphicsContext3D::
WebGraphicsContextLostCallback
* callback);
589
WebGraphicsContext3D::
WebGraphicsContextLostCallback
* context_lost_callback_;
webgraphicscontext3d_in_process_command_buffer_impl.cc
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
116
class
WebGraphicsContextLostCallback
{
121
virtual ~
WebGraphicsContextLostCallback
() { }
391
virtual void setContextLostCallback(
WebGraphicsContextLostCallback
* callback) { }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
203
class GraphicsContext3DContextLostCallbackAdapter : public blink::WebGraphicsContext3D::
WebGraphicsContextLostCallback
{
[
all
...]
Completed in 1223 milliseconds