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

  /external/chromium_org/content/renderer/
render_thread_impl.h 481 class GpuVDAContextLostCallback;
482 scoped_ptr<GpuVDAContextLostCallback> context_lost_cb_;
render_thread_impl.cc 242 class RenderThreadImpl::GpuVDAContextLostCallback
245 GpuVDAContextLostCallback()
247 virtual ~GpuVDAContextLostCallback() {}
405 context_lost_cb_.reset(new GpuVDAContextLostCallback());
    [all...]

Completed in 1533 milliseconds