Home
last modified time | relevance | path

Searched refs:profile_sync_service (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dsync_global_error_factory.cc50 ProfileSyncService* profile_sync_service = in BuildServiceInstanceFor() local
53 if (!profile_sync_service) in BuildServiceInstanceFor()
57 profile_sync_service->sync_error_controller(); in BuildServiceInstanceFor()
62 profile_sync_service); in BuildServiceInstanceFor()
Dsync_error_notifier_factory_ash.cc42 ProfileSyncService* profile_sync_service = in BuildServiceInstanceFor() local
45 if (!profile_sync_service) in BuildServiceInstanceFor()
49 profile_sync_service->sync_error_controller(); in BuildServiceInstanceFor()
Dprofile_sync_components_factory_mock.h58 SyncComponents(ProfileSyncService* profile_sync_service,
62 SyncComponents(ProfileSyncService* profile_sync_service,
67 ProfileSyncService* profile_sync_service,
Dprofile_sync_components_factory_impl.cc665 ProfileSyncService* profile_sync_service, in CreateBookmarkSyncComponents() argument
668 BookmarkModelFactory::GetForProfile(profile_sync_service->profile()); in CreateBookmarkSyncComponents()
669 syncer::UserShare* user_share = profile_sync_service->GetUserShare(); in CreateBookmarkSyncComponents()
678 profile_sync_service->profile(), in CreateBookmarkSyncComponents()
683 new BookmarkChangeProcessor(profile_sync_service->profile(), in CreateBookmarkSyncComponents()
691 ProfileSyncService* profile_sync_service, in CreateTypedUrlSyncComponents() argument
695 new TypedUrlModelAssociator(profile_sync_service, in CreateTypedUrlSyncComponents()
Dprofile_sync_components_factory.h106 ProfileSyncService* profile_sync_service,
109 ProfileSyncService* profile_sync_service,
Dsync_global_error.cc23 ProfileSyncService* profile_sync_service) in SyncGlobalError() argument
25 service_(profile_sync_service) { in SyncGlobalError()
Dprofile_sync_components_factory_impl.h75 ProfileSyncService* profile_sync_service,
78 ProfileSyncService* profile_sync_service,
Dsync_global_error.h22 ProfileSyncService* profile_sync_service);
/external/chromium_org/chrome/browser/ui/sync/
Done_click_signin_sync_starter.cc141 ProfileSyncService* profile_sync_service = GetProfileSyncService(); in Initialize() local
142 if (profile_sync_service) in Initialize()
143 profile_sync_service->SetSetupInProgress(true); in Initialize()
401 ProfileSyncService* profile_sync_service = GetProfileSyncService(); in OnSyncConfirmationUIClosed() local
402 if (profile_sync_service) in OnSyncConfirmationUIClosed()
403 profile_sync_service->SetSyncSetupCompleted(); in OnSyncConfirmationUIClosed()
450 ProfileSyncService* profile_sync_service = GetProfileSyncService(); in MergeSessionComplete() local
451 if (profile_sync_service) in MergeSessionComplete()
452 profile_sync_service->SetSyncSetupCompleted(); in MergeSessionComplete()
456 if (!profile_sync_service) { in MergeSessionComplete()
[all …]
/external/chromium_org/chrome/browser/sync_file_system/
Dsync_file_system_service.cc263 ProfileSyncServiceBase* profile_sync_service = in Shutdown() local
265 if (profile_sync_service) in Shutdown()
266 profile_sync_service->RemoveObserver(this); in Shutdown()
472 ProfileSyncServiceBase* profile_sync_service = in Initialize() local
474 if (profile_sync_service) { in Initialize()
475 UpdateSyncEnabledStatus(profile_sync_service); in Initialize()
476 profile_sync_service->AddObserver(this); in Initialize()
709 ProfileSyncServiceBase* profile_sync_service = in OnStateChanged() local
711 if (profile_sync_service) in OnStateChanged()
712 UpdateSyncEnabledStatus(profile_sync_service); in OnStateChanged()
[all …]
Dsync_file_system_service.h163 void UpdateSyncEnabledStatus(ProfileSyncServiceBase* profile_sync_service);
/external/chromium_org/chrome/browser/android/
Dmost_visited_sites.cc205 ProfileSyncService* profile_sync_service = in MostVisitedSites() local
207 if (profile_sync_service) in MostVisitedSites()
208 profile_sync_service->AddObserver(this); in MostVisitedSites()
212 ProfileSyncService* profile_sync_service = in ~MostVisitedSites() local
214 if (profile_sync_service && profile_sync_service->HasObserver(this)) in ~MostVisitedSites()
215 profile_sync_service->RemoveObserver(this); in ~MostVisitedSites()
/external/chromium_org/chrome/browser/drive/
DDEPS16 "!chrome/browser/sync/profile_sync_service.h",
/external/chromium_org/chrome/browser/sync/glue/
Dtyped_url_data_type_controller.cc149 profile_sync_service(), in CreateSyncComponents()
Dnon_frontend_data_type_controller.h166 ProfileSyncService* profile_sync_service() const;
Dnon_frontend_data_type_controller.cc264 profile_sync_service()->DeactivateDataType(type()); in Stop()
422 ProfileSyncService* NonFrontendDataTypeController::profile_sync_service() in profile_sync_service() function in browser_sync::NonFrontendDataTypeController
Dnon_frontend_data_type_controller_unittest.cc77 CreateBookmarkSyncComponents(profile_sync_service(), this); in CreateSyncComponents()
/external/chromium_org/chrome/browser/history/
DDEPS42 "!chrome/browser/sync/profile_sync_service.h",
/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_test.cc393 ProfileSyncService* profile_sync_service = in InitializeInstance() local
400 profile_sync_service->OverrideNetworkResourcesForTest( in InitializeInstance()
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_controller_unittest.mm17 #include "chrome/browser/sync/profile_sync_service.h"
/external/chromium_org/chrome/browser/
Dapp_controller_mac.mm44 #include "chrome/browser/sync/profile_sync_service.h"
/external/chromium_org/chrome/
Dchrome_browser.gypi1282 'browser/sync/profile_sync_service.cc',
1283 'browser/sync/profile_sync_service.h',