Searched refs:ascii_mime_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/
H A Dsimple_webmimeregistry_impl.cc40 std::string ascii_mime_type = ToASCIIOrEmpty(mime_type); local
41 return (net::IsSupportedImageMimeType(ascii_mime_type) ||
42 (StartsWithASCII(ascii_mime_type, "image/", true) &&
43 net::IsSupportedNonImageMimeType(ascii_mime_type))) ?
/external/chromium_org/mojo/services/html_viewer/
H A Dwebmimeregistry_impl.cc41 std::string ascii_mime_type = ToASCIIOrEmpty(mime_type); local
42 return (net::IsSupportedImageMimeType(ascii_mime_type) ||
43 (StartsWithASCII(ascii_mime_type, "image/", true) &&
44 net::IsSupportedNonImageMimeType(ascii_mime_type)))

Completed in 198 milliseconds