Searched refs:enabled_features (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/
H A Daccessibility_features_apitest.cc90 // |enabled_features| List of boolean preference whose value should be set to
96 const std::vector<std::string>& enabled_features,
98 for (size_t i = 0; i < enabled_features.size(); ++i) {
99 const char* const pref_name = GetPrefForFeature(enabled_features[i]);
100 EXPECT_TRUE(pref_name) << "Invalid feature " << enabled_features[i];
118 // |enabled_features| The list of boolean preferences whose value should be
124 const std::vector<std::string>& enabled_features,
126 for (size_t i = 0; i < enabled_features.size(); ++i) {
127 const char* const pref_name = GetPrefForFeature(enabled_features[i]);
128 ASSERT_TRUE(pref_name) << "Invalid feature " << enabled_features[
94 InitPrefServiceForTest( PrefService* prefs, const std::vector<std::string>& enabled_features, const std::vector<std::string>& disabled_features) argument
122 VerifyPrefServiceState( PrefService* prefs, const std::vector<std::string>& enabled_features, const std::vector<std::string>& disabled_features) argument
144 GenerateTestArg(const std::string& test_name, const std::vector<std::string>& enabled_features, const std::vector<std::string>& disabled_features, std::string* result) argument
174 std::vector<std::string> enabled_features; local
206 std::vector<std::string> enabled_features; local
231 VerifyPrefServiceState(GetPrefs(), disabled_features, enabled_features); local
233 VerifyPrefServiceState(GetPrefs(), enabled_features, disabled_features); local
242 std::vector<std::string> enabled_features; local
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc3271 base::ListValue enabled_features; local
3272 enabled_features.Append(new base::StringValue(
3278 enabled_features.DeepCopy(),

Completed in 88 milliseconds