Searched refs:HistoryItemVector (Results 1 – 17 of 17) sorted by relevance
39 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector; typedef61 void backListWithLimit(int, HistoryItemVector&);62 void forwardListWithLimit(int, HistoryItemVector&);76 HistoryItemVector& entries();88 HistoryItemVector m_entries;
153 void BackForwardListImpl::backListWithLimit(int limit, HistoryItemVector& list) in backListWithLimit()163 void BackForwardListImpl::forwardListWithLimit(int limit, HistoryItemVector& list) in forwardListWithLimit()240 HistoryItemVector& BackForwardListImpl::entries() in entries()
61 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector; typedef169 const HistoryItemVector& children() const;256 HistoryItemVector m_children;
533 const HistoryItemVector& HistoryItem::children() const in children()
98 static inline Eina_List *_ewk_history_item_list_get(const WebCore::HistoryItemVector &core_items) in _ewk_history_item_list_get()277 WebCore::HistoryItemVector items; in ewk_history_forward_list_get()301 WebCore::HistoryItemVector items; in ewk_history_forward_list_get_with_limit()337 WebCore::HistoryItemVector items; in ewk_history_back_list_get()361 WebCore::HistoryItemVector items; in ewk_history_back_list_get_with_limit()
97 const HistoryItemVector& childItems = item->children(); in urlForHistoryItem()98 HistoryItemVector::const_iterator it = childItems.begin(); in urlForHistoryItem()99 const HistoryItemVector::const_iterator end = childItems.end(); in urlForHistoryItem()
292 const WebCore::HistoryItemVector &items = d->lst->entries(); in items()310 WebCore::HistoryItemVector items(maxItems); in backItems()329 WebCore::HistoryItemVector items(maxItems); in forwardItems()503 const WebCore::HistoryItemVector &items = d->lst->entries(); in operator <<()
73 WebCore::HistoryItemVector items = backForwardList->entries(); in webkit_web_back_forward_list_dispose()213 WebCore::HistoryItemVector items; in webkit_web_back_forward_list_get_forward_list_with_limit()243 WebCore::HistoryItemVector items; in webkit_web_back_forward_list_get_back_list_with_limit()
493 const WebCore::HistoryItemVector& children = item->children(); in webkit_web_history_item_get_children()
37 const HistoryItemVector& children = m_item->children(); in children()
202 static NSArray* vectorToNSArray(HistoryItemVector& list) category222 HistoryItemVector list;237 HistoryItemVector list;271 HistoryItemVector& entries = backForwardList->entries();
228 const HistoryItemVector& children = coreItem->children();494 const HistoryItemVector& children = coreItem->children();535 const HistoryItemVector& children = core(_private)->children();
206 HistoryItemVector historyItemVector; in backListWithLimit()223 HistoryItemVector historyItemVector; in forwardListWithLimit()
401 const HistoryItemVector& coreChildren = m_historyItem->children(); in children()
664 const HistoryItemVector& childItems = item->children(); in recursiveSetProvisionalItem()688 const HistoryItemVector& childItems = item->children(); in recursiveGoToItem()725 const HistoryItemVector& childItems = item->children(); in currentFramesMatchItem()
87 WebCore::HistoryItemVector& entries = list->entries(); in WebHistoryClose()526 const WebCore::HistoryItemVector& children = parent->children(); in writeChildrenRecursive()527 WebCore::HistoryItemVector::const_iterator end = children.end(); in writeChildrenRecursive()528 for (WebCore::HistoryItemVector::const_iterator i = children.begin(); i != end; ++i) { in writeChildrenRecursive()
855 const WebCore::HistoryItemVector& children = item->children(); in getChildHistoryItems()