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

  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc 252 if (CanCreateMainThreadContext() && video_context_provider_ )
253 video_context_provider_->RestoreContext();
268 // Always fail creation even if |video_context_provider_| is not NULL.
270 // |video_context_provider_| to null is also not safe since it makes
277 if (!video_context_provider_) {
280 video_context_provider_ = new VideoContextProvider(
284 return video_context_provider_;
synchronous_compositor_factory_impl.h 75 scoped_refptr<VideoContextProvider> video_context_provider_; member in class:content::SynchronousCompositorFactoryImpl

Completed in 392 milliseconds