HomeSort by relevance Sort by last modified time
    Searched refs:profile_sync_service (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/sync/
sync_global_error_factory.cc 10 #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);
sync_error_notifier_factory_ash.cc 10 #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();
profile_sync_components_factory_mock.h 10 #include "chrome/browser/sync/profile_sync_service.h"
52 SyncComponents(ProfileSyncService* profile_sync_service,
56 SyncComponents(ProfileSyncService* profile_sync_service,
61 ProfileSyncService* profile_sync_service,
profile_sync_components_factory.h 103 ProfileSyncService* profile_sync_service,
106 ProfileSyncService* profile_sync_service,
sync_global_error.h 22 ProfileSyncService* profile_sync_service);
sync_global_error.cc 8 #include "chrome/browser/sync/profile_sync_service.h"
24 ProfileSyncService* profile_sync_service)
26 service_(profile_sync_service) {
profile_sync_components_factory_impl.h 77 ProfileSyncService* profile_sync_service,
80 ProfileSyncService* profile_sync_service,
profile_sync_components_factory_impl.cc 39 #include "chrome/browser/sync/profile_sync_service.h"
674 ProfileSyncService* profile_sync_service,
677 BookmarkModelFactory::GetForProfile(profile_sync_service->profile());
678 syncer::UserShare* user_share = profile_sync_service->GetUserShare();
687 profile_sync_service->profile(),
692 new BookmarkChangeProcessor(profile_sync_service->profile(),
700 ProfileSyncService* profile_sync_service,
704 new TypedUrlModelAssociator(profile_sync_service,
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc 24 #include "chrome/browser/sync/profile_sync_service.h"
108 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
109 if (profile_sync_service)
110 profile_sync_service->SetSetupInProgress(true);
388 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
389 if (profile_sync_service)
390 profile_sync_service->SetSyncSetupCompleted();
394 if (!profile_sync_service) {
459 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
483 if (profile_sync_service) {
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_data_type_controller.cc 19 #include "chrome/browser/sync/profile_sync_service.h"
124 profile_sync_service()->DisableDatatype(
155 profile_sync_service(),
non_frontend_data_type_controller.h 166 ProfileSyncService* profile_sync_service() const;
non_frontend_data_type_controller.cc 13 #include "chrome/browser/sync/profile_sync_service.h"
263 profile_sync_service()->DeactivateDataType(type());
435 ProfileSyncService* NonFrontendDataTypeController::profile_sync_service() function in class:browser_sync::NonFrontendDataTypeController
non_frontend_data_type_controller_unittest.cc 78 CreateBookmarkSyncComponents(profile_sync_service(), this);
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 19 #include "chrome/browser/sync/profile_sync_service.h"
272 ProfileSyncServiceBase* profile_sync_service = local
274 if (profile_sync_service)
275 profile_sync_service->RemoveObserver(this);
401 ProfileSyncServiceBase* profile_sync_service = local
403 if (profile_sync_service) {
404 UpdateSyncEnabledStatus(profile_sync_service);
405 profile_sync_service->AddObserver(this);
751 ProfileSyncServiceBase* profile_sync_service = local
753 if (profile_sync_service)
    [all...]
sync_file_system_service.h 160 // |profile_sync_service| must be non-null.
161 void UpdateSyncEnabledStatus(ProfileSyncServiceBase* profile_sync_service);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 34 #include "chrome/browser/sync/profile_sync_service.h"
383 ProfileSyncService* profile_sync_service = local
388 profile_sync_service->OverrideNetworkResourcesForTest(
    [all...]

Completed in 544 milliseconds