Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_harness.cc111 if (!profile->HasProfileSyncService()) { in CreateAndAttach()
125 return profile_->HasProfileSyncService(); in IsSyncAlreadySetup()
/external/chromium/chrome/browser/profiles/
Dprofile.h440 virtual bool HasProfileSyncService() const = 0;
Dprofile_impl.h105 virtual bool HasProfileSyncService() const;
Dprofile.cc492 virtual bool HasProfileSyncService() const { in HasProfileSyncService() function in OffTheRecordProfileImpl
Dprofile_impl.cc1189 bool ProfileImpl::HasProfileSyncService() const { in HasProfileSyncService() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h226 virtual bool HasProfileSyncService() const { NOTREACHED(); return false; } in HasProfileSyncService() function
/external/chromium/chrome/browser/web_resource/
Dpromo_resource_service.cc425 (profile->HasProfileSyncService() && in CanShowPromo()