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

  /external/webkit/Source/WebKit/chromium/public/
WebHistoryItem.h 115 WEBKIT_API void setHTTPContentType(const WebString&);
  /external/webkit/Source/WebCore/loader/
PingLoader.cpp 74 request.setHTTPContentType("text/ping");
FormSubmission.cpp 237 frameRequest.resourceRequest().setHTTPContentType(m_contentType);
239 frameRequest.resourceRequest().setHTTPContentType(m_contentType + "; boundary=" + m_boundary);
FrameLoader.cpp     [all...]
  /external/webkit/Source/WebCore/wml/
WMLGoElement.cpp 166 request.setHTTPContentType(m_formAttributes.encodingType() + "; boundary=" + boundary.data());
170 request.setHTTPContentType(m_formAttributes.encodingType());
  /external/webkit/Source/WebCore/platform/network/
ResourceRequestBase.h 107 void setHTTPContentType(const String& httpContentType) { setHTTPHeaderField("Content-Type", httpContentType); }
  /external/webkit/Source/WebKit/chromium/src/
WebHistoryItem.cpp 242 void WebHistoryItem::setHTTPContentType(const WebString& httpContentType)
  /external/chromium/webkit/glue/
glue_serialize_unittest.cc 68 item.setHTTPContentType(WebString::fromUTF8("formContentType"));
glue_serialize.cc 403 item.setHTTPContentType(http_content_type);
  /external/webkit/Source/WebKit/android/jni/
WebCoreResourceLoader.cpp 268 r.setHTTPContentType("");
WebHistory.cpp 585 r.setHTTPContentType(formContentType);
    [all...]
WebCoreFrameBridge.cpp     [all...]

Completed in 608 milliseconds