Home
last modified time | relevance | path

Searched refs:StyleRuleKeyframes (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSKeyframesRule.h40 class StyleRuleKeyframes FINAL : public StyleRuleBase {
42 static PassRefPtr<StyleRuleKeyframes> create() { return adoptRef(new StyleRuleKeyframes()); } in create()
44 ~StyleRuleKeyframes();
60 PassRefPtr<StyleRuleKeyframes> copy() const { return adoptRef(new StyleRuleKeyframes(*this)); } in copy()
63 StyleRuleKeyframes();
64 explicit StyleRuleKeyframes(const StyleRuleKeyframes&);
75 …static PassRefPtr<CSSKeyframesRule> create(StyleRuleKeyframes* rule, CSSStyleSheet* sheet) { retur… in create()
100 CSSKeyframesRule(StyleRuleKeyframes*, CSSStyleSheet* parent);
102 RefPtr<StyleRuleKeyframes> m_keyframesRule;
DCSSKeyframesRule.cpp37 StyleRuleKeyframes::StyleRuleKeyframes() in StyleRuleKeyframes() function in WebCore::StyleRuleKeyframes
42 StyleRuleKeyframes::StyleRuleKeyframes(const StyleRuleKeyframes& o) in StyleRuleKeyframes() function in WebCore::StyleRuleKeyframes
50 StyleRuleKeyframes::~StyleRuleKeyframes() in ~StyleRuleKeyframes()
54 void StyleRuleKeyframes::parserAppendKeyframe(PassRefPtr<StyleKeyframe> keyframe) in parserAppendKeyframe()
61 void StyleRuleKeyframes::wrapperAppendKeyframe(PassRefPtr<StyleKeyframe> keyframe) in wrapperAppendKeyframe()
66 void StyleRuleKeyframes::wrapperRemoveKeyframe(unsigned index) in wrapperRemoveKeyframe()
71 int StyleRuleKeyframes::findKeyframeIndex(const String& key) const in findKeyframeIndex()
88 CSSKeyframesRule::CSSKeyframesRule(StyleRuleKeyframes* keyframesRule, CSSStyleSheet* parent) in CSSKeyframesRule()
DRuleSet.h142 const Vector<StyleRuleKeyframes*>& keyframesRules() const { return m_keyframesRules; } in keyframesRules()
179 void addKeyframesRule(StyleRuleKeyframes*);
214 Vector<StyleRuleKeyframes*> m_keyframesRules;
DCSSParser.h68 class StyleRuleKeyframes; variable
325StyleRuleKeyframes* createKeyframesRule(const String&, PassOwnPtr<Vector<RefPtr<StyleKeyframe> > >…
DRuleSet.cpp328 void RuleSet::addKeyframesRule(StyleRuleKeyframes* rule) in addKeyframesRule()
DCSSParser-in.cpp9737 StyleRuleKeyframes* CSSParser::createKeyframesRule(const String& name, PassOwnPtr<Vector<RefPtr<Sty… in createKeyframesRule()
9741 RefPtr<StyleRuleKeyframes> rule = StyleRuleKeyframes::create(); in createKeyframesRule()
9746 StyleRuleKeyframes* rulePtr = rule.get(); in createKeyframesRule()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleResolver.h59 const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName);
60 void addKeyframeStyle(PassRefPtr<StyleRuleKeyframes>);
79 typedef HashMap<const StringImpl*, RefPtr<StyleRuleKeyframes> > KeyframesRuleMap;
DScopedStyleResolver.cpp105 const StyleRuleKeyframes* ScopedStyleResolver::keyframeStylesForAnimation(const StringImpl* animati… in keyframeStylesForAnimation()
117 void ScopedStyleResolver::addKeyframeStyle(PassRefPtr<StyleRuleKeyframes> rule) in addKeyframeStyle()
DStyleResolver.h72 class StyleRuleKeyframes; variable
292 typedef HashMap<StringImpl*, RefPtr<StyleRuleKeyframes> > KeyframesRuleMap;
DStyleResolver.cpp266 const Vector<StyleRuleKeyframes*> keyframesRules = authorRules.keyframesRules(); in processScopedRules()
815 …const StyleRuleKeyframes* keyframesRule = CSSAnimations::matchScopedKeyframesRule(this, e, list.an… in keyframeStylesForAnimation()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.h50 class StyleRuleKeyframes; variable
146 …static const StyleRuleKeyframes* matchScopedKeyframesRule(StyleResolver*, const Element*, const St…
DCSSAnimations.cpp101 …const StyleRuleKeyframes* keyframesRule = CSSAnimations::matchScopedKeyframesRule(resolver, elemen… in resolveKeyframes()
333 const StyleRuleKeyframes* CSSAnimations::matchScopedKeyframesRule(StyleResolver* resolver, const El… in matchScopedKeyframesRule()
344 …if (const StyleRuleKeyframes* keyframesRule = stack.at(i)->keyframeStylesForAnimation(animationNam… in matchScopedKeyframesRule()
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm543 0000000003857e60 t WTF::PassRefPtr<WebCore::StyleRuleKeyframes>::PassRefPtr(WebCore::StyleRuleKeyfr…