Lines Matching refs:cb
1158 GraphicsContextLostCallbackAdapter(PassOwnPtr<GraphicsContext3D::ContextLostCallback> cb) : m_contextLostCallback(cb) {}
1168 PassOwnPtr<GraphicsContextLostCallbackAdapter> GraphicsContextLostCallbackAdapter::create(PassOwnPtr<GraphicsContext3D::ContextLostCallback> cb)
1170 return adoptPtr(new GraphicsContextLostCallbackAdapter(cb));
1173 void GraphicsContext3DInternal::setContextLostCallback(PassOwnPtr<GraphicsContext3D::ContextLostCallback> cb)
1175 m_contextLostCallbackAdapter = GraphicsContextLostCallbackAdapter::create(cb);