OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
325
// for performance reasons and maximizing parallelism at chrome
startup
, we
329
StartUp
(STARTUP_BACKEND_DEFERRED);
331
StartUp
(STARTUP_IMMEDIATE);
337
StartUp
(STARTUP_IMMEDIATE);
584
void ProfileSyncService::
StartUp
(StartUpDeferredOption deferred_option) {
614
// We don't care to prevent multiple calls to
StartUp
in deferred mode
632
DVLOG(1) << "A data type requested sync
startup
, but it looks like "
640
DVLOG(1) << "Dropping sync
startup
request because type "
647
DVLOG(2) << "Data type requesting sync
startup
: "
653
// TODO(tim): Cache |type| and move this tracking to
StartUp
. I'd lik
[
all
...]
profile_sync_service.h
470
// Returns true if
startup
is suppressed (i.e. user has stopped syncing via
645
// Stops the sync backend and sets the flag for suppressing sync
startup
.
648
// Resets the flag for suppressing sync
startup
and starts the sync backend.
[
all
...]
Completed in 96 milliseconds