Home
last modified time | relevance | path

Searched refs:SDVLOG (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dbackend_migrator.cc46 #define SDVLOG(verbose_level) DVLOG(verbose_level) << name_ << ": " macro
51 SDVLOG(1) << "MigrateTypes called with " << ModelTypeSetToString(types) in MigrateTypes()
55 SDVLOG(1) << "MigrateTypes called with no new types; ignoring"; in MigrateTypes()
64 SDVLOG(1) << "Manager not configured; waiting"; in MigrateTypes()
104 SDVLOG(1) << "BackendMigrator disabling types " in RestartMigration()
117 SDVLOG(1) << "Posting OnConfigureDoneImpl"; in OnConfigureDone()
145 SDVLOG(1) << "OnConfigureDone with requested types " in OnConfigureDoneImpl()
151 SDVLOG(1) << "Manager still not configured; still waiting"; in OnConfigureDoneImpl()
162 SDVLOG(1) << "Disable request interrupted by user changing types"; in OnConfigureDoneImpl()
197 SDVLOG(1) << "BackendMigrator re-enabling types: " in OnConfigureDoneImpl()
[all …]
/external/chromium_org/sync/engine/
Dsync_scheduler_impl.cc131 #define SDVLOG(verbose_level) DVLOG(verbose_level) << name_ << ": " macro
223 SDVLOG(2) << "Start called from thread " in Start()
293 SDVLOG(2) << "Reconfiguring syncer."; in ScheduleConfiguration()
310 SDVLOG(2) << "No change in routing info, calling ready task directly."; in ScheduleConfiguration()
318 SDVLOG(1) << "Unable to run a job because we're throttled."; in CanRunJobNow()
325 SDVLOG(1) << "Unable to run a job because we're backing off."; in CanRunJobNow()
330 SDVLOG(1) << "Unable to run a job because we have no valid auth token."; in CanRunJobNow()
341 SDVLOG(1) << "Unable to run a nudge job right now"; in CanRunNudgeJobNow()
347 SDVLOG(1) << "Not running a nudge because we're fully type throttled."; in CanRunNudgeJobNow()
352 SDVLOG(1) << "Not running nudge because we're in configuration mode."; in CanRunNudgeJobNow()
[all …]
/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host_impl.cc39 #define SDVLOG(verbose_level) DVLOG(verbose_level) << name_ << ": " macro
170 SDVLOG(1) << "SyncBackendHostImpl::StartSyncingWithServer called."; in StartSyncingWithServer()
416 SDVLOG(1) << "Types " in ConfigureDataTypes()
700 SDVLOG(1) << "Got snapshot " << snapshot.ToString(); in HandleSyncCycleCompletedOnFrontendLoop()
713 SDVLOG(1) << "Failed to complete configuration, informing of retry."; in RetryConfigurationOnFrontendLoop()
882 #undef SDVLOG
Dsync_backend_host_core.cc29 #define SDVLOG(verbose_level) DVLOG(verbose_level) << name_ << ": " macro
206 SDVLOG(1) << "Control Types " in OnInitializationComplete()