HomeSort by relevance Sort by last modified time
    Searched full:cssanimations (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
ActiveAnimations.h 35 #include "core/animation/css/CSSAnimations.h"
43 class CSSAnimations;
66 CSSAnimations& cssAnimations() { return m_cssAnimations; }
67 const CSSAnimations& cssAnimations() const { return m_cssAnimations; }
90 CSSAnimations m_cssAnimations;
100 // CSSAnimations checks if a style change is due to animation.
101 friend class CSSAnimations;
StringKeyframe.cpp 12 #include "core/animation/css/CSSAnimations.h"
28 if (CSSAnimations::isAllowedAnimation(property))
AnimationNode.h 66 // Note that logic in CSSAnimations depends on the order of these values.
AnimationStack.cpp 36 #include "core/animation/css/CSSAnimations.h"
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 32 #include "core/animation/css/CSSAnimations.h"
90 const StyleRuleKeyframes* keyframesRule = CSSAnimations::matchScopedKeyframesRule(resolver, elementForScoping, name.impl());
202 const StyleRuleKeyframes* CSSAnimations::matchScopedKeyframesRule(StyleResolver* resolver, const Element* element, const StringImpl* animationName)
204 // FIXME: This is all implementation detail of style resolver, CSSAnimations shouldn't be reaching into any of it.
220 CSSAnimations::CSSAnimations()
224 PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> CSSAnimations::calculateUpdate(const Element* animatingElement, Element& element, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver)
234 void CSSAnimations::calculateAnimationUpdate(CSSAnimationUpdate* update, const Element* animatingElement, Element& element, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver)
246 const CSSAnimations* cssAnimations = activeAnimations ? &activeAnimations->cssAnimations() : 0
    [all...]
CSSAnimations.h 164 class CSSAnimations FINAL {
165 WTF_MAKE_NONCOPYABLE(CSSAnimations);
168 CSSAnimations();
CSSPropertyEquality.cpp 8 #include "core/animation/css/CSSAnimations.h"
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.cpp 25 #include "core/animation/css/CSSAnimations.h"
StyleResolver.cpp 42 #include "core/animation/css/CSSAnimations.h"
97 element.ensureActiveAnimations().cssAnimations().setPendingUpdate(state.takeAnimationUpdate());
674 // CSSAnimations.cpp
752 activeAnimations->cssAnimations().maybeApplyPendingUpdate(pseudo.get());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 41 #include "core/animation/css/CSSAnimations.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 100 third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp \
    [all...]