OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_toStyle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
ImplicitAnimation.cpp
83
bool needsAnim = CSSPropertyAnimation::blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(),
m_toStyle
.get(), progress(1, 0, 0));
100
animatedStyle = RenderStyle::clone(
m_toStyle
.get());
102
CSSPropertyAnimation::blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(),
m_toStyle
.get(), progress(1, 0, 0));
108
m_isAccelerated = toRenderBoxModelObject(m_object)->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(),
m_toStyle
.get());
140
keyframeAnim->setUnanimatedStyle(
m_toStyle
);
181
m_toStyle
= to;
184
if (m_fromStyle &&
m_toStyle
)
208
// We can get here for a transition that has not started yet. This would make
m_toStyle
unset and null.
210
if (!
m_toStyle
)
212
return CSSPropertyAnimation::propertiesEqual(prop,
m_toStyle
.get(), targetStyle)
[
all
...]
ImplicitAnimation.h
64
bool hasStyle() const { return m_fromStyle &&
m_toStyle
; }
93
RefPtr<RenderStyle>
m_toStyle
;
Completed in 41 milliseconds