Home
last modified time | relevance | path

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

12

/external/gdata/src/com/google/wireless/gdata2/data/batch/
DBatchStatus.java11 private String contentType; field in BatchStatus
58 public void setContentType(String contentType) { in setContentType()
/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/WebCore/xml/
DDOMParser.cpp27 PassRefPtr<Document> DOMParser::parseFromString(const String& str, const String& contentType) in parseFromString()
DXMLHttpRequest.cpp400 String contentType = getRequestHeader("Content-Type"); in send() local
431 String contentType = getRequestHeader("Content-Type"); in send() local
/external/webkit/WebCore/platform/
DContentType.cpp33 ContentType::ContentType(const String& contentType) in ContentType()
/external/libxml2/
Dnanohttp.c150 char *contentType; /* the MIME type for the input */ member
1149 xmlNanoHTTPOpen(const char *URL, char **contentType) { in xmlNanoHTTPOpen()
1169 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) { in xmlNanoHTTPOpenRedir()
1271 char **contentType, char **redir, in xmlNanoHTTPMethodRedir()
1528 char **contentType, const char *headers, int ilen) { in xmlNanoHTTPMethod()
1547 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) { in xmlNanoHTTPFetch()
1778 char *contentType = NULL; in main() local
/external/gdata/src/com/google/wireless/gdata/client/
DGDataClient.java147 InputStream mediaEntryInputStream, String contentType) in updateMediaEntry()
DGDataServiceClient.java174 public MediaEntry updateMediaEntry(String editUri, InputStream inputStream, String contentType, in updateMediaEntry()
/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java113 final Header contentType = entity.getContentType(); in isEncoded() local
/external/gdata/src/com/google/wireless/gdata2/client/
DGDataClient.java185 String protocolVersion, InputStream mediaEntryInputStream, String contentType) in updateMediaEntry()
DGDataServiceClient.java298 public MediaEntry updateMediaEntry(String editUri, InputStream inputStream, String contentType, in updateMediaEntry()
/external/webkit/WebCore/html/
DHTMLMediaElement.cpp501 ContentType contentType(""); in selectMediaResource() local
520 ContentType contentType(""); in loadNextSourceChild() local
533 void HTMLMediaElement::loadResource(const KURL& url, ContentType& contentType) in loadResource()
1251 KURL HTMLMediaElement::selectNextSourceChild(ContentType *contentType, InvalidSourceAction actionIf… in selectNextSourceChild()
/external/opencore/protocols/http_parcom/src/
Dhttp_composer.cpp188 StrCSumPtrLen contentType("Content-Type"); in santityCheckForCompose() local
/external/webkit/WebCore/platform/network/qt/
DQNetworkReplyHandler.cpp259 WebCore::String contentType = m_reply->header(QNetworkRequest::ContentTypeHeader).toString(); in sendResponseIfNeeded() local
/external/opencore/protocols/rtsp_parcom/src/
Drtsp_par_com_message.h83 StrPtrLen contentType; variable
/external/webkit/WebCore/platform/graphics/
DMediaPlayer.cpp221 void MediaPlayer::load(const String& url, const ContentType& contentType) in load()
472 MediaPlayer::SupportsType MediaPlayer::supportsType(ContentType contentType) in supportsType()
/external/gdata/src/com/google/wireless/gdata2/data/
DEntry.java37 private String contentType = null; field in Entry
/external/expat/xmlwf/
Dxmlwin32url.cxx151 char contentType[1024]; in OnDataAvailable() local
/external/webkit/WebCore/loader/
DTextResourceDecoder.cpp315 const TextEncoding& TextResourceDecoder::defaultEncoding(ContentType contentType, const TextEncodin… in defaultEncoding()
DFrameLoader.cpp498 const String& target, const String& contentType, const String& boundary, in submitForm()
3739 const String& contentType = inRequest.httpContentType(); in loadPostRequest() local
/external/webkit/WebCore/platform/network/soup/
DResourceHandleSoup.cpp156 String contentType = soup_message_headers_get_one(msg->response_headers, "Content-Type"); in fillResponseFromMessage() local
/external/libxml2/include/libxml/
DschemasInternals.h617 xmlSchemaContentType contentType; member
790 xmlSchemaContentType contentType; member
/external/webkit/WebKit/qt/Api/
Dqwebnetworkinterface.cpp527 QString contentType = job->d->response.value("Content-Type"); in started() local
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp2839 StrPtrLen contentType = "text/parameters"; in composeSetupRequest() local

12