/external/chromium_org/content/child/ |
thread_safe_sender.cc | 14 const scoped_refptr<base::MessageLoopProxy>& main_loop, 16 : main_loop_(main_loop), sync_filter_(sync_filter) {
|
thread_safe_sender.h | 37 ThreadSafeSender(const scoped_refptr<base::MessageLoopProxy>& main_loop,
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toplevel.ml | 6 let rec main_loop stream = var 13 main_loop stream 34 main_loop stream
|
toy.ml | 18 Toplevel.main_loop stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
toplevel.ml | 8 let rec main_loop stream = var 15 main_loop stream 39 main_loop stream
|
toy.ml | 20 Toplevel.main_loop stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = var 16 main_loop the_fpm the_execution_engine stream 49 main_loop the_fpm the_execution_engine stream
|
toy.ml | 47 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = var 16 main_loop the_fpm the_execution_engine stream 49 main_loop the_fpm the_execution_engine stream
|
toy.ml | 47 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = var 16 main_loop the_fpm the_execution_engine stream 49 main_loop the_fpm the_execution_engine stream
|
toy.ml | 47 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = var 16 main_loop the_fpm the_execution_engine stream 49 main_loop the_fpm the_execution_engine stream
|
toy.ml | 51 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/chromium_org/chrome/browser/google/ |
google_update_win.cc | 256 base::MessageLoop* main_loop) { 263 main_loop->PostTask( 285 main_loop); 320 main_loop); 339 main_loop); 359 main_loop); 366 ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, error_message, main_loop); 378 main_loop); 382 main_loop->PostTask( 411 base::MessageLoop* main_loop) { [all...] |
google_update_win.h | 123 base::MessageLoop* main_loop); 126 // therefore CheckForUpdate will delegate to this function. |main_loop| points 131 base::MessageLoop* main_loop);
|
/external/chromium_org/content/renderer/input/ |
input_handler_wrapper.cc | 17 const scoped_refptr<base::MessageLoopProxy>& main_loop, 23 main_loop_(main_loop),
|
input_handler_manager.h | 67 const scoped_refptr<base::MessageLoopProxy>& main_loop,
|
input_handler_wrapper.h | 21 const scoped_refptr<base::MessageLoopProxy>& main_loop,
|
input_handler_manager.cc | 74 const scoped_refptr<base::MessageLoopProxy>& main_loop, 93 routing_id, main_loop, input_handler, render_view_impl)));
|
/external/chromium_org/tools/gn/ |
loader_unittest.cc | 154 scheduler_.main_loop()->RunUntilIdle(); 159 scheduler_.main_loop()->RunUntilIdle(); 170 scheduler_.main_loop()->RunUntilIdle(); 187 scheduler_.main_loop()->RunUntilIdle();
|
scheduler.h | 27 base::MessageLoop* main_loop() { return &main_loop_; } function in class:Scheduler
|
setup.cc | 121 void ItemDefinedCallback(base::MessageLoop* main_loop, 125 main_loop->PostTask(FROM_HERE, base::Bind(&Builder::ItemDefined, builder, 218 base::Bind(&ItemDefinedCallback, scheduler_.main_loop(), builder_)); 222 loader_->set_main_loop(scheduler_.main_loop()); 592 base::Bind(&ItemDefinedCallback, scheduler_->main_loop(), builder_)); 599 base::Bind(&ItemDefinedCallback, scheduler_->main_loop(), builder_));
|
scheduler.cc | 143 DCHECK(base::MessageLoop::current() == main_loop());
|
/external/chromium_org/net/tools/get_server_time/ |
get_server_time.cc | 214 base::MessageLoopForIO main_loop; local 241 main_loop.message_loop_proxy())); 251 // |delegate| quits |main_loop| when the request is done. 252 main_loop.Run();
|