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

#include <CSSKeyframesRule.h>

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

Public Member Functions

 ~StyleRuleKeyframes ()
 
const Vector< Ref< StyleRuleKeyframe > > & keyframes () const
 
const Vector< Ref< StyleRuleKeyframe > > * keyframesWithoutDeferredParsing () const
 
void parserAppendKeyframe (RefPtr< StyleRuleKeyframe > &&)
 
void wrapperAppendKeyframe (Ref< StyleRuleKeyframe > &&)
 
void wrapperRemoveKeyframe (unsigned)
 
const AtomicStringname () const
 
void setName (const AtomicString &name)
 
size_t findKeyframeIndex (const String &key) const
 
Ref< StyleRuleKeyframescopy () 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< StyleRuleKeyframescreate (const AtomicString &name)
 
static Ref< StyleRuleKeyframescreate (const AtomicString &name, std::unique_ptr< DeferredStyleGroupRuleList > &&deferredRules)
 

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

◆ ~StyleRuleKeyframes()

WebCore::StyleRuleKeyframes::~StyleRuleKeyframes ( )

Member Function Documentation

◆ copy()

Ref<StyleRuleKeyframes> WebCore::StyleRuleKeyframes::copy ( ) const
inline

◆ create() [1/2]

static Ref<StyleRuleKeyframes> WebCore::StyleRuleKeyframes::create ( const AtomicString name)
inlinestatic

◆ create() [2/2]

static Ref<StyleRuleKeyframes> WebCore::StyleRuleKeyframes::create ( const AtomicString name,
std::unique_ptr< DeferredStyleGroupRuleList > &&  deferredRules 
)
inlinestatic

◆ findKeyframeIndex()

size_t WebCore::StyleRuleKeyframes::findKeyframeIndex ( const String key) const

◆ keyframes()

const Vector< Ref< StyleRuleKeyframe > > & WebCore::StyleRuleKeyframes::keyframes ( ) const

◆ keyframesWithoutDeferredParsing()

const Vector<Ref<StyleRuleKeyframe> >* WebCore::StyleRuleKeyframes::keyframesWithoutDeferredParsing ( ) const
inline

◆ name()

const AtomicString& WebCore::StyleRuleKeyframes::name ( ) const
inline

◆ parserAppendKeyframe()

void WebCore::StyleRuleKeyframes::parserAppendKeyframe ( RefPtr< StyleRuleKeyframe > &&  keyframe)

◆ setName()

void WebCore::StyleRuleKeyframes::setName ( const AtomicString name)
inline

◆ wrapperAppendKeyframe()

void WebCore::StyleRuleKeyframes::wrapperAppendKeyframe ( Ref< StyleRuleKeyframe > &&  keyframe)

◆ wrapperRemoveKeyframe()

void WebCore::StyleRuleKeyframes::wrapperRemoveKeyframe ( unsigned  index)

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