Home
last modified time | relevance | path

Searched refs:HasUnsyncedItems (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_harness.cc451 !service()->HasUnsyncedItems() && in IsSynced()
586 << service()->HasUnsyncedItems() in LogClientInfo()
Dprofile_sync_service.h356 bool HasUnsyncedItems() const;
Dprofile_sync_service.cc1031 bool ProfileSyncService::HasUnsyncedItems() const { in HasUnsyncedItems() function in ProfileSyncService
1033 return backend_->HasUnsyncedItems(); in HasUnsyncedItems()
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.h236 bool HasUnsyncedItems() const;
Dsync_backend_host.cc665 bool SyncBackendHost::HasUnsyncedItems() const { in HasUnsyncedItems() function in browser_sync::SyncBackendHost
667 return core_->syncapi()->HasUnsyncedItems(); in HasUnsyncedItems()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h1000 bool HasUnsyncedItems() const;
Dsyncapi.cc2823 bool SyncManager::HasUnsyncedItems() const { in HasUnsyncedItems() function in sync_api::SyncManager