Home | History | Annotate | Download | only in UIProcess

Lines Matching defs:WebBackForwardList

27 #include "WebBackForwardList.h"
35 WebBackForwardList::WebBackForwardList(WebPageProxy* page)
45 WebBackForwardList::~WebBackForwardList()
49 void WebBackForwardList::pageClosed()
60 void WebBackForwardList::addItem(WebBackForwardListItem* newItem)
100 void WebBackForwardList::goToItem(WebBackForwardListItem* item)
119 WebBackForwardListItem* WebBackForwardList::currentItem()
128 WebBackForwardListItem* WebBackForwardList::backItem()
137 WebBackForwardListItem* WebBackForwardList::forwardItem()
146 WebBackForwardListItem* WebBackForwardList::itemAtIndex(int index)
160 int WebBackForwardList::backListCount()
167 int WebBackForwardList::forwardListCount()
174 PassRefPtr<ImmutableArray> WebBackForwardList::backListAsImmutableArrayWithLimit(unsigned limit)
193 PassRefPtr<ImmutableArray> WebBackForwardList::forwardListAsImmutableArrayWithLimit(unsigned limit)
212 void WebBackForwardList::clear()