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/ui/sync/
one_click_signin_sync_starter.cc 23 #include "chrome/browser/sync/profile_sync_service.h"
106 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
107 if (profile_sync_service)
108 profile_sync_service->SetSetupInProgress(true);
375 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
376 if (profile_sync_service)
377 profile_sync_service->SetSyncSetupCompleted();
381 if (!profile_sync_service) {
433 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
448 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"
269 ProfileSyncServiceBase* profile_sync_service = local
271 if (profile_sync_service)
272 profile_sync_service->RemoveObserver(this);
431 ProfileSyncServiceBase* profile_sync_service = local
433 if (profile_sync_service) {
434 UpdateSyncEnabledStatus(profile_sync_service);
435 profile_sync_service->AddObserver(this);
691 ProfileSyncServiceBase* profile_sync_service = local
693 if (profile_sync_service)
    [all...]

Completed in 62 milliseconds