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

  /external/libpng/projects/visualc71/
README_zlib.txt 19 3) Set one of the project as the StartUp project. If you just want to build the
20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
21 Project | Set as StartUp project). If you want to build and test the
23 Set as StartUp project), If you want to build the minigzip utility set it to
24 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
  /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...]
profile_sync_service.h 469 void StartUp();
609 // we don't StartUp until we have a valid token, which happens after valid
  /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...]
profile_sync_service.h 401 // Returns true if startup is suppressed (i.e. user has stopped syncing via
573 // Stops the sync backend and sets the flag for suppressing sync startup.
576 // Resets the flag for suppressing sync startup and starts the sync backend.
752 void StartUp(StartUpDeferredOption deferred_option);
    [all...]

Completed in 93 milliseconds