Home
last modified time | relevance | path

Searched refs:GraphicsContext3DContextLostCallbackAdapter (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.cpp203 class GraphicsContext3DContextLostCallbackAdapter : public blink::WebGraphicsContext3D::WebGraphics… class
205GraphicsContext3DContextLostCallbackAdapter(PassOwnPtr<GraphicsContext3D::ContextLostCallback> cal… in GraphicsContext3DContextLostCallbackAdapter() function in WebCore::GraphicsContext3DContextLostCallbackAdapter
207 virtual ~GraphicsContext3DContextLostCallbackAdapter() { } in ~GraphicsContext3DContextLostCallbackAdapter()
236 …m_contextLostCallbackAdapter = adoptPtr(new GraphicsContext3DContextLostCallbackAdapter(callback)); in setContextLostCallback()
DGraphicsContext3D.h62 class GraphicsContext3DContextLostCallbackAdapter; variable
518 OwnPtr<GraphicsContext3DContextLostCallbackAdapter> m_contextLostCallbackAdapter;