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

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceRequest.h 133 String httpContentType() const { return httpHeaderField("Content-Type"); }
134 void setHTTPContentType(const String& httpContentType) { setHTTPHeaderField("Content-Type", httpContentType); }
  /external/chromium_org/third_party/WebKit/Source/web/
WebHistoryItem.cpp 273 WebString WebHistoryItem::httpContentType() const
278 void WebHistoryItem::setHTTPContentType(const WebString& httpContentType)
281 m_private->setFormContentType(httpContentType);
  /external/chromium_org/third_party/WebKit/public/web/
WebHistoryItem.h 117 WEBKIT_EXPORT WebString httpContentType() const;
  /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/chromium_org/content/public/renderer/
history_item_serialization.cc 103 state->http_body.http_content_type = item.httpContentType();
  /external/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.cpp 432 m_formContentType = request.httpContentType();

Completed in 369 milliseconds