Home | History | Annotate | Download | only in glue

Lines Matching refs:mime_type

141         std::string mime_type = response.mimeType().utf8();
146 if (mime_type == "")
147 mime_type = "(NONE)";
148 MimeTypeMap::iterator mime_type_iter = mime_type_map.find(mime_type);
167 if (mime_type == "text/html") {
171 } else if (mime_type == "text/xml" ||
172 mime_type == "text/xsl" ||
173 mime_type == "application/xml" ||
174 mime_type == "application/xhtml+xml" ||
175 mime_type == "application/rss+xml" ||
176 mime_type == "application/atom+xml" ||
177 mime_type == "application/json") {