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

  /external/webkit/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 82 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType)
84 return ChromiumBridge::isSupportedImageMIMEType(mimeType);
89 return isSupportedImageMIMEType(mimeType);
95 return isSupportedImageMIMEType(mimeType);
  /external/webkit/WebCore/platform/
MIMETypeRegistry.cpp 378 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType)
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 363 bool ChromiumBridge::isSupportedImageMIMEType(const String& mimeType)

Completed in 143 milliseconds