Searched refs:profile_sync_service (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_factory_ash.cc10 #include "chrome/browser/sync/profile_sync_service.h"
42 ProfileSyncService* profile_sync_service = local
45 if (!profile_sync_service)
49 profile_sync_service->sync_error_controller();
H A Dsync_global_error_factory.cc10 #include "chrome/browser/sync/profile_sync_service.h"
50 ProfileSyncService* profile_sync_service = local
53 if (!profile_sync_service)
57 profile_sync_service->sync_error_controller();
62 profile_sync_service);
H A Dprofile_sync_components_factory_mock.h10 #include "chrome/browser/sync/profile_sync_service.h"
58 SyncComponents(ProfileSyncService* profile_sync_service,
62 SyncComponents(ProfileSyncService* profile_sync_service,
67 ProfileSyncService* profile_sync_service,
H A Dprofile_sync_components_factory.h106 ProfileSyncService* profile_sync_service,
109 ProfileSyncService* profile_sync_service,
H A Dsync_global_error.cc8 #include "chrome/browser/sync/profile_sync_service.h"
23 ProfileSyncService* profile_sync_service)
25 service_(profile_sync_service) {
22 SyncGlobalError(SyncErrorController* error_controller, ProfileSyncService* profile_sync_service) argument
H A Dprofile_sync_components_factory_impl.h75 ProfileSyncService* profile_sync_service,
78 ProfileSyncService* profile_sync_service,
H A Dsync_global_error.h22 ProfileSyncService* profile_sync_service);
H A Dprofile_sync_components_factory_impl.cc41 #include "chrome/browser/sync/profile_sync_service.h"
665 ProfileSyncService* profile_sync_service,
668 BookmarkModelFactory::GetForProfile(profile_sync_service->profile());
669 syncer::UserShare* user_share = profile_sync_service->GetUserShare();
678 profile_sync_service->profile(),
683 new BookmarkChangeProcessor(profile_sync_service->profile(),
691 ProfileSyncService* profile_sync_service,
695 new TypedUrlModelAssociator(profile_sync_service,
664 CreateBookmarkSyncComponents( ProfileSyncService* profile_sync_service, sync_driver::DataTypeErrorHandler* error_handler) argument
690 CreateTypedUrlSyncComponents( ProfileSyncService* profile_sync_service, history::HistoryBackend* history_backend, sync_driver::DataTypeErrorHandler* error_handler) argument
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter.cc25 #include "chrome/browser/sync/profile_sync_service.h"
141 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
142 if (profile_sync_service)
143 profile_sync_service->SetSetupInProgress(true);
401 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
402 if (profile_sync_service)
403 profile_sync_service->SetSyncSetupCompleted();
450 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
451 if (profile_sync_service)
452 profile_sync_service
521 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service.cc20 #include "chrome/browser/sync/profile_sync_service.h"
263 ProfileSyncServiceBase* profile_sync_service = local
265 if (profile_sync_service)
266 profile_sync_service->RemoveObserver(this);
472 ProfileSyncServiceBase* profile_sync_service = local
474 if (profile_sync_service) {
475 UpdateSyncEnabledStatus(profile_sync_service);
476 profile_sync_service->AddObserver(this);
709 ProfileSyncServiceBase* profile_sync_service = local
711 if (profile_sync_service)
725 UpdateSyncEnabledStatus( ProfileSyncServiceBase* profile_sync_service) argument
[all...]
H A Dsync_file_system_service.h162 // |profile_sync_service| must be non-null.
163 void UpdateSyncEnabledStatus(ProfileSyncServiceBase* profile_sync_service);
/external/chromium_org/chrome/browser/android/
H A Dmost_visited_sites.cc27 #include "chrome/browser/sync/profile_sync_service.h"
205 ProfileSyncService* profile_sync_service = local
207 if (profile_sync_service)
208 profile_sync_service->AddObserver(this);
212 ProfileSyncService* profile_sync_service = local
214 if (profile_sync_service && profile_sync_service->HasObserver(this))
215 profile_sync_service->RemoveObserver(this);
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_data_type_controller.cc19 #include "chrome/browser/sync/profile_sync_service.h"
149 profile_sync_service(),
H A Dnon_frontend_data_type_controller.h166 ProfileSyncService* profile_sync_service() const;
H A Dnon_frontend_data_type_controller.cc13 #include "chrome/browser/sync/profile_sync_service.h"
264 profile_sync_service()->DeactivateDataType(type());
422 ProfileSyncService* NonFrontendDataTypeController::profile_sync_service() function in class:browser_sync::NonFrontendDataTypeController
H A Dnon_frontend_data_type_controller_unittest.cc77 CreateBookmarkSyncComponents(profile_sync_service(), this);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.cc34 #include "chrome/browser/sync/profile_sync_service.h"
393 ProfileSyncService* profile_sync_service = local
400 profile_sync_service->OverrideNetworkResourcesForTest(

Completed in 565 milliseconds