OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillsBackwards
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.h
143
bool
fillsBackwards
() const { return m_fillModeSet && (m_fillMode == AnimationFillModeBackwards || m_fillMode == AnimationFillModeBoth); }
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
KeyframeAnimation.cpp
175
if (waitingToStart() && m_animation->delay() > 0 && !m_animation->
fillsBackwards
())
212
if (waitingToStart() && m_animation->delay() > 0 && !m_animation->
fillsBackwards
())
Completed in 952 milliseconds