Searched refs:StyleRuleKeyframes (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSKeyframesRule.h | 40 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;
|
D | CSSKeyframesRule.cpp | 37 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()
|
D | RuleSet.h | 142 const Vector<StyleRuleKeyframes*>& keyframesRules() const { return m_keyframesRules; } in keyframesRules() 179 void addKeyframesRule(StyleRuleKeyframes*); 214 Vector<StyleRuleKeyframes*> m_keyframesRules;
|
D | CSSParser.h | 68 class StyleRuleKeyframes; variable 325 …StyleRuleKeyframes* createKeyframesRule(const String&, PassOwnPtr<Vector<RefPtr<StyleKeyframe> > >…
|
D | RuleSet.cpp | 328 void RuleSet::addKeyframesRule(StyleRuleKeyframes* rule) in addKeyframesRule()
|
D | CSSParser-in.cpp | 9737 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/ |
D | ScopedStyleResolver.h | 59 const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName); 60 void addKeyframeStyle(PassRefPtr<StyleRuleKeyframes>); 79 typedef HashMap<const StringImpl*, RefPtr<StyleRuleKeyframes> > KeyframesRuleMap;
|
D | ScopedStyleResolver.cpp | 105 const StyleRuleKeyframes* ScopedStyleResolver::keyframeStylesForAnimation(const StringImpl* animati… in keyframeStylesForAnimation() 117 void ScopedStyleResolver::addKeyframeStyle(PassRefPtr<StyleRuleKeyframes> rule) in addKeyframeStyle()
|
D | StyleResolver.h | 72 class StyleRuleKeyframes; variable 292 typedef HashMap<StringImpl*, RefPtr<StyleRuleKeyframes> > KeyframesRuleMap;
|
D | StyleResolver.cpp | 266 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/ |
D | CSSAnimations.h | 50 class StyleRuleKeyframes; variable 146 …static const StyleRuleKeyframes* matchScopedKeyframesRule(StyleResolver*, const Element*, const St…
|
D | CSSAnimations.cpp | 101 …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/ |
D | chrome.abcdef.nm | 543 0000000003857e60 t WTF::PassRefPtr<WebCore::StyleRuleKeyframes>::PassRefPtr(WebCore::StyleRuleKeyfr…
|