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

  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.h 55 static bool isSupportedImageResourceMIMEType(const String& mimeType);
MIMETypeRegistry.cpp 481 bool MIMETypeRegistry::isSupportedImageResourceMIMEType(const String& mimeType)
  /external/webkit/Source/WebKit/mac/Misc/
WebNSPasteboardExtras.mm 206 && MIMETypeRegistry::isSupportedImageResourceMIMEType([[subresources objectAtIndex:0] MIMEType]))
210 ASSERT(!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType]));
211 if (!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType]))
  /external/webkit/Source/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 98 bool MIMETypeRegistry::isSupportedImageResourceMIMEType(const String& mimeType)
  /external/webkit/Source/WebCore/platform/graphics/
Image.cpp 63 return MIMETypeRegistry::isSupportedImageResourceMIMEType(type);
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 334 ASSERT(MIMETypeRegistry::isSupportedImageResourceMIMEType(MIMEType));
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 801 if (MIMETypeRegistry::isSupportedImageResourceMIMEType(mimeType) ||
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 689 if (MIMETypeRegistry::isSupportedImageResourceMIMEType(MIMEType))
    [all...]

Completed in 1001 milliseconds