OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cloneWithOffset
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.h
67
PassRefPtr<Keyframe>
cloneWithOffset
(double offset) const;
109
PassOwnPtr<PropertySpecificKeyframe>
cloneWithOffset
(double offset) const;
111
// Used by
cloneWithOffset
().
KeyframeAnimationEffect.cpp
156
PassRefPtr<Keyframe> Keyframe::
cloneWithOffset
(double offset) const
267
PassOwnPtr<KeyframeAnimationEffect::PropertySpecificKeyframe> KeyframeAnimationEffect::PropertySpecificKeyframe::
cloneWithOffset
(double offset) const
313
appendKeyframe(m_keyframes.first()->
cloneWithOffset
(1.0));
CompositorAnimations.cpp
69
values.append(group[i]->
cloneWithOffset
(offset));
74
values.append(group[i]->
cloneWithOffset
(offset));
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp
135
keyframes.append(keyframe->
cloneWithOffset
(offsets[j]));
[
all
...]
Completed in 391 milliseconds