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

  /external/chromium/net/base/
mime_util.cc 33 bool IsSupportedNonImageMimeType(const char* mime_type) const;
366 bool MimeUtil::IsSupportedNonImageMimeType(const char* mime_type) const {
382 IsSupportedNonImageMimeType(mime_type.c_str());
501 bool IsSupportedNonImageMimeType(const char* mime_type) {
502 return g_mime_util.Get().IsSupportedNonImageMimeType(mime_type);
  /external/chromium_org/net/base/
mime_util.cc 58 bool IsSupportedNonImageMimeType(const std::string& mime_type) const;
502 bool MimeUtil::IsSupportedNonImageMimeType(const std::string& mime_type) const {
521 IsSupportedNonImageMimeType(mime_type);
729 bool IsSupportedNonImageMimeType(const std::string& mime_type) {
730 return g_mime_util.Get().IsSupportedNonImageMimeType(mime_type);
    [all...]

Completed in 55 milliseconds