Searched defs:HasUnsyncedItems (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service.cc1031 bool ProfileSyncService::HasUnsyncedItems() const { function in class:ProfileSyncService
1033 return backend_->HasUnsyncedItems();
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc665 bool SyncBackendHost::HasUnsyncedItems() const { function in class:browser_sync::SyncBackendHost
667 return core_->syncapi()->HasUnsyncedItems();
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc2823 bool SyncManager::HasUnsyncedItems() const { function in class:sync_api::SyncManager

Completed in 3384 milliseconds