webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
CSSKeyframesRule Interface Reference

import"CSSKeyframesRule.idl";

Inheritance diagram for CSSKeyframesRule:
CSSRule

Public Member Functions

void insertRule (DOMString rule)
 
void appendRule (DOMString rule)
 
void deleteRule (DOMString key)
 
CSSKeyframeRule findRule (DOMString key)
 
getter CSSKeyframeRule (unsigned long index)
 

Public Attributes

attribute DOMString name
 
readonly attribute CSSRuleList cssRules
 
- Public Attributes inherited from CSSRule
const unsigned short UNKNOWN_RULE = 0
 
const unsigned short STYLE_RULE = 1
 
const unsigned short CHARSET_RULE = 2
 
const unsigned short IMPORT_RULE = 3
 
const unsigned short MEDIA_RULE = 4
 
const unsigned short FONT_FACE_RULE = 5
 
const unsigned short PAGE_RULE = 6
 
const unsigned short KEYFRAMES_RULE = 7
 
const unsigned short KEYFRAME_RULE = 8
 
const unsigned short NAMESPACE_RULE = 10
 
const unsigned short SUPPORTS_RULE = 12
 
const unsigned short WEBKIT_VIEWPORT_RULE = 15
 
const unsigned short WEBKIT_REGION_RULE = 16
 
const unsigned short WEBKIT_KEYFRAMES_RULE = 7
 
const unsigned short WEBKIT_KEYFRAME_RULE = 8
 
readonly attribute unsigned short type
 
attribute DOMString cssText
 
readonly attribute CSSStyleSheet parentStyleSheet
 
readonly attribute CSSRule parentRule
 

Member Function Documentation

◆ appendRule()

void CSSKeyframesRule::appendRule ( DOMString  rule)

◆ CSSKeyframeRule()

getter CSSKeyframesRule::CSSKeyframeRule ( unsigned long  index)

◆ deleteRule()

void CSSKeyframesRule::deleteRule ( DOMString  key)

◆ findRule()

CSSKeyframeRule CSSKeyframesRule::findRule ( DOMString  key)

◆ insertRule()

void CSSKeyframesRule::insertRule ( DOMString  rule)

Member Data Documentation

◆ cssRules

readonly attribute CSSRuleList CSSKeyframesRule::cssRules

◆ name

attribute DOMString CSSKeyframesRule::name

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