webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebKit::WebBackForwardListProxy Class Reference

#include <WebBackForwardListProxy.h>

Inheritance diagram for WebKit::WebBackForwardListProxy:
WebCore::BackForwardClient WTF::RefCounted< BackForwardClient > WTF::RefCounted< BackForwardClient > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

void addItemFromUIProcess (uint64_t itemID, Ref< WebCore::HistoryItem > &&, uint64_t pageID)
 
void clear ()
 
- Public Member Functions inherited from WebCore::BackForwardClient
virtual ~BackForwardClient ()
 
virtual ~BackForwardClient ()
 
- Public Member Functions inherited from WTF::RefCounted< BackForwardClient >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< WebBackForwardListProxycreate (WebPage *page)
 
static WebCore::HistoryItemitemForID (uint64_t)
 
static uint64_t idForItem (WebCore::HistoryItem *)
 
static void removeItem (uint64_t itemID)
 
static void setHighestItemIDFromUIProcess (uint64_t itemID)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< BackForwardClient >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Member Function Documentation

◆ addItemFromUIProcess()

void WebKit::WebBackForwardListProxy::addItemFromUIProcess ( uint64_t  itemID,
Ref< WebCore::HistoryItem > &&  item,
uint64_t  pageID 
)

◆ clear()

void WebKit::WebBackForwardListProxy::clear ( )

◆ create()

static Ref<WebBackForwardListProxy> WebKit::WebBackForwardListProxy::create ( WebPage page)
inlinestatic

◆ idForItem()

uint64_t WebKit::WebBackForwardListProxy::idForItem ( WebCore::HistoryItem item)
static

◆ itemForID()

HistoryItem * WebKit::WebBackForwardListProxy::itemForID ( uint64_t  itemID)
static

◆ removeItem()

void WebKit::WebBackForwardListProxy::removeItem ( uint64_t  itemID)
static

◆ setHighestItemIDFromUIProcess()

void WebKit::WebBackForwardListProxy::setHighestItemIDFromUIProcess ( uint64_t  itemID)
static

The documentation for this class was generated from the following files: