/external/chromium_org/gpu/config/ |
gpu_blacklist_unittest.cc | 27 const std::string feature_name, GpuFeatureType feature_type) { 42 feature_name + 86 #define GPU_BLACKLIST_FEATURE_TEST(test_name, feature_name, feature_type) \ 88 RunFeatureTest(feature_name, feature_type); \
|
gpu_control_list.h | 91 void AddSupportedFeature(const std::string& feature_name, int feature_id); 446 // map a feature_name to feature_id. If the string is not a registered 448 static bool StringToFeature(const std::string& feature_name,
|
gpu_control_list.cc | [all...] |
/external/chromium_org/extensions/common/features/ |
base_feature_provider.h | 30 // Gets the feature |feature_name|, if it exists. 31 virtual Feature* GetFeature(const std::string& feature_name) const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
v8_utilities.py | 258 feature_name = extended_attributes['PerContextEnabled'] 259 return 'ContextFeatures::%sEnabled' % uncapitalize(feature_name) 273 feature_name = extended_attributes['RuntimeEnabled'] 274 return 'RuntimeEnabledFeatures::%sEnabled' % uncapitalize(feature_name)
|
/external/chromium_org/extensions/common/ |
manifest.cc | 153 for (std::vector<std::string>::const_iterator feature_name = 155 feature_name != feature_names.end(); ++feature_name) { 157 if (!value_->Get(*feature_name, NULL)) 160 Feature* feature = manifest_feature_provider->GetFeature(*feature_name); 164 warnings->push_back(InstallWarning(result.message(), *feature_name));
|
extension_api.cc | 182 std::string* feature_name) { 187 *feature_name = full_name; 192 *feature_name = full_name.substr(colon_index + 1); 345 std::string feature_name; local 346 SplitDependencyName(full_name, &feature_type, &feature_name); 353 Feature* feature = provider->second->GetFeature(feature_name); 358 GetAPINameFromFullName(feature_name, &child_name));
|
extension_api.h | 56 std::string* feature_name);
|
/external/chromium_org/tools/json_schema_compiler/ |
cpp_util.py | 135 def ConstantName(feature_name): 139 for word in feature_name.replace('.', ' ').split()))
|
model.py | 54 def __init__(self, feature_name, features): 55 self.name = feature_name 70 def __init__(self, feature_name, feature_def): 71 self.name = feature_name
|
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor.cc | 75 static void AddFeature(const std::string& feature_name, 81 feature->set_name(feature_name);
|
/external/chromium_org/chrome/common/extensions/api/ |
extension_api_unittest.cc | 82 std::string feature_name; local 84 &feature_name); 86 EXPECT_EQ(test_data[i].expected_feature_name, feature_name) << i; [all...] |
/external/qemu/target-i386/ |
helper.c | 37 static const char *feature_name[] = { variable 71 if (feature_name[i] && !strcmp (flagname, feature_name[i])) { [all...] |