OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebBackForwardListProxy
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.h
36
class
WebBackForwardListProxy
: public WebCore::BackForwardList {
38
static PassRefPtr<
WebBackForwardListProxy
> create(WebPage* page) { return adoptRef(new
WebBackForwardListProxy
(page)); }
50
WebBackForwardListProxy
(WebPage*);
WebBackForwardListProxy.cpp
27
#include "
WebBackForwardListProxy
.h"
75
void
WebBackForwardListProxy
::setHighestItemIDFromUIProcess(uint64_t itemID)
95
void
WebBackForwardListProxy
::addItemFromUIProcess(uint64_t itemID, PassRefPtr<WebCore::HistoryItem> prpItem)
116
HistoryItem*
WebBackForwardListProxy
::itemForID(uint64_t itemID)
121
uint64_t
WebBackForwardListProxy
::idForItem(HistoryItem* item)
127
void
WebBackForwardListProxy
::removeItem(uint64_t itemID)
136
WebBackForwardListProxy
::
WebBackForwardListProxy
(WebPage* page)
142
void
WebBackForwardListProxy
::addItem(PassRefPtr<HistoryItem> prpItem)
162
void
WebBackForwardListProxy
::goToItem(HistoryItem* item
[
all
...]
Completed in 341 milliseconds