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 41 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 277 String mimeType = MIMETypeRegistry::getMIMETypeForPath(entry->name());
468 m_mimeType = MIMETypeRegistry::getMIMETypeForPath(entry->name());

Completed in 84 milliseconds