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

  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 164 StartUp();
170 StartUp();
336 void ProfileSyncService::StartUp() {
505 // in this case, because the pref wasn't restored on StartUp.
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 328 // for performance reasons and maximizing parallelism at chrome startup, we
332 StartUp(STARTUP_BACKEND_DEFERRED);
334 StartUp(STARTUP_IMMEDIATE);
340 StartUp(STARTUP_IMMEDIATE);
531 void ProfileSyncService::StartUp(StartUpDeferredOption deferred_option) {
561 // We don't care to prevent multiple calls to StartUp in deferred mode
579 DVLOG(1) << "A data type requested sync startup, but it looks like "
587 DVLOG(1) << "Dropping sync startup request because type "
594 DVLOG(2) << "Data type requesting sync startup: "
600 // TODO(tim): Cache |type| and move this tracking to StartUp. I'd lik
    [all...]

Completed in 64 milliseconds