Searched refs:m_contextLostCallbackAdapter (Results 1 – 2 of 2) sorted by relevance
236 …m_contextLostCallbackAdapter = adoptPtr(new GraphicsContext3DContextLostCallbackAdapter(callback)); in setContextLostCallback()237 m_ownedWebContext->setContextLostCallback(m_contextLostCallbackAdapter.get()); in setContextLostCallback()
518 OwnPtr<GraphicsContext3DContextLostCallbackAdapter> m_contextLostCallbackAdapter; variable