OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jsKeyframes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
EffectInputTest.cpp
41
Vector<Dictionary>
jsKeyframes
;
50
jsKeyframes
.append(Dictionary(keyframe1, m_isolate));
51
jsKeyframes
.append(Dictionary(keyframe2, m_isolate));
53
RefPtrWillBeRawPtr<AnimationEffect> animationEffect = EffectInput::convert(element.get(),
jsKeyframes
, exceptionState);
61
Vector<Dictionary>
jsKeyframes
;
70
jsKeyframes
.append(Dictionary(keyframe1, m_isolate));
71
jsKeyframes
.append(Dictionary(keyframe2, m_isolate));
73
RefPtrWillBeRawPtr<AnimationEffect> animationEffect = EffectInput::convert(element.get(),
jsKeyframes
, exceptionState);
81
Vector<Dictionary>
jsKeyframes
;
92
jsKeyframes
.append(Dictionary(keyframe1, m_isolate))
[
all
...]
AnimationTest.cpp
63
Vector<Dictionary>
jsKeyframes
;
74
jsKeyframes
.append(Dictionary(keyframe1, m_isolate));
75
jsKeyframes
.append(Dictionary(keyframe2, m_isolate));
78
ASSERT_TRUE(
jsKeyframes
[0].get("width", value1));
82
ASSERT_TRUE(
jsKeyframes
[1].get("width", value2));
85
RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(),
jsKeyframes
, 0, exceptionState);
109
Vector<Dictionary, 0>
jsKeyframes
;
112
RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(),
jsKeyframes
, duration, exceptionState);
119
Vector<Dictionary, 0>
jsKeyframes
;
120
RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(),
jsKeyframes
, exceptionState)
[
all
...]
Completed in 161 milliseconds