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

  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 167 service()->OnUserChoseDatatypes(sync_everything, synced_datatypes);
506 service()->OnUserChoseDatatypes(false, synced_datatypes);
527 service()->OnUserChoseDatatypes(false, synced_datatypes);
550 service()->OnUserChoseDatatypes(true, synced_datatypes);
sync_setup_flow.cc 39 service->OnUserChoseDatatypes(false, types);
249 service_->OnUserChoseDatatypes(configuration.sync_everything,
profile_sync_service.h 218 virtual void OnUserChoseDatatypes(bool sync_everything,
profile_sync_service_startup_unittest.cc 124 service_->OnUserChoseDatatypes(false, set);
profile_sync_service.cc 844 void ProfileSyncService::OnUserChoseDatatypes(bool sync_everything,
    [all...]
sync_setup_wizard_unittest.cc 55 virtual void OnUserChoseDatatypes(bool sync_everything,
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.h 53 MOCK_METHOD2(OnUserChoseDatatypes,
profile_sync_service_harness.cc 240 service()->OnUserChoseDatatypes(sync_everything, synced_datatypes);
    [all...]
profile_sync_service.h 120 // * OnUserChoseDatatypes(): Set the data types the user wants to sync.
340 virtual void OnUserChoseDatatypes(bool sync_everything,
555 // Turns on encryption for all data. Callers must call OnUserChoseDatatypes()
    [all...]
profile_sync_service_android.cc 418 sync_service_->OnUserChoseDatatypes(sync_everything, types);
profile_sync_service.cc 263 // There was a bug where OnUserChoseDatatypes was not properly called on
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 678 EXPECT_CALL(*mock_pss_, OnUserChoseDatatypes(true, _));
708 EXPECT_CALL(*mock_pss_, OnUserChoseDatatypes(true, _));
728 EXPECT_CALL(*mock_pss_, OnUserChoseDatatypes(_, _));
755 EXPECT_CALL(*mock_pss_, OnUserChoseDatatypes(_, _));
781 EXPECT_CALL(*mock_pss_, OnUserChoseDatatypes(_, _));
808 EXPECT_CALL(*mock_pss_, OnUserChoseDatatypes(_, _));
    [all...]
sync_setup_handler.cc 683 service->OnUserChoseDatatypes(configuration.sync_everything,
687 // OnUserChoseDatatypes() because the user may have just disabled the
    [all...]
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc 390 service->OnUserChoseDatatypes(sync_everything, synced_datatypes);

Completed in 252 milliseconds