Home
last modified time | relevance | path

Searched refs:HistoryItemVector (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/history/
DHistoryItem.h44 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector; typedef
102 const HistoryItemVector& children() const;
120 HistoryItemVector m_children;
DHistoryItem.cpp210 const HistoryItemVector& HistoryItem::children() const in children()
/external/chromium_org/third_party/WebKit/Source/web/
DWebHistoryItem.cpp66 const HistoryItemVector& children = item->children(); in addReferencedFilePaths()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp217 const HistoryItemVector& children = historyNode->value()->children(); in goToItem()