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

  /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/chrome/browser/ui/webui/options/
sync_setup_handler.cc 64 if (!result->GetBoolean("keepEverythingSynced", &config->sync_everything))

Completed in 164 milliseconds