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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DKeyframeList.h40 class KeyframeValue { class in namespace:blink
42 KeyframeValue(double key, PassRefPtr<RenderStyle> style) function in class:blink::KeyframeValue
69 insert(KeyframeValue(0, nullptr));
70 insert(KeyframeValue(1, nullptr));
76 void insert(const KeyframeValue& keyframe);
86 const KeyframeValue& operator[](size_t index) const { return m_keyframes[index]; }
90 Vector<KeyframeValue> m_keyframes; // Kept sorted by key.

Completed in 316 milliseconds