webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::BackForwardClient Class Referenceabstract

#include <BackForwardClient.h>

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

Public Member Functions

virtual ~BackForwardClient ()
 
virtual void addItem (Ref< HistoryItem > &&)=0
 
virtual void goToItem (HistoryItem *)=0
 
virtual HistoryItemitemAtIndex (int)=0
 
virtual int backListCount ()=0
 
virtual int forwardListCount ()=0
 
virtual void close ()=0
 
virtual ~BackForwardClient ()
 
virtual void addItem (Ref< HistoryItem > &&)=0
 
virtual void goToItem (HistoryItem *)=0
 
virtual HistoryItemitemAtIndex (int)=0
 
virtual int backListCount ()=0
 
virtual int forwardListCount ()=0
 
virtual void close ()=0
 
- 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 ()
 

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

◆ ~BackForwardClient() [1/2]

virtual WebCore::BackForwardClient::~BackForwardClient ( )
inlinevirtual

◆ ~BackForwardClient() [2/2]

virtual WebCore::BackForwardClient::~BackForwardClient ( )
inlinevirtual

Member Function Documentation

◆ addItem() [1/2]

virtual void WebCore::BackForwardClient::addItem ( Ref< HistoryItem > &&  )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ addItem() [2/2]

virtual void WebCore::BackForwardClient::addItem ( Ref< HistoryItem > &&  )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ backListCount() [1/2]

virtual int WebCore::BackForwardClient::backListCount ( )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ backListCount() [2/2]

virtual int WebCore::BackForwardClient::backListCount ( )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ close() [1/2]

virtual void WebCore::BackForwardClient::close ( )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ close() [2/2]

virtual void WebCore::BackForwardClient::close ( )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ forwardListCount() [1/2]

virtual int WebCore::BackForwardClient::forwardListCount ( )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ forwardListCount() [2/2]

virtual int WebCore::BackForwardClient::forwardListCount ( )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ goToItem() [1/2]

virtual void WebCore::BackForwardClient::goToItem ( HistoryItem )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ goToItem() [2/2]

virtual void WebCore::BackForwardClient::goToItem ( HistoryItem )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ itemAtIndex() [1/2]

virtual HistoryItem* WebCore::BackForwardClient::itemAtIndex ( int  )
pure virtual

Implemented in BackForwardList, and BackForwardList.

◆ itemAtIndex() [2/2]

virtual HistoryItem* WebCore::BackForwardClient::itemAtIndex ( int  )
pure virtual

Implemented in BackForwardList, and BackForwardList.


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