OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSupportedImageMIMETypeForEncoding
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h
55
static bool
isSupportedImageMIMETypeForEncoding
(const String& mimeType);
MIMETypeRegistry.cpp
87
bool MIMETypeRegistry::
isSupportedImageMIMETypeForEncoding
(const String& mimeType)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp
424
ASSERT(MIMETypeRegistry::
isSupportedImageMIMETypeForEncoding
(mimeType));
435
ASSERT(MIMETypeRegistry::
isSupportedImageMIMETypeForEncoding
(mimeType));
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp
397
// FIXME: Make
isSupportedImageMIMETypeForEncoding
threadsafe (to allow this method to be used on a worker thread).
398
if (mimeType.isNull() || !MIMETypeRegistry::
isSupportedImageMIMETypeForEncoding
(lowercaseMimeType))
Completed in 138 milliseconds