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

  /external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h 39 static String getWellKnownMIMETypeForExtension(const String& extension);
MIMETypeRegistry.cpp 47 String MIMETypeRegistry::getWellKnownMIMETypeForExtension(const String &ext)
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp 46 type = MIMETypeRegistry::getWellKnownMIMETypeForExtension(name.substring(index + 1));

Completed in 57 milliseconds