Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dmime_util.cc70 typedef std::map<std::string, base::hash_set<std::string> > StrictMappings; typedef in net::MimeUtil
71 StrictMappings strict_format_map_;
460 StrictMappings::const_iterator it = strict_format_map_.find(mime_type); in IsSupportedStrictMediaMimeType()
/external/chromium_org/net/base/
Dmime_util.cc91 typedef std::map<std::string, MimeMappings> StrictMappings; typedef in net::MimeUtil
114 StrictMappings strict_format_map_;
696 StrictMappings::const_iterator it = strict_format_map_.find(mime_type); in IsSupportedStrictMediaMimeType()