Home
last modified time | relevance | path

Searched refs:getWellKnownMIMETypeForExtension (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.h39 static String getWellKnownMIMETypeForExtension(const String& extension);
DMIMETypeRegistry.cpp47 String MIMETypeRegistry::getWellKnownMIMETypeForExtension(const String &ext) in getWellKnownMIMETypeForExtension() function in blink::MIMETypeRegistry
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFile.cpp46 type = MIMETypeRegistry::getWellKnownMIMETypeForExtension(name.substring(index + 1)); in getContentTypeFromFileName()