HomeSort by relevance Sort by last modified time
    Searched defs:BackForwardList (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/history/
BackForwardListChromium.cpp 29 #include "BackForwardList.h"
39 BackForwardList::BackForwardList(Page* page)
48 BackForwardList::~BackForwardList()
53 void BackForwardList::addItem(PassRefPtr<HistoryItem> prpItem)
62 void BackForwardList::goToItem(HistoryItem* item)
67 HistoryItem* BackForwardList::backItem()
73 HistoryItem* BackForwardList::forwardItem()
79 HistoryItem* BackForwardList::currentItem(
    [all...]
BackForwardList.cpp 28 #include "BackForwardList.h"
46 BackForwardList::BackForwardList(Page* page)
55 BackForwardList::~BackForwardList()
60 void BackForwardList::addItem(PassRefPtr<HistoryItem> prpItem)
94 void BackForwardList::goBack()
103 void BackForwardList::goForward()
112 void BackForwardList::goToItem(HistoryItem* item)
127 HistoryItem* BackForwardList::backItem(
    [all...]
BackForwardList.h 63 class BackForwardList : public RefCounted<BackForwardList> {
65 static PassRefPtr<BackForwardList> create(Page* page) { return adoptRef(new BackForwardList(page)); }
66 ~BackForwardList();
109 BackForwardList(Page*);

Completed in 574 milliseconds