Home
last modified time | relevance | path

Searched defs:httpContentType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebHistoryItem.cpp182 WebString WebHistoryItem::httpContentType() const in httpContentType() function in blink::WebHistoryItem
187 void WebHistoryItem::setHTTPContentType(const WebString& httpContentType) in setHTTPContentType()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceRequest.h117 const AtomicString& httpContentType() const { return httpHeaderField("Content-Type"); } in httpContentType() function
118 …void setHTTPContentType(const AtomicString& httpContentType) { setHTTPHeaderField("Content-Type", … in setHTTPContentType()