OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIANAMediaType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/base/
mime_util_unittest.cc
220
EXPECT_EQ("",
GetIANAMediaType
("texting/driving"));
221
EXPECT_EQ("",
GetIANAMediaType
("ham/sandwich"));
222
EXPECT_EQ("",
GetIANAMediaType
(std::string()));
223
EXPECT_EQ("",
GetIANAMediaType
("/application/hamsandwich"));
225
EXPECT_EQ("application",
GetIANAMediaType
("application/poodle-wrestler"));
226
EXPECT_EQ("audio",
GetIANAMediaType
("audio/mpeg"));
227
EXPECT_EQ("example",
GetIANAMediaType
("example/yomomma"));
228
EXPECT_EQ("image",
GetIANAMediaType
("image/png"));
229
EXPECT_EQ("message",
GetIANAMediaType
("message/sipfrag"));
230
EXPECT_EQ("model",
GetIANAMediaType
("model/vrml"))
[
all
...]
mime_util.h
107
NET_EXPORT const std::string
GetIANAMediaType
(const std::string& mime_type);
mime_util.cc
959
const std::string
GetIANAMediaType
(const std::string& mime_type) {
[
all
...]
Completed in 60 milliseconds