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

  /external/chromium_org/chrome/browser/sync/glue/
non_frontend_data_type_controller.cc 15 #include "chrome/browser/sync/profile_sync_service.h"
256 profile_sync_service()->DeactivateDataType(type());
406 ProfileSyncService* NonFrontendDataTypeController::profile_sync_service() function in class:browser_sync::NonFrontendDataTypeController
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 18 #include "chrome/browser/sync/profile_sync_service.h"
139 ProfileSyncServiceBase* profile_sync_service = local
141 if (profile_sync_service)
142 profile_sync_service->RemoveObserver(this);
271 ProfileSyncServiceBase* profile_sync_service = local
273 if (profile_sync_service) {
274 UpdateSyncEnabledStatus(profile_sync_service);
275 profile_sync_service->AddObserver(this);
651 ProfileSyncServiceBase* profile_sync_service = local
653 if (profile_sync_service)
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc 23 #include "chrome/browser/sync/profile_sync_service.h"
99 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
100 if (profile_sync_service)
101 profile_sync_service->SetSetupInProgress(true);
361 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
362 if (profile_sync_service)
363 profile_sync_service->SetSyncSetupCompleted();
367 if (!profile_sync_service) {
419 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
425 if (profile_sync_service) {
    [all...]

Completed in 268 milliseconds