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

#include <StyleRuleImport.h>

Inheritance diagram for WebCore::StyleRuleImport:
WebCore::StyleRuleBase WebCore::StyleRuleBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

 ~StyleRuleImport ()
 
StyleSheetContentsparentStyleSheet () const
 
void setParentStyleSheet (StyleSheetContents *sheet)
 
void clearParentStyleSheet ()
 
String href () const
 
StyleSheetContentsstyleSheet () const
 
bool isLoading () const
 
MediaQuerySetmediaQueries () const
 
void requestStyleSheet ()
 
const CachedCSSStyleSheetcachedCSSStyleSheet () const
 
 ~StyleRuleImport ()
 
StyleSheetContentsparentStyleSheet () const
 
void setParentStyleSheet (StyleSheetContents *sheet)
 
void clearParentStyleSheet ()
 
String href () const
 
StyleSheetContentsstyleSheet () const
 
bool isLoading () const
 
MediaQuerySetmediaQueries () const
 
void requestStyleSheet ()
 
const CachedCSSStyleSheetcachedCSSStyleSheet () const
 
- Public Member Functions inherited from WebCore::StyleRuleBase
Type type () const
 
bool isCharsetRule () const
 
bool isFontFaceRule () const
 
bool isKeyframesRule () const
 
bool isKeyframeRule () const
 
bool isNamespaceRule () const
 
bool isMediaRule () const
 
bool isPageRule () const
 
bool isStyleRule () const
 
bool isRegionRule () const
 
bool isSupportsRule () const
 
bool isImportRule () const
 
Ref< StyleRuleBasecopy () const
 
void deref ()
 
RefPtr< CSSRulecreateCSSOMWrapper (CSSStyleSheet *parentSheet=nullptr) const
 
RefPtr< CSSRulecreateCSSOMWrapper (CSSRule *parentRule) const
 
Type type () const
 
bool isCharsetRule () const
 
bool isFontFaceRule () const
 
bool isKeyframesRule () const
 
bool isKeyframeRule () const
 
bool isNamespaceRule () const
 
bool isMediaRule () const
 
bool isPageRule () const
 
bool isStyleRule () const
 
bool isRegionRule () const
 
bool isSupportsRule () const
 
bool isImportRule () const
 
Ref< StyleRuleBasecopy () const
 
void deref ()
 
RefPtr< CSSRulecreateCSSOMWrapper (CSSStyleSheet *parentSheet=nullptr) const
 
RefPtr< CSSRulecreateCSSOMWrapper (CSSRule *parentRule) 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< StyleRuleImportcreate (const String &href, Ref< MediaQuerySet > &&)
 
static Ref< StyleRuleImportcreate (const String &href, Ref< MediaQuerySet > &&)
 

Friends

class ImportedStyleSheetClient
 

Additional Inherited Members

- Public Types inherited from WebCore::StyleRuleBase
enum  Type {
  Unknown, Style, Charset, Import,
  Media, FontFace, Page, Keyframes,
  Keyframe, Namespace, Supports = 12, Region = 16,
  Unknown, Style, Charset, Import,
  Media, FontFace, Page, Keyframes,
  Keyframe, Namespace, Supports = 12, Region = 16
}
 
enum  Type {
  Unknown, Style, Charset, Import,
  Media, FontFace, Page, Keyframes,
  Keyframe, Namespace, Supports = 12, Region = 16,
  Unknown, Style, Charset, Import,
  Media, FontFace, Page, Keyframes,
  Keyframe, Namespace, Supports = 12, Region = 16
}
 
- Protected Member Functions inherited from WebCore::StyleRuleBase
 StyleRuleBase (Type type)
 
 StyleRuleBase (const StyleRuleBase &o)
 
 ~StyleRuleBase ()
 
 StyleRuleBase (Type type)
 
 StyleRuleBase (const StyleRuleBase &o)
 
 ~StyleRuleBase ()
 
- 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

◆ ~StyleRuleImport() [1/2]

WebCore::StyleRuleImport::~StyleRuleImport ( )

◆ ~StyleRuleImport() [2/2]

WebCore::StyleRuleImport::~StyleRuleImport ( )

Member Function Documentation

◆ cachedCSSStyleSheet() [1/2]

const CachedCSSStyleSheet* WebCore::StyleRuleImport::cachedCSSStyleSheet ( ) const
inline

◆ cachedCSSStyleSheet() [2/2]

const CachedCSSStyleSheet* WebCore::StyleRuleImport::cachedCSSStyleSheet ( ) const
inline

◆ clearParentStyleSheet() [1/2]

void WebCore::StyleRuleImport::clearParentStyleSheet ( )
inline

◆ clearParentStyleSheet() [2/2]

void WebCore::StyleRuleImport::clearParentStyleSheet ( )
inline

◆ create() [1/2]

Ref< StyleRuleImport > WebCore::StyleRuleImport::create ( const String href,
Ref< MediaQuerySet > &&  media 
)
static

◆ create() [2/2]

static Ref<StyleRuleImport> WebCore::StyleRuleImport::create ( const String href,
Ref< MediaQuerySet > &&   
)
static

◆ href() [1/2]

String WebCore::StyleRuleImport::href ( ) const
inline

◆ href() [2/2]

String WebCore::StyleRuleImport::href ( ) const
inline

◆ isLoading() [1/2]

bool WebCore::StyleRuleImport::isLoading ( ) const

◆ isLoading() [2/2]

bool WebCore::StyleRuleImport::isLoading ( ) const

◆ mediaQueries() [1/2]

MediaQuerySet* WebCore::StyleRuleImport::mediaQueries ( ) const
inline

◆ mediaQueries() [2/2]

MediaQuerySet* WebCore::StyleRuleImport::mediaQueries ( ) const
inline

◆ parentStyleSheet() [1/2]

StyleSheetContents* WebCore::StyleRuleImport::parentStyleSheet ( ) const
inline

◆ parentStyleSheet() [2/2]

StyleSheetContents* WebCore::StyleRuleImport::parentStyleSheet ( ) const
inline

◆ requestStyleSheet() [1/2]

void WebCore::StyleRuleImport::requestStyleSheet ( )

◆ requestStyleSheet() [2/2]

void WebCore::StyleRuleImport::requestStyleSheet ( )

◆ setParentStyleSheet() [1/2]

void WebCore::StyleRuleImport::setParentStyleSheet ( StyleSheetContents sheet)
inline

◆ setParentStyleSheet() [2/2]

void WebCore::StyleRuleImport::setParentStyleSheet ( StyleSheetContents sheet)
inline

◆ styleSheet() [1/2]

StyleSheetContents* WebCore::StyleRuleImport::styleSheet ( ) const
inline

◆ styleSheet() [2/2]

StyleSheetContents* WebCore::StyleRuleImport::styleSheet ( ) const
inline

Friends And Related Function Documentation

◆ ImportedStyleSheetClient

ImportedStyleSheetClient
friend

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