OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 152 milliseconds