HomeSort by relevance Sort by last modified time
    Searched refs:documentState (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/history/qt/
HistoryItemQt.cpp 47 WTF::Vector<WebCore::String> documentState;
56 in >> lastVisitWasHTTPNonGet >> lastVisitWasFailure >> isTargetItem >> visitCount >> documentState;
68 setDocumentState(documentState);
102 out << visitCount() << documentState() << scrollPoint();
  /external/webkit/WebKit/chromium/public/
WebHistoryItem.h 105 WEBKIT_API WebVector<WebString> documentState() const;
  /external/webkit/WebKit/chromium/src/
WebHistoryItem.cpp 205 WebVector<WebString> WebHistoryItem::documentState() const
208 return m_private->documentState();
  /external/webkit/WebCore/history/
HistoryItem.h 123 const Vector<String>& documentState() const;
HistoryItem.cpp 380 const Vector<String>& HistoryItem::documentState() const
  /external/webkit/WebCore/loader/
HistoryController.cpp 181 doc->setStateForNewFormElements(itemToRestore->documentState());
  /external/webkit/WebKit/android/jni/
WebHistory.cpp 427 const WTF::Vector<WebCore::String>& docState = item->documentState();

Completed in 221 milliseconds