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/logging/
logging_impl.cc 16 : main_thread_proxy_(main_thread_proxy),
26 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
43 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
63 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
81 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
105 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
121 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
138 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
143 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
148 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread())
    [all...]
logging_impl.h 67 scoped_refptr<base::TaskRunner> main_thread_proxy_; member in class:media::cast::LoggingImpl
  /external/chromium_org/content/renderer/service_worker/
service_worker_context_client.cc 53 main_thread_proxy_(base::MessageLoopProxy::current()),
70 DCHECK(main_thread_proxy_->RunsTasksOnCurrentThread());
92 main_thread_proxy_->PostTask(
service_worker_context_client.h 54 scoped_refptr<base::MessageLoopProxy> main_thread_proxy_; member in class:content::ServiceWorkerContextClient
  /external/chromium_org/media/cast/
cast_environment.cc 23 main_thread_proxy_(main_thread_proxy),
57 return main_thread_proxy_;
75 return main_thread_proxy_->RunsTasksOnCurrentThread();
cast_environment.h 78 scoped_refptr<base::TaskRunner> main_thread_proxy_; member in class:media::cast::CastEnvironment

Completed in 302 milliseconds