Searched defs:setContextLostCallback (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContext3DCairo.cpp114 void GraphicsContext3D::setContextLostCallback(PassOwnPtr<ContextLostCallback>) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebKit/chromium/public/
H A DWebGraphicsContext3D.h342 virtual void setContextLostCallback(WebGraphicsContextLostCallback* callback) {} function in class:WebKit::WebGraphicsContext3D
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp1150 DELEGATE_TO_INTERNAL_1(setContextLostCallback, PassOwnPtr<GraphicsContext3D::ContextLostCallback>)
1173 void GraphicsContext3DInternal::setContextLostCallback(PassOwnPtr<GraphicsContext3D::ContextLostCallback> cb) function in class:WebCore::GraphicsContext3DInternal
1176 m_impl->setContextLostCallback(m_contextLostCallbackAdapter.get());
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1756 void GraphicsContext3D::setContextLostCallback(PassOwnPtr<ContextLostCallback>) function in class:WebCore::GraphicsContext3D

Completed in 141 milliseconds