HomeSort by relevance Sort by last modified time
    Searched refs:frontend_loop_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 63 frontend_loop_(MessageLoop::current()),
74 frontend_loop_(MessageLoop::current()),
227 DCHECK_EQ(MessageLoop::current(), frontend_loop_); local
254 // give us the green light that it is not depending on the frontend_loop_ to
266 // frontend_loop_ by our Core) will epically fail because the CRT won't be
418 DCHECK_EQ(MessageLoop::current(), frontend_loop_); local
533 DCHECK_EQ(MessageLoop::current(), host_->frontend_loop_);
547 DCHECK_EQ(MessageLoop::current(), host_->frontend_loop_);
560 DCHECK_EQ(MessageLoop::current(), host_->frontend_loop_);
582 DCHECK_EQ(MessageLoop::current(), host_->frontend_loop_);
    [all...]
sync_backend_host.h 130 // Called on |frontend_loop_| to kick off asynchronous initialization.
147 // Called on |frontend_loop_|.
150 // Called on |frontend_loop_| to asynchronously set the passphrase.
157 // Called on |frontend_loop_| to kick off shutdown.
209 // Called on |frontend_loop_| to obtain a handle to the UserShare needed
321 // Called on |frontend_loop_|.
372 // 2) Then, from |frontend_loop_|, halt the core_thread_. This causes
515 // modified from within the frontend_loop_ (UI thread).
598 MessageLoop* const frontend_loop_; member in class:browser_sync::SyncBackendHost

Completed in 99 milliseconds