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

  /external/chromium_org/media/cast/
cast_environment.cc 29 : main_thread_proxy_(main_thread_proxy),
37 if (main_thread_proxy_ && !main_thread_proxy_->RunsTasksOnCurrentThread()) {
38 main_thread_proxy_->PostTask(
62 return main_thread_proxy_;
76 return main_thread_proxy_ &&
77 main_thread_proxy_->RunsTasksOnCurrentThread();
cast_environment.h 79 scoped_refptr<base::SingleThreadTaskRunner> main_thread_proxy_; member in class:media::cast::CastEnvironment
  /external/chromium_org/content/renderer/service_worker/
embedded_worker_context_client.h 105 return main_thread_proxy_;
121 scoped_refptr<base::MessageLoopProxy> main_thread_proxy_; member in class:content::EmbeddedWorkerContextClient
embedded_worker_context_client.cc 97 main_thread_proxy_(base::MessageLoopProxy::current()),
130 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
179 main_thread_proxy_->PostTask(
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.h 84 scoped_refptr<base::MessageLoopProxy> main_thread_proxy_; member in class:content::SynchronousCompositorFactoryImpl
synchronous_compositor_factory_impl.cc 242 if (num_hardware_compositors_ == 1 && main_thread_proxy_) {
243 main_thread_proxy_->PostTask(
271 main_thread_proxy_ = base::MessageLoopProxy::current();

Completed in 404 milliseconds