Searched refs:sync_everything (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.cc67 bool sync_everything; member in struct:__anon6604::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)
/external/chromium/chrome/browser/sync/
H A Dsync_setup_flow.h31 bool sync_everything; member in struct:SyncConfiguration
H A Dprofile_sync_service.h214 // 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);
H A Dprofile_sync_service_harness.cc164 // 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);
H A Dsync_setup_flow.cc45 : sync_everything(false),
249 service_->OnUserChoseDatatypes(configuration.sync_everything,
H A Dprofile_sync_service.cc719 gfx::NativeWindow parent_window, bool sync_everything) {
725 if (sync_everything)
844 void ProfileSyncService::OnUserChoseDatatypes(bool sync_everything, argument
852 sync_everything);
718 ShowConfigure( gfx::NativeWindow parent_window, bool sync_everything) argument
H A Dsync_setup_wizard_unittest.cc55 virtual void OnUserChoseDatatypes(bool sync_everything, argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.h151 // If |sync_everything| is true, then all data types are enabled and the
158 jboolean sync_everything,
H A Dprofile_sync_service_mock.h54 void(bool sync_everything,
H A Dprofile_sync_service.cc1476 bool sync_everything, const syncer::ModelTypeSet chosen_types) const {
1478 sync_everything != sync_prefs_.HasKeepEverythingSynced()) {
1479 UMA_HISTOGRAM_BOOLEAN("Sync.SyncEverything", sync_everything);
1500 if (!sync_everything) {
1541 bool sync_everything,
1548 UpdateSelectedTypesHistogram(sync_everything, chosen_types);
1549 sync_prefs_.SetKeepEverythingSynced(sync_everything);
1475 UpdateSelectedTypesHistogram( bool sync_everything, const syncer::ModelTypeSet chosen_types) const argument
1540 OnUserChoseDatatypes( bool sync_everything, syncer::ModelTypeSet chosen_types) argument
H A Dprofile_sync_service.h336 // setup wizard. |sync_everything| represents whether they chose the
338 // and all data types will be synced. |sync_everything| means "sync all
340 virtual void OnUserChoseDatatypes(bool sync_everything,
776 bool sync_everything,
H A Dprofile_sync_service_harness.cc237 // 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
1102 service_->OnUserChoseDatatypes(sync_everything, synced_datatypes);
H A Dprofile_sync_service_android.cc402 jboolean sync_everything,
418 sync_service_->OnUserChoseDatatypes(sync_everything, types);
400 SetPreferredDataTypes( JNIEnv* env, jobject obj, jboolean sync_everything, jlong model_type_selection) argument
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_service.cc387 bool sync_everything = false; local
390 service->OnUserChoseDatatypes(sync_everything, synced_datatypes);
/external/chromium/chrome/browser/ui/webui/options/
H A Dsync_setup_handler.cc64 if (!result->GetBoolean("keepEverythingSynced", &config->sync_everything))

Completed in 212 milliseconds