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

  /external/chromium_org/chrome/browser/sync/
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();
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);
  /external/chromium_org/chrome/browser/sync/glue/
non_frontend_data_type_controller.cc 13 #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
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc 25 #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->SetSyncSetupCompleted()
521 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
    [all...]
  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 27 #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_file_system/
sync_file_system_service.cc 20 #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)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 34 #include "chrome/browser/sync/profile_sync_service.h"
393 ProfileSyncService* profile_sync_service = local
400 profile_sync_service->OverrideNetworkResourcesForTest(
    [all...]

Completed in 208 milliseconds