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

#include <BackForwardList.h>

Inheritance diagram for BackForwardList:
WebCore::BackForwardClient WebCore::BackForwardClient WTF::RefCounted< BackForwardClient > WTF::RefCounted< BackForwardClient > WTF::RefCounted< BackForwardClient > WTF::RefCounted< BackForwardClient > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

virtual ~BackForwardList ()
 
WebViewwebView ()
 
void addItem (Ref< WebCore::HistoryItem > &&) override
 
void goBack ()
 
void goForward ()
 
void goToItem (WebCore::HistoryItem *) override
 
WebCore::HistoryItembackItem ()
 
WebCore::HistoryItemcurrentItem ()
 
WebCore::HistoryItemforwardItem ()
 
WebCore::HistoryItemitemAtIndex (int) override
 
void backListWithLimit (int, Vector< Ref< WebCore::HistoryItem >> &)
 
void forwardListWithLimit (int, Vector< Ref< WebCore::HistoryItem >> &)
 
int capacity ()
 
void setCapacity (int)
 
bool enabled ()
 
void setEnabled (bool)
 
int backListCount () override
 
int forwardListCount () override
 
bool containsItem (WebCore::HistoryItem &)
 
void close () override
 
bool closed ()
 
void removeItem (WebCore::HistoryItem &)
 
const Vector< Ref< WebCore::HistoryItem > > & entries () const
 
virtual ~BackForwardList ()
 
void addItem (Ref< WebCore::HistoryItem > &&) override
 
void goBack ()
 
void goForward ()
 
void goToItem (WebCore::HistoryItem *) override
 
WebCore::HistoryItembackItem ()
 
WebCore::HistoryItemcurrentItem ()
 
WebCore::HistoryItemforwardItem ()
 
WebCore::HistoryItemitemAtIndex (int) override
 
void backListWithLimit (int, HistoryItemVector &)
 
void forwardListWithLimit (int, HistoryItemVector &)
 
int capacity ()
 
void setCapacity (int)
 
bool enabled ()
 
void setEnabled (bool)
 
int backListCount () override
 
int forwardListCount () override
 
bool containsItem (WebCore::HistoryItem *)
 
void close () override
 
bool closed ()
 
void removeItem (WebCore::HistoryItem *)
 
HistoryItemVectorentries ()
 
- 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< BackForwardListcreate (WebView *webView)
 
static Ref< BackForwardListcreate ()
 

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
 

Constructor & Destructor Documentation

◆ ~BackForwardList() [1/2]

BackForwardList::~BackForwardList ( )
virtual

◆ ~BackForwardList() [2/2]

virtual BackForwardList::~BackForwardList ( )
virtual

Member Function Documentation

◆ addItem() [1/2]

void BackForwardList::addItem ( Ref< WebCore::HistoryItem > &&  )
overridevirtual

◆ addItem() [2/2]

void BackForwardList::addItem ( Ref< WebCore::HistoryItem > &&  newItem)
overridevirtual

◆ backItem() [1/2]

WebCore::HistoryItem* BackForwardList::backItem ( )

◆ backItem() [2/2]

HistoryItem * BackForwardList::backItem ( )

◆ backListCount() [1/2]

int BackForwardList::backListCount ( )
overridevirtual

◆ backListCount() [2/2]

int BackForwardList::backListCount ( )
overridevirtual

◆ backListWithLimit() [1/2]

void BackForwardList::backListWithLimit ( int  ,
HistoryItemVector  
)

◆ backListWithLimit() [2/2]

void BackForwardList::backListWithLimit ( int  limit,
Vector< Ref< WebCore::HistoryItem >> &  list 
)

◆ capacity() [1/2]

int BackForwardList::capacity ( )

◆ capacity() [2/2]

int BackForwardList::capacity ( )

◆ close() [1/2]

void BackForwardList::close ( )
overridevirtual

◆ close() [2/2]

void BackForwardList::close ( )
overridevirtual

◆ closed() [1/2]

bool BackForwardList::closed ( )

◆ closed() [2/2]

bool BackForwardList::closed ( )

◆ containsItem() [1/2]

bool BackForwardList::containsItem ( WebCore::HistoryItem entry)

◆ containsItem() [2/2]

bool BackForwardList::containsItem ( WebCore::HistoryItem entry)

◆ create() [1/2]

static Ref<BackForwardList> BackForwardList::create ( )
inlinestatic

◆ create() [2/2]

static Ref<BackForwardList> BackForwardList::create ( WebView webView)
inlinestatic

◆ currentItem() [1/2]

WebCore::HistoryItem* BackForwardList::currentItem ( )

◆ currentItem() [2/2]

HistoryItem * BackForwardList::currentItem ( )

◆ enabled() [1/2]

bool BackForwardList::enabled ( )

◆ enabled() [2/2]

bool BackForwardList::enabled ( )

◆ entries() [1/2]

Vector< Ref< HistoryItem > > & BackForwardList::entries ( )

◆ entries() [2/2]

const Vector<Ref<WebCore::HistoryItem> >& BackForwardList::entries ( ) const
inline

◆ forwardItem() [1/2]

WebCore::HistoryItem* BackForwardList::forwardItem ( )

◆ forwardItem() [2/2]

HistoryItem * BackForwardList::forwardItem ( )

◆ forwardListCount() [1/2]

int BackForwardList::forwardListCount ( )
overridevirtual

◆ forwardListCount() [2/2]

int BackForwardList::forwardListCount ( )
overridevirtual

◆ forwardListWithLimit() [1/2]

void BackForwardList::forwardListWithLimit ( int  ,
HistoryItemVector  
)

◆ forwardListWithLimit() [2/2]

void BackForwardList::forwardListWithLimit ( int  limit,
Vector< Ref< WebCore::HistoryItem >> &  list 
)

◆ goBack() [1/2]

void BackForwardList::goBack ( )

◆ goBack() [2/2]

void BackForwardList::goBack ( )

◆ goForward() [1/2]

void BackForwardList::goForward ( )

◆ goForward() [2/2]

void BackForwardList::goForward ( )

◆ goToItem() [1/2]

void BackForwardList::goToItem ( WebCore::HistoryItem )
overridevirtual

◆ goToItem() [2/2]

void BackForwardList::goToItem ( WebCore::HistoryItem item)
overridevirtual

◆ itemAtIndex() [1/2]

WebCore::HistoryItem* BackForwardList::itemAtIndex ( int  )
overridevirtual

◆ itemAtIndex() [2/2]

HistoryItem * BackForwardList::itemAtIndex ( int  index)
overridevirtual

◆ removeItem() [1/2]

void BackForwardList::removeItem ( WebCore::HistoryItem item)

◆ removeItem() [2/2]

void BackForwardList::removeItem ( WebCore::HistoryItem item)

◆ setCapacity() [1/2]

void BackForwardList::setCapacity ( int  )

◆ setCapacity() [2/2]

void BackForwardList::setCapacity ( int  size)

◆ setEnabled() [1/2]

void BackForwardList::setEnabled ( bool  )

◆ setEnabled() [2/2]

void BackForwardList::setEnabled ( bool  enabled)

◆ webView()

WebView* BackForwardList::webView ( )
inline

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