Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.cpp206 : m_contextLostCallback(callback) { } in GraphicsContext3DContextLostCallbackAdapter()
211 if (m_contextLostCallback) in onContextLost()
212 m_contextLostCallback->onContextLost(); in onContextLost()
215 OwnPtr<GraphicsContext3D::ContextLostCallback> m_contextLostCallback; member in WebCore::GraphicsContext3DContextLostCallbackAdapter