Searched defs:supports_feature_type_all (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_control_list_entry_unittest.cc32 const std::string& json, bool supports_feature_type_all) {
45 value, true, feature_map, supports_feature_type_all);
31 GetEntryFromString( const std::string& json, bool supports_feature_type_all) argument
H A Dgpu_control_list.cc373 bool supports_feature_type_all) {
726 feature_list, feature_map, supports_feature_type_all)) {
744 exception_value, false, feature_map, supports_feature_type_all));
972 bool supports_feature_type_all) {
979 if (supports_feature_type_all && feature_strings[i] == "all") {
1297 bool supports_feature_type_all) const {
1299 if (supports_feature_type_all && features_.size() == feature_map.size()) {
370 GetEntryFromValue( const base::DictionaryValue* value, bool top_level, const FeatureMap& feature_map, bool supports_feature_type_all) argument
969 SetFeatures( const std::vector<std::string>& feature_strings, const FeatureMap& feature_map, bool supports_feature_type_all) argument

Completed in 147 milliseconds