OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 25 milliseconds