HomeSort by relevance Sort by last modified time
    Searched refs:ContextLostCallback (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 418 class ContextLostCallback {
421 virtual ~ContextLostCallback() {}
430 void setContextLostCallback(PassOwnPtr<ContextLostCallback>);
    [all...]
GraphicsContext3D.cpp 232 GraphicsContext3DContextLostCallbackAdapter(PassOwnPtr<GraphicsContext3D::ContextLostCallback> callback)
242 OwnPtr<GraphicsContext3D::ContextLostCallback> m_contextLostCallback;
260 void GraphicsContext3D::setContextLostCallback(PassOwnPtr<GraphicsContext3D::ContextLostCallback> callback)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 469 class WebGLRenderingContextLostCallback : public GraphicsContext3D::ContextLostCallback {
    [all...]

Completed in 34 milliseconds