/external/chromium_org/chrome/browser/sync/ |
D | sync_global_error_factory.cc | 50 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()
|
D | sync_error_notifier_factory_ash.cc | 42 ProfileSyncService* profile_sync_service = in BuildServiceInstanceFor() local 45 if (!profile_sync_service) in BuildServiceInstanceFor() 49 profile_sync_service->sync_error_controller(); in BuildServiceInstanceFor()
|
D | profile_sync_components_factory_mock.h | 58 SyncComponents(ProfileSyncService* profile_sync_service, 62 SyncComponents(ProfileSyncService* profile_sync_service, 67 ProfileSyncService* profile_sync_service,
|
D | profile_sync_components_factory_impl.cc | 665 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()
|
D | profile_sync_components_factory.h | 106 ProfileSyncService* profile_sync_service, 109 ProfileSyncService* profile_sync_service,
|
D | sync_global_error.cc | 23 ProfileSyncService* profile_sync_service) in SyncGlobalError() argument 25 service_(profile_sync_service) { in SyncGlobalError()
|
D | profile_sync_components_factory_impl.h | 75 ProfileSyncService* profile_sync_service, 78 ProfileSyncService* profile_sync_service,
|
D | sync_global_error.h | 22 ProfileSyncService* profile_sync_service);
|
/external/chromium_org/chrome/browser/ui/sync/ |
D | one_click_signin_sync_starter.cc | 141 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/ |
D | sync_file_system_service.cc | 263 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 …]
|
D | sync_file_system_service.h | 163 void UpdateSyncEnabledStatus(ProfileSyncServiceBase* profile_sync_service);
|
/external/chromium_org/chrome/browser/android/ |
D | most_visited_sites.cc | 205 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/ |
D | DEPS | 16 "!chrome/browser/sync/profile_sync_service.h",
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | typed_url_data_type_controller.cc | 149 profile_sync_service(), in CreateSyncComponents()
|
D | non_frontend_data_type_controller.h | 166 ProfileSyncService* profile_sync_service() const;
|
D | non_frontend_data_type_controller.cc | 264 profile_sync_service()->DeactivateDataType(type()); in Stop() 422 ProfileSyncService* NonFrontendDataTypeController::profile_sync_service() in profile_sync_service() function in browser_sync::NonFrontendDataTypeController
|
D | non_frontend_data_type_controller_unittest.cc | 77 CreateBookmarkSyncComponents(profile_sync_service(), this); in CreateSyncComponents()
|
/external/chromium_org/chrome/browser/history/ |
D | DEPS | 42 "!chrome/browser/sync/profile_sync_service.h",
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | sync_test.cc | 393 ProfileSyncService* profile_sync_service = in InitializeInstance() local 400 profile_sync_service->OverrideNetworkResourcesForTest( in InitializeInstance()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | browser_window_controller_unittest.mm | 17 #include "chrome/browser/sync/profile_sync_service.h"
|
/external/chromium_org/chrome/browser/ |
D | app_controller_mac.mm | 44 #include "chrome/browser/sync/profile_sync_service.h"
|
/external/chromium_org/chrome/ |
D | chrome_browser.gypi | 1282 'browser/sync/profile_sync_service.cc', 1283 'browser/sync/profile_sync_service.h',
|