Searched defs:supportedImageMIMETypesForEncoding (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DMIMETypeRegistry.cpp54 static HashSet<String>* supportedImageMIMETypesForEncoding; member in namespace:WebCore
158 supportedImageMIMETypesForEncoding = new HashSet<String>;
168 supportedImageMIMETypesForEncoding->add(mimeType);
173 supportedImageMIMETypesForEncoding->add("image/png");
174 supportedImageMIMETypesForEncoding->add("image/jpeg");
175 supportedImageMIMETypesForEncoding->add("image/gif");
182 supportedImageMIMETypesForEncoding->add(mimeType);
185 supportedImageMIMETypesForEncoding->add("image/png");
186 supportedImageMIMETypesForEncoding->add("image/jpeg");
187 supportedImageMIMETypesForEncoding
[all...]

Completed in 209 milliseconds