Searched refs:HasProfileSyncService (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_factory.h18 static bool HasProfileSyncService(Profile* profile);
H A Dprofile_sync_service_factory.cc116 bool ProfileSyncServiceFactory::HasProfileSyncService(Profile* profile) { function in class:ProfileSyncServiceFactory
H A Dprofile_sync_service_harness.cc167 return ProfileSyncServiceFactory::GetInstance()->HasProfileSyncService(
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Dchrome_internal_log_source.cc38 if (!ProfileSyncServiceFactory::GetInstance()->HasProfileSyncService(
/external/chromium_org/chrome/browser/ui/ash/
H A Dapp_sync_ui_state.cc46 if (!ProfileSyncServiceFactory::HasProfileSyncService(profile))
/external/chromium_org/chrome/browser/profiles/
H A Dprofile.cc190 if (ProfileSyncServiceFactory::HasProfileSyncService(this))
H A Dprofile_manager.cc1090 if (ProfileSyncServiceFactory::GetInstance()->HasProfileSyncService(
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_harness.cc111 if (!profile->HasProfileSyncService()) {
125 return profile_->HasProfileSyncService();
/external/chromium/android/autofill/
H A Dprofile_android.h226 virtual bool HasProfileSyncService() const { NOTREACHED(); return false; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.h440 virtual bool HasProfileSyncService() const = 0;
H A Dprofile_impl.h105 virtual bool HasProfileSyncService() const;
H A Dprofile.cc492 virtual bool HasProfileSyncService() const { function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1189 bool ProfileImpl::HasProfileSyncService() const { function in class:ProfileImpl
1364 // HasProfileSyncService() to guard against the call.
/external/chromium/chrome/browser/web_resource/
H A Dpromo_resource_service.cc425 (profile->HasProfileSyncService() &&

Completed in 184 milliseconds