OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnimateAll
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.cpp
30
, m_mode(
AnimateAll
)
CSSAnimationData.h
98
AnimateAll
,
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp
439
animation->setAnimationMode(CSSAnimationData::
AnimateAll
);
449
animation->setAnimationMode(CSSAnimationData::
AnimateAll
);
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CompositeAnimation.cpp
97
bool all = mode == CSSAnimationData::
AnimateAll
;
110
// ImplicitAnimations are always hashed by actual properties, never
animateAll
.
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp
610
bool
animateAll
= mode == CSSAnimationData::
AnimateAll
;
611
ASSERT(
animateAll
|| mode == CSSAnimationData::AnimateSingleProperty);
612
if (
animateAll
)
614
const StylePropertyShorthand& propertyList =
animateAll
? CSSAnimations::animatableProperties() : shorthandForProperty(anim->property());
619
if (!
animateAll
) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 115 milliseconds