OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enabled_features
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/
accessibility_features_apitest.cc
89
// |
enabled_features
| List of boolean preference whose value should be set to
95
const std::vector<std::string>&
enabled_features
,
97
for (size_t i = 0; i <
enabled_features
.size(); ++i) {
98
const char* const pref_name = GetPrefForFeature(
enabled_features
[i]);
99
EXPECT_TRUE(pref_name) << "Invalid feature " <<
enabled_features
[i];
117
// |
enabled_features
| The list of boolean preferences whose value should be
123
const std::vector<std::string>&
enabled_features
,
125
for (size_t i = 0; i <
enabled_features
.size(); ++i) {
126
const char* const pref_name = GetPrefForFeature(
enabled_features
[i]);
127
ASSERT_TRUE(pref_name) << "Invalid feature " <<
enabled_features
[i]
173
std::vector<std::string>
enabled_features
;
local
205
std::vector<std::string>
enabled_features
;
local
230
VerifyPrefServiceState(GetPrefs(), disabled_features,
enabled_features
);
local
232
VerifyPrefServiceState(GetPrefs(),
enabled_features
, disabled_features);
local
241
std::vector<std::string>
enabled_features
;
local
[
all
...]
/external/chromium_org/chrome/browser/policy/
policy_browsertest.cc
3020
base::ListValue
enabled_features
;
local
[
all
...]
Completed in 94 milliseconds