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

  /external/webkit/Source/WebCore/history/qt/
HistoryItemQt.cpp 47 WTF::Vector<WTF::String> documentState;
56 in >> lastVisitWasHTTPNonGet >> lastVisitWasFailure >> isTargetItem >> visitCount >> documentState;
68 setDocumentState(documentState);
102 out << visitCount() << documentState() << scrollPoint();
  /external/webkit/Source/WebKit/chromium/src/
WebHistoryItem.cpp 189 WebVector<WebString> WebHistoryItem::documentState() const
191 return m_private->documentState();
  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 440 const Vector<String>& HistoryItem::documentState() const

Completed in 631 milliseconds