OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setHTTPContentType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebHistoryItem.cpp
218
void WebHistoryItem::
setHTTPContentType
(const WebString& httpContentType)
/external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceRequest.h
136
void
setHTTPContentType
(const AtomicString& httpContentType) { setHTTPHeaderField("Content-Type", httpContentType); }
Completed in 62 milliseconds