Searched refs:formContentType (Results 1 – 4 of 4) sorted by relevance
178 const AtomicString& HistoryItem::formContentType() const in formContentType() function in blink::HistoryItem201 void HistoryItem::setFormContentType(const AtomicString& formContentType) in setFormContentType() argument203 m_formContentType = formContentType; in setFormContentType()
65 const AtomicString& formContentType() const;
802 request.setHTTPContentType(item->formContentType()); in requestFromHistoryItem()
184 return m_private->formContentType(); in httpContentType()