Searched refs:GLContextLostListener (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dimage_transport_factory_android.h24 class GLContextLostListener;
53 scoped_ptr<GLContextLostListener> context_lost_listener_;
H A Dimage_transport_factory_android.cc23 class GLContextLostListener class in namespace:content
129 : context_lost_listener_(new GLContextLostListener()) {}
143 void GLContextLostListener::onContextLost() {
149 base::Bind(&GLContextLostListener::DidLoseContext));
152 void GLContextLostListener::DidLoseContext() {

Completed in 872 milliseconds