HomeSort by relevance Sort by last modified time
    Searched refs:GLContextLostListener (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.h 21 class GLContextLostListener;
51 scoped_ptr<GLContextLostListener> context_lost_listener_;
image_transport_factory_android.cc 25 class GLContextLostListener
208 : context_lost_listener_(new GLContextLostListener()) {}
222 void GLContextLostListener::onContextLost() {
228 base::Bind(&GLContextLostListener::DidLoseContext));
231 void GLContextLostListener::DidLoseContext() {

Completed in 594 milliseconds