HomeSort by relevance Sort by last modified time
    Searched refs:main_loop (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/content/child/
thread_safe_sender.cc 13 ThreadSafeSender::ThreadSafeSender(base::MessageLoopProxy* main_loop,
15 : main_loop_(main_loop), sync_filter_(sync_filter) {
thread_safe_sender.h 37 ThreadSafeSender(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/chromium/chrome/browser/google/
google_update.h 117 MessageLoop* main_loop);
122 // therefore CheckForUpdate will delegate to this function. |main_loop| points
127 MessageLoop* main_loop);
google_update.cc 269 MessageLoop* main_loop) {
282 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this,
292 main_loop);
323 return ReportFailure(hr, GOOGLE_UPDATE_ONDEMAND_CLASS_NOT_FOUND, main_loop);
335 main_loop);
346 return ReportFailure(hr, GOOGLE_UPDATE_GET_RESULT_CALL_FAILED, main_loop);
349 return ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, main_loop);
353 return ReportFailure(hr, GOOGLE_UPDATE_GET_VERSION_INFO_FAILED, main_loop);
355 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this,
372 MessageLoop* main_loop) {
    [all...]
  /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
  /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
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 254 base::MessageLoop* main_loop) {
261 main_loop->PostTask(
283 main_loop);
318 main_loop);
337 main_loop);
357 main_loop);
364 ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, error_message, main_loop);
376 main_loop);
380 main_loop->PostTask(
403 base::MessageLoop* main_loop) {
    [all...]
google_update_win.h 119 base::MessageLoop* main_loop);
122 // therefore CheckForUpdate will delegate to this function. |main_loop| points
127 base::MessageLoop* main_loop);
  /external/chromium/chrome/browser/chromeos/
google_update_chromeos.cc 49 MessageLoop* main_loop) {
99 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this,
  /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 64 const scoped_refptr<base::MessageLoopProxy>& main_loop,
input_handler_wrapper.h 20 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();
setup.cc 108 void ItemDefinedCallback(base::MessageLoop* main_loop,
112 main_loop->PostTask(FROM_HERE, base::Bind(&Builder::ItemDefined, builder,
183 base::Bind(&ItemDefinedCallback, scheduler_.main_loop(), builder_));
187 loader_->set_main_loop(scheduler_.main_loop());
410 base::Bind(&ItemDefinedCallback, scheduler_->main_loop(), builder_));
417 base::Bind(&ItemDefinedCallback, scheduler_->main_loop(), builder_));
scheduler.h 27 base::MessageLoop* main_loop() { return &main_loop_; } function in class:Scheduler
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 94 MessageLoop main_loop; local
115 main_loop.Run();

Completed in 892 milliseconds

1 2