/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_handler.cc | 68 bool sync_everything; member in struct:__anon9283::SyncConfigInfo 77 sync_everything(false), 123 if (!result->GetBoolean("syncAllDataTypes", &config->sync_everything)) { 133 DCHECK(!(config->sync_everything && config->sync_nothing)) 681 service->OnUserChoseDatatypes(configuration.sync_everything, 715 if (!configuration.sync_everything) [all...] |
/external/chromium/chrome/browser/sync/ |
sync_setup_flow.h | 31 bool sync_everything; member in struct:SyncConfiguration
|
profile_sync_service.h | 214 // setup wizard. |sync_everything| represents whether they chose the 216 // and all data types will be synced. |sync_everything| means "sync all 218 virtual void OnUserChoseDatatypes(bool sync_everything, 249 // Shows the configure screen of the Sync setup wizard. If |sync_everything| 253 void ShowConfigure(gfx::NativeWindow parent_window, bool sync_everything);
|
profile_sync_service_harness.cc | 164 // set sync_everything to true; otherwise, set it to false. 165 bool sync_everything = (synced_datatypes.size() == local 167 service()->OnUserChoseDatatypes(sync_everything, synced_datatypes);
|
sync_setup_flow.cc | 45 : sync_everything(false), 109 // The SYNC_EVERYTHING case will set this to true. 249 service_->OnUserChoseDatatypes(configuration.sync_everything, 305 case SyncSetupWizard::SYNC_EVERYTHING: 309 return current_state_ == SyncSetupWizard::SYNC_EVERYTHING || 319 return current_state_ == SyncSetupWizard::SYNC_EVERYTHING || 348 state = SyncSetupWizard::SYNC_EVERYTHING; 350 case SyncSetupWizard::SYNC_EVERYTHING: {
|
profile_sync_service.cc | 719 gfx::NativeWindow parent_window, bool sync_everything) { 725 if (sync_everything) 726 wizard_.Step(SyncSetupWizard::SYNC_EVERYTHING); 844 void ProfileSyncService::OnUserChoseDatatypes(bool sync_everything, 852 sync_everything); [all...] |
sync_setup_wizard_unittest.cc | 55 virtual void OnUserChoseDatatypes(bool sync_everything, 286 // SYNC_EVERYTHING. 287 EXPECT_EQ(SyncSetupWizard::SYNC_EVERYTHING, 420 EXPECT_EQ(SyncSetupWizard::SYNC_EVERYTHING,
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_android.h | 151 // If |sync_everything| is true, then all data types are enabled and the 158 jboolean sync_everything,
|
profile_sync_service_mock.h | 54 void(bool sync_everything,
|
profile_sync_service.h | 402 // setup wizard. |sync_everything| represents whether they chose the 404 // and all data types will be synced. |sync_everything| means "sync all 406 virtual void OnUserChoseDatatypes(bool sync_everything, [all...] |
profile_sync_service.cc | [all...] |
profile_sync_service_android.cc | 395 jboolean sync_everything, 411 sync_service_->OnUserChoseDatatypes(sync_everything, types);
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
profile_sync_service_harness.cc | 316 // set sync_everything to true; otherwise, set it to false. 317 bool sync_everything = local 319 service()->OnUserChoseDatatypes(sync_everything, synced_datatypes); 1019 bool sync_everything = local [all...] |
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_service.cc | 368 bool sync_everything = false; local 371 service->OnUserChoseDatatypes(sync_everything, synced_datatypes);
|
/external/chromium/chrome/browser/ui/webui/options/ |
sync_setup_handler.cc | 64 if (!result->GetBoolean("keepEverythingSynced", &config->sync_everything))
|