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

  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc 63 void DoShutdown();
211 base::Bind(&CloudPrintProxyBackend::Core::DoShutdown, core_.get()));
354 void CloudPrintProxyBackend::Core::DoShutdown() {
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.h 180 // 2) Post DoShutdown() to sync loop to clean up backend state, save
183 void DoShutdown(bool sync_disabled);
255 // calls to DoInitialize() and DoShutdown().
sync_backend_host_core.cc 512 void SyncBackendHostCore::DoShutdown(bool sync_disabled) {
sync_backend_host_impl.cc 265 base::Bind(&SyncBackendHostCore::DoShutdown,
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 159 // See the implementation and Core::DoShutdown for details.
377 void DoShutdown(bool stopping_sync);
sync_backend_host.cc 249 &SyncBackendHost::Core::DoShutdown,
260 // Stop will return once the thread exits, which will be after DoShutdown
261 // runs. DoShutdown needs to run from core_thread_ because the sync backend
264 // thread (ui loop) can exit before DoShutdown finishes, at which point
800 void SyncBackendHost::Core::DoShutdown(bool sync_disabled) {
    [all...]

Completed in 218 milliseconds