Searched defs:jsKeyframes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DEffectInputTest.cpp41 Vector<Dictionary> jsKeyframes; local
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; local
70 jsKeyframes.append(Dictionary(keyframe1, m_isolate));
71 jsKeyframes.append(Dictionary(keyframe2, m_isolate));
73 EffectInput::convert(element.get(), jsKeyframes, exceptionState);
80 Vector<Dictionary> jsKeyframes; local
91 jsKeyframes
103 Vector<Dictionary> jsKeyframes; local
129 Vector<Dictionary> jsKeyframes; local
[all...]
H A DAnimationTest.cpp66 Vector<Dictionary> jsKeyframes; local
77 jsKeyframes.append(Dictionary(keyframe1, m_isolate));
78 jsKeyframes.append(Dictionary(keyframe2, m_isolate));
81 ASSERT_TRUE(DictionaryHelper::get(jsKeyframes[0], "width", value1));
85 ASSERT_TRUE(DictionaryHelper::get(jsKeyframes[1], "width", value2));
88 RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, 0, exceptionState);
112 Vector<Dictionary, 0> jsKeyframes; local
115 RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, duration, exceptionState);
122 Vector<Dictionary, 0> jsKeyframes; local
123 RefPtrWillBeRawPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, exceptionStat
129 Vector<Dictionary, 0> jsKeyframes; local
136 Vector<Dictionary> jsKeyframes; local
159 Vector<Dictionary> jsKeyframes; local
179 Vector<Dictionary> jsKeyframes; local
199 Vector<Dictionary> jsKeyframes; local
219 Vector<Dictionary, 0> jsKeyframes; local
247 Vector<Dictionary, 0> jsKeyframes; local
280 Vector<Dictionary, 0> jsKeyframes; local
322 Vector<Dictionary, 0> jsKeyframes; local
[all...]

Completed in 161 milliseconds