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

#include <CSSKeyframesRule.h>

Inheritance diagram for WebCore::CSSKeyframesRule:
WebCore::CSSRule WTF::RefCounted< CSSRule > WTF::RefCounted< CSSRule > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

virtual ~CSSKeyframesRule ()
 
CSSRule::Type type () const final
 
String cssText () const final
 
void reattach (StyleRuleBase &) final
 
String name () const
 
void setName (const String &)
 
CSSRuleListcssRules ()
 
void insertRule (const String &rule)
 
void appendRule (const String &rule)
 
void deleteRule (const String &key)
 
CSSKeyframeRulefindRule (const String &key)
 
unsigned length () const
 
CSSKeyframeRuleitem (unsigned index) const
 
- Public Member Functions inherited from WebCore::CSSRule
virtual ~CSSRule ()
 
void setParentStyleSheet (CSSStyleSheet *styleSheet)
 
void setParentRule (CSSRule *rule)
 
CSSStyleSheetparentStyleSheet () const
 
CSSRuleparentRule () const
 
WEBCORE_EXPORT ExceptionOr< voidsetCssText (const String &)
 
virtual ~CSSRule ()
 
void setParentStyleSheet (CSSStyleSheet *styleSheet)
 
void setParentRule (CSSRule *rule)
 
CSSStyleSheetparentStyleSheet () const
 
CSSRuleparentRule () const
 
WEBCORE_EXPORT ExceptionOr< voidsetCssText (const String &)
 
- Public Member Functions inherited from WTF::RefCounted< CSSRule >
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< CSSKeyframesRulecreate (StyleRuleKeyframes &rule, CSSStyleSheet *sheet)
 

Additional Inherited Members

- Public Types inherited from WebCore::CSSRule
enum  Type {
  UNKNOWN_RULE, STYLE_RULE, CHARSET_RULE, IMPORT_RULE,
  MEDIA_RULE, FONT_FACE_RULE, PAGE_RULE, KEYFRAMES_RULE,
  KEYFRAME_RULE, NAMESPACE_RULE = 10, SUPPORTS_RULE = 12, UNKNOWN_RULE,
  STYLE_RULE, CHARSET_RULE, IMPORT_RULE, MEDIA_RULE,
  FONT_FACE_RULE, PAGE_RULE, KEYFRAMES_RULE, KEYFRAME_RULE,
  NAMESPACE_RULE = 10, SUPPORTS_RULE = 12
}
 
enum  DeprecatedType { WEBKIT_KEYFRAMES_RULE = 7, WEBKIT_KEYFRAME_RULE = 8, WEBKIT_KEYFRAMES_RULE = 7, WEBKIT_KEYFRAME_RULE = 8 }
 
enum  Type {
  UNKNOWN_RULE, STYLE_RULE, CHARSET_RULE, IMPORT_RULE,
  MEDIA_RULE, FONT_FACE_RULE, PAGE_RULE, KEYFRAMES_RULE,
  KEYFRAME_RULE, NAMESPACE_RULE = 10, SUPPORTS_RULE = 12, UNKNOWN_RULE,
  STYLE_RULE, CHARSET_RULE, IMPORT_RULE, MEDIA_RULE,
  FONT_FACE_RULE, PAGE_RULE, KEYFRAMES_RULE, KEYFRAME_RULE,
  NAMESPACE_RULE = 10, SUPPORTS_RULE = 12
}
 
enum  DeprecatedType { WEBKIT_KEYFRAMES_RULE = 7, WEBKIT_KEYFRAME_RULE = 8, WEBKIT_KEYFRAMES_RULE = 7, WEBKIT_KEYFRAME_RULE = 8 }
 
- Protected Member Functions inherited from WebCore::CSSRule
 CSSRule (CSSStyleSheet *parent)
 
bool hasCachedSelectorText () const
 
void setHasCachedSelectorText (bool hasCachedSelectorText) const
 
const CSSParserContextparserContext () const
 
 CSSRule (CSSStyleSheet *parent)
 
bool hasCachedSelectorText () const
 
void setHasCachedSelectorText (bool hasCachedSelectorText) const
 
const CSSParserContextparserContext () const
 
- Protected Member Functions inherited from WTF::RefCounted< CSSRule >
 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

◆ ~CSSKeyframesRule()

CSSKeyframesRule::~CSSKeyframesRule ( )
virtual

Member Function Documentation

◆ appendRule()

void CSSKeyframesRule::appendRule ( const String rule)

◆ create()

static Ref<CSSKeyframesRule> WebCore::CSSKeyframesRule::create ( StyleRuleKeyframes rule,
CSSStyleSheet sheet 
)
inlinestatic

◆ cssRules()

CSSRuleList & CSSKeyframesRule::cssRules ( )

◆ cssText()

String CSSKeyframesRule::cssText ( ) const
finalvirtual

Implements WebCore::CSSRule.

◆ deleteRule()

void CSSKeyframesRule::deleteRule ( const String key)

◆ findRule()

CSSKeyframeRule * CSSKeyframesRule::findRule ( const String key)

◆ insertRule()

void CSSKeyframesRule::insertRule ( const String rule)

◆ item()

CSSKeyframeRule * CSSKeyframesRule::item ( unsigned  index) const

◆ length()

unsigned CSSKeyframesRule::length ( void  ) const

◆ name()

String WebCore::CSSKeyframesRule::name ( ) const
inline

◆ reattach()

void CSSKeyframesRule::reattach ( StyleRuleBase rule)
finalvirtual

Implements WebCore::CSSRule.

◆ setName()

void CSSKeyframesRule::setName ( const String name)

◆ type()

CSSRule::Type WebCore::CSSKeyframesRule::type ( ) const
inlinefinalvirtual

Implements WebCore::CSSRule.


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