Home
last modified time | relevance | path

Searched defs:ContentType (Results 1 – 4 of 4) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DContentType.java64 public class ContentType class
78 public ContentType() { in ContentType() method in ContentType
86 public ContentType(String contentType, String contentSubtype) { in ContentType() method in ContentType
/external/curl/lib/
Dformdata.c183 struct ContentType { in ContentTypeForFilename() struct
184 const char *extension; in ContentTypeForFilename()
185 const char *type; in ContentTypeForFilename()
/external/libbrillo/brillo/http/
Dhttp_request_unittest.cc82 TEST_F(HttpRequestTest, ContentType) { in TEST_F() argument
/external/webrtc/webrtc/
Dconfig.h101 enum class ContentType { enum