Home
last modified time | relevance | path

Searched refs:origin_loop (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/net/proxy/
Dnetwork_delegate_error_observer.cc20 Core(NetworkDelegate* network_delegate, base::MessageLoopProxy* origin_loop);
38 base::MessageLoopProxy* origin_loop) in Core() argument
40 origin_loop_(origin_loop) { in Core()
41 DCHECK(origin_loop); in Core()
69 base::MessageLoopProxy* origin_loop) in NetworkDelegateErrorObserver() argument
70 : core_(new Core(network_delegate, origin_loop)) {} in NetworkDelegateErrorObserver()
Dmulti_threaded_proxy_resolver.cc138 virtual void Run(scoped_refptr<base::MessageLoopProxy> origin_loop) = 0;
181 virtual void Run(scoped_refptr<base::MessageLoopProxy> origin_loop) OVERRIDE { in Run() argument
186 origin_loop->PostTask( in Run()
249 virtual void Run(scoped_refptr<base::MessageLoopProxy> origin_loop) OVERRIDE { in Run() argument
255 origin_loop->PostTask( in Run()
Dnetwork_delegate_error_observer.h26 base::MessageLoopProxy* origin_loop);
/external/chromium/base/win/
Dobject_watcher.cc18 MessageLoop* origin_loop; // Used to get back to the origin thread member
53 watch->origin_loop = MessageLoop::current(); in StartWatching()
81 DCHECK(watch_->origin_loop == MessageLoop::current()); in StopWatching()
130 watch->origin_loop->PostTask(FROM_HERE, watch); in DoneWaiting()
/external/chromium_org/cc/debug/
Dmicro_benchmark.cc43 scoped_refptr<base::MessageLoopProxy> origin_loop) { in GetBenchmarkImpl() argument
46 return CreateBenchmarkImpl(origin_loop); in GetBenchmarkImpl()
50 scoped_refptr<base::MessageLoopProxy> origin_loop) { in CreateBenchmarkImpl() argument
Dunittest_only_benchmark_impl.cc13 scoped_refptr<base::MessageLoopProxy> origin_loop, in UnittestOnlyBenchmarkImpl() argument
16 : MicroBenchmarkImpl(callback, origin_loop) {} in UnittestOnlyBenchmarkImpl()
Dmicro_benchmark_impl.cc26 scoped_refptr<base::MessageLoopProxy> origin_loop) in MicroBenchmarkImpl() argument
27 : callback_(callback), is_done_(false), origin_loop_(origin_loop) {} in MicroBenchmarkImpl()
Dunittest_only_benchmark.cc44 scoped_refptr<base::MessageLoopProxy> origin_loop) { in CreateBenchmarkImpl() argument
49 origin_loop, in CreateBenchmarkImpl()
Dmicro_benchmark.h38 scoped_refptr<base::MessageLoopProxy> origin_loop);
44 scoped_refptr<base::MessageLoopProxy> origin_loop);
Drasterize_and_record_benchmark_impl.cc33 scoped_refptr<base::MessageLoopProxy> origin_loop, in RasterizeAndRecordBenchmarkImpl() argument
36 : MicroBenchmarkImpl(callback, origin_loop), in RasterizeAndRecordBenchmarkImpl()
Drasterize_and_record_benchmark.cc92 scoped_refptr<base::MessageLoopProxy> origin_loop) { in CreateBenchmarkImpl() argument
94 origin_loop, in CreateBenchmarkImpl()
Dunittest_only_benchmark_impl.h21 UnittestOnlyBenchmarkImpl(scoped_refptr<base::MessageLoopProxy> origin_loop,
Dunittest_only_benchmark.h23 scoped_refptr<base::MessageLoopProxy> origin_loop) OVERRIDE;
Drasterize_and_record_benchmark_impl.h23 scoped_refptr<base::MessageLoopProxy> origin_loop,
Dmicro_benchmark_impl.h28 scoped_refptr<base::MessageLoopProxy> origin_loop);
Drasterize_and_record_benchmark.h36 scoped_refptr<base::MessageLoopProxy> origin_loop) OVERRIDE;
/external/chromium/net/proxy/
Dmulti_threaded_proxy_resolver.cc149 virtual void Run(MessageLoop* origin_loop) = 0;
191 virtual void Run(MessageLoop* origin_loop) { in Run() argument
196 origin_loop->PostTask( in Run()
256 virtual void Run(MessageLoop* origin_loop) { in Run() argument
262 origin_loop->PostTask( in Run()