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

#include <VisitedLinkStore.h>

Inheritance diagram for WebCore::VisitedLinkStore:
WTF::RefCounted< VisitedLinkStore > WTF::RefCounted< VisitedLinkStore > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WebCore::EmptyVisitedLinkStore WebKit::VisitedLinkTableController WebVisitedLinkStore WebVisitedLinkStore

Public Member Functions

WEBCORE_EXPORT VisitedLinkStore ()
 
virtual WEBCORE_EXPORT ~VisitedLinkStore ()
 
virtual bool isLinkVisited (Page &, LinkHash, const URL &baseURL, const AtomicString &attributeURL)=0
 
virtual void addVisitedLink (Page &, LinkHash)=0
 
void addPage (Page &)
 
void removePage (Page &)
 
WEBCORE_EXPORT void invalidateStylesForAllLinks ()
 
WEBCORE_EXPORT void invalidateStylesForLink (LinkHash)
 
WEBCORE_EXPORT VisitedLinkStore ()
 
virtual WEBCORE_EXPORT ~VisitedLinkStore ()
 
virtual bool isLinkVisited (Page &, LinkHash, const URL &baseURL, const AtomicString &attributeURL)=0
 
virtual void addVisitedLink (Page &, LinkHash)=0
 
void addPage (Page &)
 
void removePage (Page &)
 
WEBCORE_EXPORT void invalidateStylesForAllLinks ()
 
WEBCORE_EXPORT void invalidateStylesForLink (LinkHash)
 
- 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 ()
 

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

◆ VisitedLinkStore() [1/2]

WebKit::VisitedLinkStore::VisitedLinkStore ( )

◆ ~VisitedLinkStore() [1/2]

WebKit::VisitedLinkStore::~VisitedLinkStore ( )
virtual

◆ VisitedLinkStore() [2/2]

WEBCORE_EXPORT WebCore::VisitedLinkStore::VisitedLinkStore ( )

◆ ~VisitedLinkStore() [2/2]

virtual WEBCORE_EXPORT WebCore::VisitedLinkStore::~VisitedLinkStore ( )
virtual

Member Function Documentation

◆ addPage() [1/2]

void WebCore::VisitedLinkStore::addPage ( Page page)

◆ addPage() [2/2]

void WebCore::VisitedLinkStore::addPage ( Page )

◆ addVisitedLink() [1/2]

virtual void WebCore::VisitedLinkStore::addVisitedLink ( Page ,
LinkHash   
)
pure virtual

◆ addVisitedLink() [2/2]

virtual void WebCore::VisitedLinkStore::addVisitedLink ( Page ,
LinkHash   
)
pure virtual

◆ invalidateStylesForAllLinks() [1/2]

void WebCore::VisitedLinkStore::invalidateStylesForAllLinks ( )

◆ invalidateStylesForAllLinks() [2/2]

WEBCORE_EXPORT void WebCore::VisitedLinkStore::invalidateStylesForAllLinks ( )

◆ invalidateStylesForLink() [1/2]

WEBCORE_EXPORT void WebCore::VisitedLinkStore::invalidateStylesForLink ( LinkHash  )

◆ invalidateStylesForLink() [2/2]

void WebCore::VisitedLinkStore::invalidateStylesForLink ( LinkHash  linkHash)

◆ isLinkVisited() [1/2]

virtual bool WebCore::VisitedLinkStore::isLinkVisited ( Page ,
LinkHash  ,
const URL baseURL,
const AtomicString attributeURL 
)
pure virtual

◆ isLinkVisited() [2/2]

virtual bool WebCore::VisitedLinkStore::isLinkVisited ( Page ,
LinkHash  ,
const URL baseURL,
const AtomicString attributeURL 
)
pure virtual

◆ removePage() [1/2]

void WebCore::VisitedLinkStore::removePage ( Page )

◆ removePage() [2/2]

void WebCore::VisitedLinkStore::removePage ( Page page)

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