Searched refs:GetIOLoopProxy (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.h29 virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() OVERRIDE;
H A Dbrowser_gpu_channel_host_factory.cc268 BrowserGpuChannelHostFactory::GetIOLoopProxy() { function in class:content::BrowserGpuChannelHostFactory
315 GetIOLoopProxy()->PostTask(FROM_HERE, base::Bind(
403 GetIOLoopProxy()->PostTask(
443 GetIOLoopProxy()->PostTask(
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc78 scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
161 factory_->GetIOLoopProxy();
254 scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
262 scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
H A Dgpu_channel_host.h68 virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() = 0;
/external/chromium_org/content/renderer/
H A Drender_thread_impl.h409 virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() OVERRIDE;
H A Drender_thread_impl.cc1215 scoped_refptr<base::MessageLoopProxy> RenderThreadImpl::GetIOLoopProxy() { function in class:content::RenderThreadImpl

Completed in 1728 milliseconds