Home | History | Annotate | Download | only in platform

Lines Matching refs:add

71             supportedImageMIMETypes->add(mimeType);
72 supportedImageResourceMIMETypes->add(mimeType);
77 supportedImageMIMETypes->add("image/bmp");
78 supportedImageResourceMIMETypes->add("image/bmp");
81 supportedImageMIMETypes->add("image/vnd.microsoft.icon");
82 supportedImageMIMETypes->add("image/x-icon");
83 supportedImageResourceMIMETypes->add("image/vnd.microsoft.icon");
84 supportedImageResourceMIMETypes->add("image/x-icon");
86 // We only get one MIME type per UTI, hence our need to add these manually
87 supportedImageMIMETypes->add("image/pjpeg");
88 supportedImageResourceMIMETypes->add("image/pjpeg");
110 supportedImageMIMETypes->add(mimeType);
111 supportedImageResourceMIMETypes->add(mimeType);
126 supportedImageMIMETypes->add(types[i]);
127 supportedImageResourceMIMETypes->add(types[i]);
150 supportedImageMIMETypes->add(types[i]);
151 supportedImageResourceMIMETypes->add(types[i]);
168 supportedImageMIMETypesForEncoding->add(mimeType);
171 // FIXME: Add Windows support for all the supported UTI's when a way to convert from MIMEType to UTI reliably is found.
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->add("image/tiff");
188 supportedImageMIMETypesForEncoding->add("image/bmp");
189 supportedImageMIMETypesForEncoding->add("image/ico");
191 supportedImageMIMETypesForEncoding->add("image/png");
218 supportedJavaScriptMIMETypes->add(types[i]);
253 supportedNonImageMIMETypes->add(types[i]);
362 // If there is a system specific type for this extension, add it as the first type so
368 mediaMIMETypeForExtensionMap.add(pairs[ndx].extension, synonyms);
441 unsupportedTextMIMETypes->add(types[i]);