/external/chromium_org/gpu/config/ |
gpu_driver_bug_list.cc | 17 std::string feature_name; member in struct:gpu::__anon11272::DriverBugInfo 41 list->AddSupportedFeature(kFeatureList[i].feature_name,
|
gpu_blacklist_unittest.cc | 27 const std::string feature_name, GpuFeatureType feature_type) { 42 feature_name + 85 #define GPU_BLACKLIST_FEATURE_TEST(test_name, feature_name, feature_type) \ 87 RunFeatureTest(feature_name, feature_type); \
|
gpu_control_list.h | 90 void AddSupportedFeature(const std::string& feature_name, int feature_id); 421 // map a feature_name to feature_id. If the string is not a registered 423 static bool StringToFeature(const std::string& feature_name,
|
gpu_control_list.cc | [all...] |
/external/chromium_org/chrome/common/extensions/features/ |
base_feature_provider.h | 33 // Gets the feature |feature_name|, if it exists. 34 virtual Feature* GetFeature(const std::string& feature_name) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
v8_utilities.py | 205 feature_name = extended_attributes['PerContextEnabled'] 206 return 'ContextFeatures::%sEnabled' % uncapitalize(feature_name) 220 feature_name = extended_attributes['RuntimeEnabled'] 221 return 'RuntimeEnabledFeatures::%sEnabled' % uncapitalize(feature_name)
|
/external/chromium_org/extensions/common/ |
extension_api.cc | 186 std::string* feature_name) { 191 *feature_name = full_name; 196 *feature_name = full_name.substr(colon_index + 1); 292 const std::string& feature_name = *i; local 293 if (feature_name != api_name && feature_name.find(api_name + ".") == 0) { 294 if (IsAvailable(feature_name, extension, context, url).is_available()) 369 std::string feature_name; local 370 SplitDependencyName(full_name, &feature_type, &feature_name); 377 Feature* feature = provider->second->GetFeature(feature_name); [all...] |
manifest.cc | 152 for (std::vector<std::string>::const_iterator feature_name = 154 feature_name != feature_names.end(); ++feature_name) { 156 if (!value_->Get(*feature_name, NULL)) 159 Feature* feature = manifest_feature_provider->GetFeature(*feature_name); 164 warnings->push_back(InstallWarning(result.message(), *feature_name));
|
extension_api.h | 56 std::string* feature_name);
|
/external/chromium_org/tools/json_schema_compiler/ |
cpp_util.py | 127 def ConstantName(feature_name): 131 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 | 38 static const char *feature_name[] = { variable 72 if (feature_name[i] && !strcmp (flagname, feature_name[i])) { [all...] |