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

/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFile.cpp76 void File::computeNameAndContentType(const String& path, const String& nameOverride, String& effectiveName, String& effectiveContentType) argument
80 computeNameAndContentTypeForReplacedFile(path, nameOverride, effectiveName, effectiveContentType);
87 effectiveContentType = MIMETypeRegistry::getMIMETypeForExtension(effectiveName.substring(index + 1));
H A DFileMac.mm63 void File::computeNameAndContentTypeForReplacedFile(const String& path, const String& nameOverride, String& effectiveName, String& effectiveContentType)
66 effectiveContentType = ASCIILiteral("application/zip");
H A DFile.h77 static void computeNameAndContentType(const String& path, const String& nameOverride, String& effectiveName, String& effectiveContentType);
79 static void computeNameAndContentTypeForReplacedFile(const String& path, const String& nameOverride, String& effectiveName, String& effectiveContentType);

Completed in 132 milliseconds