Searched defs:HistoryItemVector (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/history/
H A DBackForwardListImpl.h39 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector; typedef in namespace:WebCore
61 void backListWithLimit(int, HistoryItemVector&);
62 void forwardListWithLimit(int, HistoryItemVector&);
76 HistoryItemVector& entries();
88 HistoryItemVector m_entries;
H A DHistoryItem.h61 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector; typedef in namespace:WebCore
169 const HistoryItemVector& children() const;
256 HistoryItemVector m_children;

Completed in 68 milliseconds