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 70 BrowserGpuChannelHostFactory::GetIOLoopProxy() {
119 GetIOLoopProxy()->PostTask(FROM_HERE, base::Bind(
172 GetIOLoopProxy()->PostTask(FROM_HERE, base::Bind(
193 GetIOLoopProxy()->PostTask(FROM_HERE, base::Bind(
261 GetIOLoopProxy()->PostTask(
314 GetIOLoopProxy()->PostTask(
browser_gpu_channel_host_factory.h 27 virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() OVERRIDE;
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 62 scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
212 scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
220 scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
gpu_channel_host.h 68 virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() = 0;
  /external/chromium_org/content/renderer/
render_thread_impl.h 360 virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() OVERRIDE;
render_thread_impl.cc     [all...]

Completed in 655 milliseconds