HomeSort by relevance Sort by last modified time
    Searched refs:httpContentType (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/network/
ResourceRequestBase.h 106 String httpContentType() const { return httpHeaderField("Content-Type"); }
107 void setHTTPContentType(const String& httpContentType) { setHTTPHeaderField("Content-Type", httpContentType); }
  /external/webkit/Source/WebKit/chromium/src/
WebHistoryItem.cpp 237 WebString WebHistoryItem::httpContentType() const
242 void WebHistoryItem::setHTTPContentType(const WebString& httpContentType)
245 m_private->setFormContentType(httpContentType);
  /external/webkit/Source/WebKit/chromium/public/
WebHistoryItem.h 114 WEBKIT_API WebString httpContentType() const;
  /external/webkit/Source/WebCore/platform/network/win/
ResourceHandleWin.cpp 235 String httpContentType = queryHTTPHeader(d->m_requestHandle, HTTP_QUERY_CONTENT_TYPE);
236 if (!httpContentType.isNull()) {
237 response.setMimeType(extractMIMETypeFromMediaType(httpContentType));
238 response.setTextEncodingName(extractCharsetFromMediaType(httpContentType));
  /external/chromium/webkit/glue/
glue_serialize_unittest.cc 121 EXPECT_EQ(string16(a.httpContentType()), string16(b.httpContentType()));
glue_serialize.cc 333 WriteString(item.httpContentType(), obj);
  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 616 m_formContentType = request.httpContentType();
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 157 String originalContentType = handle->firstRequest().httpContentType();
    [all...]
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 594 CString contentType = d->m_firstRequest.httpContentType().utf8().data();
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 795 String originalContentType = m_handle->firstRequest().httpContentType();
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp     [all...]

Completed in 112 milliseconds