OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialanimationduration
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/animation/
Animation.cpp
32
, m_duration(
initialAnimationDuration
())
Animation.h
154
static double
initialAnimationDuration
() { return 0; }
/external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp
542
// Note that
initialAnimationDuration
() is used for both transitions and animations
543
list->append(primitiveValueCache->createValue(Animation::
initialAnimationDuration
(), CSSPrimitiveValue::CSS_S));
[
all
...]
CSSStyleSelector.cpp
[
all
...]
Completed in 2529 milliseconds