Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 25 of 67) sorted by relevance

123

/external/webkit/Source/WebCore/platform/network/
DBlobStorageData.h42 …static PassRefPtr<BlobStorageData> create(const String& contentType, const String& contentDisposit… in create()
47 const String& contentType() const { return m_data.contentType(); } in contentType() function
54 BlobStorageData(const String& contentType, const String& contentDisposition) in BlobStorageData()
DBlobData.h155 const String& contentType() const { return m_contentType; } in contentType() function
156 void setContentType(const String& contentType) { m_contentType = contentType; } in setContentType()
/external/nist-sip/java/gov/nist/javax/sip/header/
DContentType.java86 public ContentType(String contentType, String contentSubtype) { in ContentType()
173 public void setContentType(String contentType, String contentSubType) { in setContentType()
185 public void setContentType(String contentType) throws ParseException { in setContentType()
197 public void setContentSubType(String contentType) throws ParseException { in setContentSubType()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DContentTypeParser.java48 public ContentTypeParser(String contentType) { in ContentTypeParser()
58 ContentType contentType = new ContentType(); in parse() local
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java124 MaxForwardsHeader maxForwards, ContentTypeHeader contentType, in createRequest()
181 ContentTypeHeader contentType) throws ParseException { in createRequest()
289 ContentTypeHeader contentType) throws ParseException { in createResponse()
346 ContentTypeHeader contentType) throws ParseException { in createResponse()
434 ContentTypeHeader contentType, Object content) in createResponse()
467 ContentTypeHeader contentType, byte[] content) in createResponse()
547 MaxForwardsHeader maxForwards, ContentTypeHeader contentType, in createRequest()
600 MaxForwardsHeader maxForwards, ContentTypeHeader contentType, in createResponse()
656 MaxForwardsHeader maxForwards, ContentTypeHeader contentType, in createResponse()
832 String[] contentType, in createMultipartMimeContent()
DMessageFactoryExt.java62 String[] contentType, in createMultipartMimeContent()
/external/nist-sip/java/javax/sip/message/
DMessageFactory.java18 MaxForwardsHeader maxForwards, ContentTypeHeader contentType, in createRequest()
23 MaxForwardsHeader maxForwards, ContentTypeHeader contentType, in createRequest()
34 MaxForwardsHeader maxForwards, ContentTypeHeader contentType, in createResponse()
39 MaxForwardsHeader maxForwards, ContentTypeHeader contentType, in createResponse()
47 ContentTypeHeader contentType, Object content) in createResponse()
51 ContentTypeHeader contentType, byte[] content) in createResponse()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DContentInfo.java19 private ASN1ObjectIdentifier contentType; field in ContentInfo
60 ASN1ObjectIdentifier contentType, in ContentInfo()
DCMSAttributes.java8 …public static final ASN1ObjectIdentifier contentType = PKCSObjectIdentifiers.pkcs_9_at_contentTyp… field
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DContentInfo.java20 private ASN1ObjectIdentifier contentType; field in ContentInfo
56 ASN1ObjectIdentifier contentType, in ContentInfo()
DEncryptedData.java71 ASN1ObjectIdentifier contentType, in EncryptedData()
/external/apache-http/src/org/apache/http/entity/
DAbstractHttpEntity.java59 protected Header contentType; field in AbstractHttpEntity
129 public void setContentType(final Header contentType) { in setContentType()
DFileEntity.java53 public FileEntity(final File file, final String contentType) { in FileEntity()
/external/webkit/Source/WebCore/xml/
DDOMParser.cpp28 PassRefPtr<Document> DOMParser::parseFromString(const String& str, const String& contentType) in parseFromString()
/external/nist-sip/java/javax/sip/header/
DContentTypeHeader.java9 void setContentType(String contentType, String contentSubType) in setContentType()
DMediaType.java10 void setContentType(String contentType) throws ParseException; in setContentType()
/external/webkit/LayoutTests/http/tests/resources/
Dtripmine.php37 $contentType = $_SERVER['CONTENT_TYPE']; variable
Dnetwork-simulator.php25 function contentType($path) function
/external/webkit/Source/WebCore/platform/network/soup/
DResourceResponseSoup.cpp74 … String contentType = soup_message_headers_get_one(soupMessage->response_headers, "Content-Type"); in updateFromSoupMessage() local
/external/webkit/Source/WebCore/platform/
DContentType.cpp33 ContentType::ContentType(const String& contentType) in ContentType()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultSignedAttributeTableGenerator.java66 ASN1ObjectIdentifier contentType = ASN1ObjectIdentifier.getInstance( in createStandardAttributeTable() local
DSignerInfoGenerator.java170 public SignerInfo generate(ASN1ObjectIdentifier contentType) in generate()
258 …private Map getBaseParameters(ASN1ObjectIdentifier contentType, AlgorithmIdentifier digAlgId, byte… in getBaseParameters()
/external/webkit/Source/WebKit/chromium/src/
DWebBlobData.cpp93 WebString WebBlobData::contentType() const in contentType() function in WebKit::WebBlobData
/external/libxml2/
Dnanohttp.c153 char *contentType; /* the MIME type for the input */ member
1217 xmlNanoHTTPOpen(const char *URL, char **contentType) { in xmlNanoHTTPOpen()
1237 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) { in xmlNanoHTTPOpenRedir()
1339 char **contentType, char **redir, in xmlNanoHTTPMethodRedir()
1594 char **contentType, const char *headers, int ilen) { in xmlNanoHTTPMethod()
1613 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) { in xmlNanoHTTPFetch()
1850 char *contentType = NULL; in main() local
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRequestHeaders.java57 private String contentType; field in RequestHeaders
248 public void setContentType(String contentType) { in setContentType()

123