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