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

  /external/webkit/Source/WebCore/history/
BackForwardListImpl.h 39 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector;
61 void backListWithLimit(int, HistoryItemVector&);
62 void forwardListWithLimit(int, HistoryItemVector&);
76 HistoryItemVector& entries();
88 HistoryItemVector m_entries;
HistoryItem.h 61 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector;
169 const HistoryItemVector& children() const;
256 HistoryItemVector m_children;

Completed in 35 milliseconds