HomeSort by relevance Sort by last modified time
    Searched refs:getMIMETypeForPath (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h 42 static String getMIMETypeForPath(const String& path);
MIMETypeRegistry.cpp 53 String MIMETypeRegistry::getMIMETypeForPath(const String& path)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 276 String mimeType = MIMETypeRegistry::getMIMETypeForPath(entry->name());
467 m_mimeType = MIMETypeRegistry::getMIMETypeForPath(entry->name());

Completed in 65 milliseconds