Searched refs:GraphicsContext3DContextLostCallbackAdapter (Results 1 – 2 of 2) sorted by relevance
203 class GraphicsContext3DContextLostCallbackAdapter : public blink::WebGraphicsContext3D::WebGraphics… class205 …GraphicsContext3DContextLostCallbackAdapter(PassOwnPtr<GraphicsContext3D::ContextLostCallback> cal… in GraphicsContext3DContextLostCallbackAdapter() function in WebCore::GraphicsContext3DContextLostCallbackAdapter207 virtual ~GraphicsContext3DContextLostCallbackAdapter() { } in ~GraphicsContext3DContextLostCallbackAdapter()236 …m_contextLostCallbackAdapter = adoptPtr(new GraphicsContext3DContextLostCallbackAdapter(callback)); in setContextLostCallback()
62 class GraphicsContext3DContextLostCallbackAdapter; variable518 OwnPtr<GraphicsContext3DContextLostCallbackAdapter> m_contextLostCallbackAdapter;