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

  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 234 BrowserGpuChannelHostFactory::GetIOLoopProxy() {
282 GetIOLoopProxy()->PostTask(FROM_HERE, base::Bind(
337 GetIOLoopProxy()->PostTask(FROM_HERE, base::Bind(
358 GetIOLoopProxy()->PostTask(FROM_HERE, base::Bind(
467 GetIOLoopProxy()->PostTask(
483 GetIOLoopProxy()->PostTask(
498 GetIOLoopProxy()->PostTask(
browser_gpu_channel_host_factory.h 29 virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() OVERRIDE;
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 75 scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
158 factory_->GetIOLoopProxy();
251 scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
259 scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
gpu_channel_host.h 70 virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() = 0;
  /external/chromium_org/content/renderer/
render_thread_impl.h 411 virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() OVERRIDE;
render_thread_impl.cc     [all...]

Completed in 298 milliseconds