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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframesRule.cpp 37 StyleRuleKeyframes::StyleRuleKeyframes()
42 StyleRuleKeyframes::StyleRuleKeyframes(const StyleRuleKeyframes& o)
49 StyleRuleKeyframes::~StyleRuleKeyframes()
53 void StyleRuleKeyframes::parserAppendKeyframe(PassRefPtr<StyleKeyframe> keyframe)
60 void StyleRuleKeyframes::wrapperAppendKeyframe(PassRefPtr<StyleKeyframe> keyframe)
65 void StyleRuleKeyframes::wrapperRemoveKeyframe(unsigned index
    [all...]
CSSKeyframesRule.h 40 class StyleRuleKeyframes : public StyleRuleBase {
42 static PassRefPtr<StyleRuleKeyframes> create() { return adoptRef(new StyleRuleKeyframes()); }
44 ~StyleRuleKeyframes();
57 PassRefPtr<StyleRuleKeyframes> copy() const { return adoptRef(new StyleRuleKeyframes(*this)); }
60 StyleRuleKeyframes();
61 StyleRuleKeyframes(const StyleRuleKeyframes&);
69 static PassRefPtr<CSSKeyframesRule> create(StyleRuleKeyframes* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSKeyframesRule(rule, sheet));
    [all...]

Completed in 38 milliseconds