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/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp
82
bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(),
m_toStyle
.get(), progress(1, 0, 0));
104
animatedStyle = RenderStyle::clone(
m_toStyle
.get());
106
blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(),
m_toStyle
.get(), progress(1, 0, 0));
115
return layer->backing()->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(),
m_toStyle
.get());
162
keyframeAnim->setUnanimatedStyle(
m_toStyle
);
206
m_toStyle
= to;
209
if (m_fromStyle &&
m_toStyle
)
232
// We can get here for a transition that has not started yet. This would make
m_toStyle
unset and null.
234
if (!
m_toStyle
)
236
return propertiesEqual(prop,
m_toStyle
.get(), targetStyle)
[
all
...]
ImplicitAnimation.h
63
bool hasStyle() const { return m_fromStyle &&
m_toStyle
; }
91
RefPtr<RenderStyle>
m_toStyle
;
Completed in 15 milliseconds