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

  /external/chromium_org/chrome/browser/sync/
backend_migrator.cc 46 #define SDVLOG(verbose_level) DVLOG(verbose_level) << name_ << ": "
51 SDVLOG(1) << "MigrateTypes called with " << ModelTypeSetToString(types)
55 SDVLOG(1) << "MigrateTypes called with no new types; ignoring";
64 SDVLOG(1) << "Manager not configured; waiting";
104 SDVLOG(1) << "BackendMigrator disabling types "
117 SDVLOG(1) << "Posting OnConfigureDoneImpl";
145 SDVLOG(1) << "OnConfigureDone with requested types "
151 SDVLOG(1) << "Manager still not configured; still waiting";
162 SDVLOG(1) << "Disable request interrupted by user changing types";
197 SDVLOG(1) << "BackendMigrator re-enabling types:
    [all...]
  /external/chromium_org/sync/engine/
sync_scheduler_impl.cc 130 #define SDVLOG(verbose_level) DVLOG(verbose_level) << name_ << ": "
221 SDVLOG(2) << "Start called from thread "
285 SDVLOG(2) << "Reconfiguring syncer.";
302 SDVLOG(2) << "No change in routing info, calling ready task directly.";
310 SDVLOG(1) << "Unable to run a job because we're throttled.";
317 SDVLOG(1) << "Unable to run a job because we're backing off.";
322 SDVLOG(1) << "Unable to run a job because we have no valid auth token.";
333 SDVLOG(1) << "Unable to run a nudge job right now";
339 SDVLOG(1) << "Not running a nudge because we're fully type throttled.";
344 SDVLOG(1) << "Not running nudge because we're in configuration mode."
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 37 #define SDVLOG(verbose_level) DVLOG(verbose_level) << name_ << ": "
148 SDVLOG(1) << "SyncBackendHostImpl::StartSyncingWithServer called.";
383 SDVLOG(1) << "Types "
603 SDVLOG(1) << "Got snapshot " << snapshot.ToString();
621 SDVLOG(1) << "Failed to complete configuration, informing of retry.";
755 #undef SDVLOG
sync_backend_host_core.cc 26 #define SDVLOG(verbose_level) DVLOG(verbose_level) << name_ << ": "
201 SDVLOG(1) << "Control Types "

Completed in 50 milliseconds