OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSSPropertyAnimation
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.h
39
class
CSSPropertyAnimation
{
ImplicitAnimation.cpp
34
#include "core/frame/animation/
CSSPropertyAnimation
.h"
83
bool needsAnim =
CSSPropertyAnimation
::blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
102
CSSPropertyAnimation
::blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
212
return
CSSPropertyAnimation
::propertiesEqual(prop, m_toStyle.get(), targetStyle);
223
CSSPropertyAnimation
::blendProperties(this, prop, currentStyle, m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
275
if (
CSSPropertyAnimation
::animationOfPropertyIsAccelerated(m_animatingProperty) && isAccelerated()) {