Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.h42 static String getMIMETypeForPath(const String& path);
DMIMETypeRegistry.cpp53 String MIMETypeRegistry::getMIMETypeForPath(const String& path) in getMIMETypeForPath() function in WebCore::MIMETypeRegistry
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFileSystemAgent.cpp276 String mimeType = MIMETypeRegistry::getMIMETypeForPath(entry->name()); in didReadDirectoryEntries()
467 m_mimeType = MIMETypeRegistry::getMIMETypeForPath(entry->name()); in didGetEntry()