Home
last modified time | relevance | path

Searched refs:test_parameter_map (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/base/
Dmime_util.cc400 StringPairMap test_parameter_map; in MatchesMimeTypeParameters() local
402 test_parameter_map[base::ToLowerASCII(pair.first)] = pair.second; in MatchesMimeTypeParameters()
405 if (pattern_parameter_map.size() > test_parameter_map.size()) in MatchesMimeTypeParameters()
410 test_parameter_map.find(parameter_pair.first); in MatchesMimeTypeParameters()
411 if (test_parameter_pair_it == test_parameter_map.end()) in MatchesMimeTypeParameters()