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

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

Completed in 179 milliseconds