Searched refs:computeNameAndContentType (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFile.cpp46 computeNameAndContentType(m_path, String(), m_name, m_type);
56 computeNameAndContentType(m_path, nameOverride, m_name, m_type);
76 void File::computeNameAndContentType(const String& path, const String& nameOverride, String& effectiveName, String& effectiveContentType) function in class:WebCore::File
94 computeNameAndContentType(path, String(), name, type);
H A DFile.h77 static void computeNameAndContentType(const String& path, const String& nameOverride, String& effectiveName, String& effectiveContentType);

Completed in 123 milliseconds