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

  /external/chromium_org/net/base/
mime_util.cc 853 const char* leading_mime_type; member in struct:net::__anon8885::StandardType
867 const std::string& leading_mime_type,
871 if (StartsWithASCII(mappings[i].mime_type, leading_mime_type, false)) {
890 const std::string& leading_mime_type,
901 leading_mime_type,
906 leading_mime_type,
933 std::string leading_mime_type = mime_type.substr(0, mime_type.length() - 1); local
940 if (type->leading_mime_type &&
941 leading_mime_type == type->leading_mime_type)
    [all...]
  /external/chromium/net/base/
mime_util.cc 608 const std::string& leading_mime_type,
612 if (StartsWithASCII(mappings[i].mime_type, leading_mime_type, false)) {
632 const std::string& leading_mime_type,
644 leading_mime_type,
649 leading_mime_type,

Completed in 27 milliseconds