OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIOLoopProxy
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc
182
BrowserGpuChannelHostFactory::
GetIOLoopProxy
() {
231
GetIOLoopProxy
()->PostTask(FROM_HERE, base::Bind(
286
GetIOLoopProxy
()->PostTask(FROM_HERE, base::Bind(
307
GetIOLoopProxy
()->PostTask(FROM_HERE, base::Bind(
423
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
();
236
scoped_refptr<base::MessageLoopProxy> io_loop = factory_->
GetIOLoopProxy
();
244
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
361
virtual scoped_refptr<base::MessageLoopProxy>
GetIOLoopProxy
() OVERRIDE;
render_thread_impl.cc
[
all
...]
Completed in 128 milliseconds