HomeSort by relevance Sort by last modified time
    Searched defs:CSSKeyframesRule (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframesRule.cpp 27 #include "core/css/CSSKeyframesRule.h"
87 CSSKeyframesRule::CSSKeyframesRule(StyleRuleKeyframes* keyframesRule, CSSStyleSheet* parent)
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::cssText() cons
    [all...]
CSSKeyframesRule.h 67 class CSSKeyframesRule : public CSSRule {
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 327 milliseconds