HomeSort by relevance Sort by last modified time
    Searched defs:documentState (Results 1 - 3 of 3) 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/src/
WebHistoryItem.cpp 205 WebVector<WebString> WebHistoryItem::documentState() const
208 return m_private->documentState();
  /external/webkit/WebCore/history/
HistoryItem.cpp 380 const Vector<String>& HistoryItem::documentState() const

Completed in 33 milliseconds