HomeSort by relevance Sort by last modified time
    Searched defs:profile_sync_service (Results 1 - 6 of 6) 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"
263 profile_sync_service()->DeactivateDataType(type());
435 ProfileSyncService* NonFrontendDataTypeController::profile_sync_service() function in class:browser_sync::NonFrontendDataTypeController
  /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_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...]
  /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 91 milliseconds