OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSupportedImagePrefixedMIMEType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h
52
static bool
isSupportedImagePrefixedMIMEType
(const String& mimeType);
MIMETypeRegistry.cpp
81
bool MIMETypeRegistry::
isSupportedImagePrefixedMIMEType
(const String& mimeType)
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp
271
return MIMETypeRegistry::
isSupportedImagePrefixedMIMEType
(type);
Completed in 891 milliseconds