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

  /external/libpng/projects/visualc71/
README_zlib.txt 23 3) Set one of the project as the StartUp project. If you just want to build the
24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
25 Project | Set as StartUp project). If you want to build and test the
27 Set as StartUp project), If you want to build the minigzip utility set it to
28 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
  /external/chromium_org/chrome/browser/sync/
startup_controller.cc 60 DVLOG(2) << "Sync StartupController overriding startup timeout to "
82 bool StartupController::StartUp(StartUpDeferredOption deferred_option) {
151 // for performance reasons and maximizing parallelism at chrome startup, we
155 return StartUp(STARTUP_BACKEND_DEFERRED);
157 return StartUp(STARTUP_IMMEDIATE);
161 return StartUp(STARTUP_IMMEDIATE);
170 UMA_HISTOGRAM_CUSTOM_TIMES("Sync.Startup.TimeDeferred2",
186 UMA_HISTOGRAM_ENUMERATION("Sync.Startup.DeferredInitTrigger",
205 DVLOG(2) << "Ignoring data type request for sync startup: "
213 DVLOG(2) << "Data type requesting sync startup:
    [all...]
startup_controller.h 78 bool StartUp(StartUpDeferredOption deferred_option);
88 // The time that StartUp() is called. This is used to calculate time spent
89 // in the deferred state; that is, after StartUp and before invoking the
101 // credentials (user doesn't need to go through the startup flow). This is
113 // startup routines for the sync backend.

Completed in 224 milliseconds