Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.cpp236m_contextLostCallbackAdapter = adoptPtr(new GraphicsContext3DContextLostCallbackAdapter(callback)); in setContextLostCallback()
237 m_ownedWebContext->setContextLostCallback(m_contextLostCallbackAdapter.get()); in setContextLostCallback()
DGraphicsContext3D.h518 OwnPtr<GraphicsContext3DContextLostCallbackAdapter> m_contextLostCallbackAdapter; variable