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

  /external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h 45 static bool isSupportedImageMIMEType(const String& mimeType);
MIMETypeRegistry.cpp 70 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType)
78 return isSupportedImageMIMEType(mimeType);
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 716 if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType))
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 279 if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType)) {

Completed in 153 milliseconds