Home
last modified time | relevance | path

Searched refs:kSchedulerConfiguration (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/
H A Dscheduler_configuration_manager_unittest.cc45 local_state_.SetString(prefs::kSchedulerConfiguration, "initial"); in TEST_F()
57 local_state_.SetString(prefs::kSchedulerConfiguration, "config"); in TEST_F()
87 local_state_.SetUserPref(prefs::kSchedulerConfiguration, in TEST_F()
94 local_state_.SetManagedPref(prefs::kSchedulerConfiguration, in TEST_F()
101 local_state_.RemoveUserPref(prefs::kSchedulerConfiguration); in TEST_F()
107 local_state_.RemoveManagedPref(prefs::kSchedulerConfiguration); in TEST_F()
125 local_state_.SetUserPref(prefs::kSchedulerConfiguration, in TEST_F()
132 local_state_.SetManagedPref(prefs::kSchedulerConfiguration, in TEST_F()
139 local_state_.RemoveUserPref(prefs::kSchedulerConfiguration); in TEST_F()
145 local_state_.RemoveManagedPref(prefs::kSchedulerConfiguration); in TEST_F()
[all …]
H A Dscheduler_configuration_manager.cc24 &features::kSchedulerConfiguration, "config", ""};
33 prefs::kSchedulerConfiguration, in SchedulerConfigurationManager()
50 registry->RegisterStringPref(prefs::kSchedulerConfiguration, std::string()); in RegisterLocalStatePrefs()
85 if (local_state->HasPrefPath(prefs::kSchedulerConfiguration)) { in OnPrefChange()
86 config_name = local_state->GetString(prefs::kSchedulerConfiguration); in OnPrefChange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefs/
H A Dchrome_command_line_pref_store.cc55 {switches::kSchedulerConfiguration, prefs::kSchedulerConfiguration},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/prefs/
H A Dchrome_command_line_pref_store.cc65 {switches::kSchedulerConfiguration, prefs::kSchedulerConfiguration},
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dchrome_switches.cc663 const char kSchedulerConfiguration[] = "scheduler-configuration"; variable
H A Dchrome_switches.h204 extern const char kSchedulerConfiguration[];
H A Dpref_names.cc2304 const char kSchedulerConfiguration[] = "chromeos.scheduler_configuration"; variable
H A Dchrome_features.cc719 const base::Feature kSchedulerConfiguration{"SchedulerConfiguration", variable
H A Dchrome_features.h484 extern const base::Feature kSchedulerConfiguration;
H A Dpref_names.h733 extern const char kSchedulerConfiguration[];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dchrome_switches.h212 extern const char kSchedulerConfiguration[];
H A Dchrome_switches.cc714 const char kSchedulerConfiguration[] = "scheduler-configuration"; variable
H A Dchrome_features.cc755 const base::Feature kSchedulerConfiguration{"SchedulerConfiguration", variable
H A Dchrome_features.h467 extern const base::Feature kSchedulerConfiguration;
H A Dpref_names.cc2227 const char kSchedulerConfiguration[] = "chromeos.scheduler_configuration"; variable
H A Dpref_names.h709 extern const char kSchedulerConfiguration[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/
H A Dconfiguration_policy_handler_list_factory.cc915 { key::kSchedulerConfiguration,
916 prefs::kSchedulerConfiguration,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dabout_flags.cc715 switches::kSchedulerConfiguration,
718 switches::kSchedulerConfiguration,