OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cssAnimations
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
ActiveAnimations.h
35
#include "core/animation/css/
CSSAnimations
.h"
43
class
CSSAnimations
;
63
CSSAnimations
&
cssAnimations
() { return m_cssAnimations; }
64
const
CSSAnimations
&
cssAnimations
() const { return m_cssAnimations; }
83
CSSAnimations
m_cssAnimations;
87
//
CSSAnimations
checks if a style change is due to animation.
88
friend class
CSSAnimations
;
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp
32
#include "core/animation/css/
CSSAnimations
.h"
101
const StyleRuleKeyframes* keyframesRule =
CSSAnimations
::matchScopedKeyframesRule(resolver, elementForScoping, name.impl());
128
else if (
CSSAnimations
::isAnimatableProperty(property))
333
const StyleRuleKeyframes*
CSSAnimations
::matchScopedKeyframesRule(StyleResolver* resolver, const Element* element, const StringImpl* animationName)
350
PassOwnPtr<CSSAnimationUpdate>
CSSAnimations
::calculateUpdate(Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver)
361
void
CSSAnimations
::calculateAnimationUpdate(CSSAnimationUpdate* update, Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver)
365
const
CSSAnimations
*
cssAnimations
= activeAnimations ? &activeAnimations->
cssAnimations
() : 0;
368
if (
cssAnimations
)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp
36
#include "core/animation/css/
CSSAnimations
.h"
212
activeAnimations->
cssAnimations
().cancel();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp
42
#include "core/animation/css/
CSSAnimations
.h"
98
element.ensureActiveAnimations()->
cssAnimations
().setPendingUpdate(state.takeAnimationUpdate());
[
all
...]
Completed in 205 milliseconds