HomeSort by relevance Sort by last modified time
    Searched refs:StrictMappings (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
mime_util.cc 70 typedef std::map<std::string, base::hash_set<std::string> > StrictMappings;
71 StrictMappings strict_format_map_;
460 StrictMappings::const_iterator it = strict_format_map_.find(mime_type);
  /external/chromium_org/net/base/
mime_util.cc 91 typedef std::map<std::string, MimeMappings> StrictMappings;
114 StrictMappings strict_format_map_;
696 StrictMappings::const_iterator it = strict_format_map_.find(mime_type);
    [all...]

Completed in 668 milliseconds