OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:httpContentType
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebHistoryItem.h
102
BLINK_EXPORT WebString
httpContentType
() const;
/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
); }
/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/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/third_party/WebKit/Source/core/history/
HistoryItem.cpp
233
m_formContentType = request.
httpContentType
();
/external/chromium_org/content/public/renderer/
history_item_serialization.cc
98
state->http_body.http_content_type = item.
httpContentType
();
Completed in 414 milliseconds