Home
last modified time | relevance | path

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

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