Searched defs:CSSKeyframesRule (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSKeyframesRule.cpp27 #include "core/css/CSSKeyframesRule.h"
87 CSSKeyframesRule::CSSKeyframesRule(StyleRuleKeyframes* keyframesRule, CSSStyleSheet* parent) function in class:WebCore::CSSKeyframesRule
94 CSSKeyframesRule::~CSSKeyframesRule()
104 void CSSKeyframesRule::setName(const String& name)
111 void CSSKeyframesRule::insertRule(const String& ruleText)
128 void CSSKeyframesRule::deleteRule(const String& s)
145 CSSKeyframeRule* CSSKeyframesRule::findRule(const String& s)
151 String CSSKeyframesRule
[all...]
H A DCSSKeyframesRule.h67 class CSSKeyframesRule : public CSSRule { class in namespace:WebCore
69 static PassRefPtr<CSSKeyframesRule> create(StyleRuleKeyframes* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSKeyframesRule(rule, sheet)); }
71 virtual ~CSSKeyframesRule();
91 CSSKeyframesRule(StyleRuleKeyframes*, CSSStyleSheet* parent);

Completed in 69 milliseconds