Searched defs:ContentType (Results 1 – 4 of 4) sorted by relevance
64 public class ContentType class78 public ContentType() { in ContentType() method in ContentType86 public ContentType(String contentType, String contentSubtype) { in ContentType() method in ContentType
183 struct ContentType { in ContentTypeForFilename() struct184 const char *extension; in ContentTypeForFilename()185 const char *type; in ContentTypeForFilename()
82 TEST_F(HttpRequestTest, ContentType) { in TEST_F() argument
101 enum class ContentType { enum