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

  /external/chromium/chrome/browser/sync/
sync_setup_flow.h 31 bool sync_everything; member in struct:SyncConfiguration
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);
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 67 bool sync_everything; member in struct:__anon9010::SyncConfigInfo
76 sync_everything(false),
122 if (!result->GetBoolean("syncAllDataTypes", &config->sync_everything)) {
132 DCHECK(!(config->sync_everything && config->sync_nothing))
683 service->OnUserChoseDatatypes(configuration.sync_everything,
717 if (!configuration.sync_everything)
    [all...]
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc 387 bool sync_everything = false; local
390 service->OnUserChoseDatatypes(sync_everything, synced_datatypes);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_harness.cc 237 // set sync_everything to true; otherwise, set it to false.
238 bool sync_everything = local
240 service()->OnUserChoseDatatypes(sync_everything, synced_datatypes);
1100 bool sync_everything = local
    [all...]

Completed in 1910 milliseconds