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

#include <WebVisitedLinkStore.h>

Inheritance diagram for WebVisitedLinkStore:
WebCore::VisitedLinkStore WebCore::VisitedLinkStore WTF::RefCounted< VisitedLinkStore > WTF::RefCounted< VisitedLinkStore > WTF::RefCounted< VisitedLinkStore > WTF::RefCounted< VisitedLinkStore > 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 ~WebVisitedLinkStore ()
 
void addVisitedLink (NSString *urlString)
 
void removeVisitedLink (NSString *urlString)
 
virtual ~WebVisitedLinkStore ()
 
void addVisitedLink (const String &urlString)
 
- Public Member Functions inherited from WTF::RefCounted< VisitedLinkStore >
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< WebVisitedLinkStorecreate ()
 
static void setShouldTrackVisitedLinks (bool)
 
static void removeAllVisitedLinks ()
 
static Ref< WebVisitedLinkStorecreate ()
 
static void setShouldTrackVisitedLinks (bool)
 
static void removeAllVisitedLinks ()
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< VisitedLinkStore >
 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

◆ ~WebVisitedLinkStore() [1/2]

WebVisitedLinkStore::~WebVisitedLinkStore ( )
virtual

◆ ~WebVisitedLinkStore() [2/2]

virtual WebVisitedLinkStore::~WebVisitedLinkStore ( )
virtual

Member Function Documentation

◆ addVisitedLink() [1/2]

void WebVisitedLinkStore::addVisitedLink ( const String urlString)

◆ addVisitedLink() [2/2]

void WebVisitedLinkStore::addVisitedLink ( NSString urlString)

◆ create() [1/2]

static Ref<WebVisitedLinkStore> WebVisitedLinkStore::create ( )
static

◆ create() [2/2]

Ref< WebVisitedLinkStore > WebVisitedLinkStore::create ( )
static

◆ removeAllVisitedLinks() [1/2]

static void WebVisitedLinkStore::removeAllVisitedLinks ( )
static

◆ removeAllVisitedLinks() [2/2]

void WebVisitedLinkStore::removeAllVisitedLinks ( )
static

◆ removeVisitedLink()

void WebVisitedLinkStore::removeVisitedLink ( NSString urlString)

◆ setShouldTrackVisitedLinks() [1/2]

static void WebVisitedLinkStore::setShouldTrackVisitedLinks ( bool  )
static

◆ setShouldTrackVisitedLinks() [2/2]

void WebVisitedLinkStore::setShouldTrackVisitedLinks ( bool  shouldTrackVisitedLinks)
static

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