HomeSort by relevance Sort by last modified time
    Searched refs:MessageLoop (Results 126 - 150 of 165) sorted by null

1 2 3 4 56 7

  /external/libchrome/base/files/
file_path_watcher_kqueue.cc 331 MessageLoop::current()->AddDestructionObserver(this);
386 MessageLoop::current()->RemoveDestructionObserver(this);
file_path_watcher_linux.cc 93 public MessageLoop::DestructionObserver {
460 MessageLoop::current()->AddDestructionObserver(this);
493 MessageLoop::current()->RemoveDestructionObserver(this);
  /external/libchrome/base/trace_event/
trace_log.cc 206 : public MessageLoop::DestructionObserver,
226 // MessageLoop::DestructionObserver
255 MessageLoop* message_loop = MessageLoop::current();
268 MessageLoop::current()->RemoveDestructionObserver(this);
274 trace_log_->thread_message_loops_.erase(MessageLoop::current());
387 if (thread_blocks_message_loop_.Get() || !MessageLoop::current())
871 for (hash_set<MessageLoop*>::const_iterator it =
    [all...]
memory_dump_manager_unittest.cc 116 message_loop_.reset(new MessageLoop());
152 MessageLoop::current()->task_runner(), run_loop.QuitClosure());
183 scoped_ptr<MessageLoop> message_loop_;
822 MessageLoop::current()->task_runner(), run_loop.QuitClosure());
    [all...]
trace_log.h 483 hash_set<MessageLoop*> thread_message_loops_;
  /system/connectivity/shill/
hook_table_unittest.cc 138 event_dispatcher_.PostDelayedTask(base::MessageLoop::QuitWhenIdleClosure(),
185 event_dispatcher_.PostDelayedTask(base::MessageLoop::QuitWhenIdleClosure(),
daemon_task_unittest.cc 73 dispatcher_->PostTask(base::MessageLoop::QuitWhenIdleClosure());
  /system/connectivity/shill/net/
netlink_manager.cc 44 using base::MessageLoop;
569 MessageLoop::current()->PostDelayedTask(
837 MessageLoop::current()->PostDelayedTask(
  /system/update_engine/payload_consumer/
download_action_unittest.cc 75 brillo::MessageLoop::current()->BreakLoop();
249 brillo::MessageLoop::current()->BreakLoop();
358 brillo::MessageLoop::current()->BreakLoop();
  /system/tpm/trunks/
tpm_generated_test.cc 285 base::MessageLoop message_loop_;
299 base::MessageLoop::current()->PostTask(FROM_HERE,
  /external/libbrillo/brillo/streams/
input_stream_set.cc 173 MessageLoop::current()->PostTask(FROM_HERE, base::Bind(callback, mode));
memory_stream.cc 188 MessageLoop::current()->PostTask(FROM_HERE, base::Bind(callback, mode));
stream_utils.cc 211 brillo::MessageLoop::current()->PostTask(FROM_HERE,
tls_stream.cc 387 if (MessageLoop::ThreadHasCurrent()) {
388 MessageLoop::current()->PostTask(
fake_stream.cc 375 MessageLoop::current()->PostDelayedTask(
  /external/libchrome/base/
sequence_checker_unittest.cc 116 MessageLoop message_loop_; // Needed by SequencedWorkerPool to function.
  /external/libchrome/crypto/
nss_util.cc 362 base::MessageLoop::current()->PostTask(FROM_HERE,
371 base::MessageLoop::current()->PostTask(FROM_HERE,
393 base::MessageLoop::current()->PostTask(FROM_HERE,
600 base::MessageLoop::current()->PostTask(
    [all...]
  /system/core/crash_reporter/
list_proxies.cc 135 base::MessageLoop::current()->PostDelayedTask(
  /system/update_engine/
update_engine_client_android.cc 233 if (!brillo::MessageLoop::current()->PostTask(delayed_exit))
update_engine_client.cc 73 base::MessageLoop::current()->PostTask(
  /system/weaved/buffet/
buffet_config.cc 208 base::MessageLoop::current()->PostTask(
  /external/libchrome/base/task/
cancelable_task_tracker_unittest.cc 39 MessageLoop message_loop_;
  /system/tpm/tpm_manager/client/
main.cc 215 base::MessageLoop::current()->PostTask(FROM_HERE, task);
  /system/tpm/tpm_manager/server/
tpm_manager_service.cc 41 base::Thread::Options(base::MessageLoop::TYPE_IO, 0));
  /external/libbrillo/brillo/http/
http_transport_curl_unittest.cc 210 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop.QuitClosure());

Completed in 2997 milliseconds

1 2 3 4 56 7