OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:affectsProperty
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
ImplicitAnimation.cpp
201
bool ImplicitAnimation::
affectsProperty
(CSSPropertyID property) const
KeyframeAnimation.cpp
348
bool KeyframeAnimation::
affectsProperty
(CSSPropertyID property) const
AnimationBase.h
149
virtual bool
affectsProperty
(CSSPropertyID /*property*/) const { return false; }
157
return (!waitingToStart() && !postActive()) &&
affectsProperty
(property);
159
return !postActive() &&
affectsProperty
(property);
Completed in 171 milliseconds