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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DKeyframeList.h42 class KeyframeValue { class in namespace:WebCore
44 KeyframeValue(double key, PassRefPtr<RenderStyle> style) function in class:WebCore::KeyframeValue
74 insert(KeyframeValue(0, 0));
75 insert(KeyframeValue(1, 0));
81 void insert(const KeyframeValue& keyframe);
91 const KeyframeValue& operator[](size_t index) const { return m_keyframes[index]; }
95 Vector<KeyframeValue> m_keyframes; // Kept sorted by key.

Completed in 37 milliseconds