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

  /external/webkit/WebCore/platform/
MIMETypeRegistry.h 77 const String& defaultMIMEType();
MIMETypeRegistry.cpp 478 const String& defaultMIMEType()
480 DEFINE_STATIC_LOCAL(const String, defaultMIMEType, ("application/octet-stream"));
481 return defaultMIMEType;
  /external/webkit/WebCore/platform/network/mac/
WebCoreURLResponse.mm 399 static NSString *defaultMIMETypeString = [(NSString *)WebCore::defaultMIMEType() retain];
ResourceHandleMac.mm 723 static NSString* defaultMIMETypeString = [(NSString*) defaultMIMEType() retain];
    [all...]
  /external/webkit/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 109 static CFStringRef defaultMIMETypeString = defaultMIMEType().createCFString();
    [all...]

Completed in 5468 milliseconds