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

  /external/webkit/WebCore/css/
WebKitCSSKeyframeRule.cpp 27 #include "WebKitCSSKeyframeRule.h"
33 WebKitCSSKeyframeRule::WebKitCSSKeyframeRule(CSSStyleSheet* parent)
38 WebKitCSSKeyframeRule::~WebKitCSSKeyframeRule()
44 String WebKitCSSKeyframeRule::cssText() const
55 bool WebKitCSSKeyframeRule::parseString(const String& /*string*/, bool /*strict*/)
61 void WebKitCSSKeyframeRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style)
68 void WebKitCSSKeyframeRule::parseKeyString(const String& s, Vector<float>& keys)
WebKitCSSKeyframeRule.h 39 class WebKitCSSKeyframeRule : public CSSRule {
41 static PassRefPtr<WebKitCSSKeyframeRule> create()
43 return adoptRef(new WebKitCSSKeyframeRule(0));
45 static PassRefPtr<WebKitCSSKeyframeRule> create(CSSStyleSheet* parent)
47 return adoptRef(new WebKitCSSKeyframeRule(parent));
50 virtual ~WebKitCSSKeyframeRule();
77 WebKitCSSKeyframeRule(CSSStyleSheet* parent);

Completed in 154 milliseconds