Home
last modified time | relevance | path

Searched refs:documentState (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/history/qt/
DHistoryItemQt.cpp47 WTF::Vector<WTF::String> documentState; in restoreState() local
56 …in >> lastVisitWasHTTPNonGet >> lastVisitWasFailure >> isTargetItem >> visitCount >> documentState; in restoreState()
68 setDocumentState(documentState); in restoreState()
102 out << visitCount() << documentState() << scrollPoint(); in saveState()
/external/webkit/Source/WebKit/chromium/src/
DWebHistoryItem.cpp189 WebVector<WebString> WebHistoryItem::documentState() const in documentState() function in WebKit::WebHistoryItem
191 return m_private->documentState(); in documentState()
/external/chromium/webkit/glue/
Dglue_serialize_unittest.cc97 const WebVector<WebString>& a_docstate = a.documentState(); in HistoryItemExpectEqual()
98 const WebVector<WebString>& b_docstate = b.documentState(); in HistoryItemExpectEqual()
Dglue_serialize.cc317 WriteStringVector(item.documentState(), obj); in WriteHistoryItem()
/external/webkit/Source/WebKit/chromium/public/
DWebHistoryItem.h102 WEBKIT_API WebVector<WebString> documentState() const;
/external/webkit/Source/WebCore/history/
DHistoryItem.h132 const Vector<String>& documentState() const;
DHistoryItem.cpp440 const Vector<String>& HistoryItem::documentState() const in documentState() function in WebCore::HistoryItem
/external/webkit/Source/WebCore/loader/
DHistoryController.cpp202 doc->setStateForNewFormElements(itemToRestore->documentState()); in restoreDocumentState()
/external/webkit/Source/WebKit/android/jni/
DWebHistory.cpp502 const WTF::Vector<WTF::String>& docState = item->documentState(); in writeItem()
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-031638 (-[WebBridge documentState]):
7973 (-[WebBridge documentState]):
8048 (-[WebHistoryItem documentState]):
8051 (-[WebBridge documentState]):
DChangeLog-2006-02-0928462 (-[WebHistoryItem documentState]):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1629130 (WebKit::WebHistoryItem::documentState):
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1470007 (WebCore::HistoryItem::documentState):