OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/core/inspector/
InspectorFileSystemAgent.cpp
276
String mimeType = MIMETypeRegistry::
getMIMETypeForPath
(entry->name());
467
m_mimeType = MIMETypeRegistry::
getMIMETypeForPath
(entry->name());
Completed in 64 milliseconds