Searched refs:feature_names (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dapi_definitions_natives.cc27 const std::vector<std::string>& feature_names = local
29 for (std::vector<std::string>::const_iterator i = feature_names.begin();
30 i != feature_names.end();
/external/chromium_org/extensions/common/
H A Dmanifest.cc150 const std::vector<std::string>& feature_names = local
153 feature_names.begin();
154 feature_name != feature_names.end(); ++feature_name) {
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc1295 base::ListValue* feature_names,
1298 DCHECK(feature_names);
1300 feature_names->AppendString("all");
1306 feature_names->AppendString(iter->first);
1294 GetFeatureNames( base::ListValue* feature_names, const FeatureMap& feature_map, bool supports_feature_type_all) const argument
H A Dgpu_control_list.h291 void GetFeatureNames(base::ListValue* feature_names,

Completed in 120 milliseconds