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
367
EXPECT_EQ("",
GetIANAMediaType
("texting/driving"));
368
EXPECT_EQ("",
GetIANAMediaType
("ham/sandwich"));
369
EXPECT_EQ("",
GetIANAMediaType
(std::string()));
370
EXPECT_EQ("",
GetIANAMediaType
("/application/hamsandwich"));
372
EXPECT_EQ("application",
GetIANAMediaType
("application/poodle-wrestler"));
373
EXPECT_EQ("audio",
GetIANAMediaType
("audio/mpeg"));
374
EXPECT_EQ("example",
GetIANAMediaType
("example/yomomma"));
375
EXPECT_EQ("image",
GetIANAMediaType
("image/png"));
376
EXPECT_EQ("message",
GetIANAMediaType
("message/sipfrag"));
377
EXPECT_EQ("model",
GetIANAMediaType
("model/vrml"))
[
all
...]
mime_util.h
147
NET_EXPORT const std::string
GetIANAMediaType
(const std::string& mime_type);
mime_util.cc
[
all
...]
Completed in 310 milliseconds