Home | History | Annotate | Download | only in base

Lines Matching full:plain

58   EXPECT_EQ("text/plain", mime_type);
60 EXPECT_EQ("text/plain", mime_type);
75 "text/plain", "image/gif" },
81 "text/plain", "text/plain" },
109 "text/plain", "application/x-chrome-extension" },
164 "text/plain", "text/plain" },
173 "", "text/plain" },
177 "", "text/plain" },
224 "", "text/plain" },
232 "", "text/plain" },
240 "", "text/plain" },
248 "", "text/plain" },
258 "", "text/plain" },
262 "", "text/plain" },
266 "", "text/plain" },
270 "", "text/plain" },
289 "", "text/plain" },
298 "text/plain", "application/octet-stream" },
308 // Don't sniff out of plain text.
309 EXPECT_EQ("text/plain",
310 SniffMimeType("<?xml?><feed", "", "text/plain"));
327 EXPECT_EQ("text/plain",
328 SniffMimeType(kCNNRSS, "", "text/plain"));
333 // Don't sniff random plain-text as something different.
334 EXPECT_EQ("text/plain",
335 SniffMimeType("<?xml?><notafeed", "", "text/plain"));
346 EXPECT_EQ("text/plain",
348 "", "text/plain"));