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

#include <LinkPreloadResourceClients.h>

Inheritance diagram for WebCore::LinkPreloadFontResourceClient:
WebCore::LinkPreloadResourceClient WebCore::CachedFontClient WebCore::LinkPreloadResourceClient WebCore::CachedFontClient WebCore::CachedResourceClient WebCore::CachedResourceClient

Public Member Functions

virtual ~LinkPreloadFontResourceClient ()
 
void fontLoaded (CachedFont &resource) override
 
void clear () override
 
virtual ~LinkPreloadFontResourceClient ()
 
void fontLoaded (CachedFont &resource) override
 
void clear () override
 
- Public Member Functions inherited from WebCore::CachedFontClient
virtual ~CachedFontClient ()
 
CachedResourceClientType resourceClientType () const override
 
- Public Member Functions inherited from WebCore::CachedResourceClient
virtual ~CachedResourceClient ()
 
virtual void notifyFinished (CachedResource &)
 
virtual void deprecatedDidReceiveCachedResource (CachedResource &)
 
virtual bool isXMLHttpRequest () const
 
virtual ~CachedResourceClient ()
 
virtual void notifyFinished (CachedResource &)
 
virtual void deprecatedDidReceiveCachedResource (CachedResource &)
 
virtual bool isXMLHttpRequest () const
 

Static Public Member Functions

static std::unique_ptr< LinkPreloadFontResourceClientcreate (LinkLoader &loader, CachedFont &resource)
 
static std::unique_ptr< LinkPreloadFontResourceClientcreate (LinkLoader &loader, CachedFont &resource)
 
- Static Public Member Functions inherited from WebCore::CachedFontClient
static CachedResourceClientType expectedType ()
 
- Static Public Member Functions inherited from WebCore::CachedResourceClient
static CachedResourceClientType expectedType ()
 
static CachedResourceClientType expectedType ()
 

Additional Inherited Members

- Public Types inherited from WebCore::CachedResourceClient
enum  CachedResourceClientType {
  BaseResourceType, ImageType, FontType, StyleSheetType,
  SVGDocumentType, RawResourceType, BaseResourceType, ImageType,
  FontType, StyleSheetType, SVGDocumentType, RawResourceType
}
 
enum  CachedResourceClientType {
  BaseResourceType, ImageType, FontType, StyleSheetType,
  SVGDocumentType, RawResourceType, BaseResourceType, ImageType,
  FontType, StyleSheetType, SVGDocumentType, RawResourceType
}
 
- Protected Member Functions inherited from WebCore::CachedResourceClient
 CachedResourceClient ()
 
 CachedResourceClient ()
 

Constructor & Destructor Documentation

◆ ~LinkPreloadFontResourceClient() [1/2]

virtual WebCore::LinkPreloadFontResourceClient::~LinkPreloadFontResourceClient ( )
inlinevirtual

◆ ~LinkPreloadFontResourceClient() [2/2]

virtual WebCore::LinkPreloadFontResourceClient::~LinkPreloadFontResourceClient ( )
inlinevirtual

Member Function Documentation

◆ clear() [1/2]

void WebCore::LinkPreloadFontResourceClient::clear ( )
inlineoverridevirtual

◆ clear() [2/2]

void WebCore::LinkPreloadFontResourceClient::clear ( )
inlineoverridevirtual

◆ create() [1/2]

static std::unique_ptr<LinkPreloadFontResourceClient> WebCore::LinkPreloadFontResourceClient::create ( LinkLoader loader,
CachedFont resource 
)
inlinestatic

◆ create() [2/2]

static std::unique_ptr<LinkPreloadFontResourceClient> WebCore::LinkPreloadFontResourceClient::create ( LinkLoader loader,
CachedFont resource 
)
inlinestatic

◆ fontLoaded() [1/2]

void WebCore::LinkPreloadFontResourceClient::fontLoaded ( CachedFont resource)
inlineoverridevirtual

Reimplemented from WebCore::CachedFontClient.

◆ fontLoaded() [2/2]

void WebCore::LinkPreloadFontResourceClient::fontLoaded ( CachedFont resource)
inlineoverridevirtual

Reimplemented from WebCore::CachedFontClient.


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