Home
last modified time | relevance | path

Searched refs:formContentType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryItem.cpp178 const AtomicString& HistoryItem::formContentType() const in formContentType() function in blink::HistoryItem
201 void HistoryItem::setFormContentType(const AtomicString& formContentType) in setFormContentType() argument
203 m_formContentType = formContentType; in setFormContentType()
DHistoryItem.h65 const AtomicString& formContentType() const;
DFrameLoader.cpp802 request.setHTTPContentType(item->formContentType()); in requestFromHistoryItem()
/external/chromium_org/third_party/WebKit/Source/web/
DWebHistoryItem.cpp184 return m_private->formContentType(); in httpContentType()