Searched defs:StartUp (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service.cc164 StartUp();
170 StartUp();
336 void ProfileSyncService::StartUp() { function in class:ProfileSyncService
505 // in this case, because the pref wasn't restored on StartUp.
1202 StartUp();
1241 StartUp();
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc332 StartUp(STARTUP_BACKEND_DEFERRED);
334 StartUp(STARTUP_IMMEDIATE);
340 StartUp(STARTUP_IMMEDIATE);
531 void ProfileSyncService::StartUp(StartUpDeferredOption deferred_option) { function in class:ProfileSyncService
561 // We don't care to prevent multiple calls to StartUp in deferred mode
600 // TODO(tim): Cache |type| and move this tracking to StartUp. I'd like
602 // ProfileSyncService and have only a StartUp method, though. One step
982 // in this case, because the pref wasn't restored on StartUp.

Completed in 101 milliseconds