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

/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DKeyframeValueList.h48 class PLATFORM_EXPORT KeyframeValueList { class in namespace:blink
50 explicit KeyframeValueList(AnimatedPropertyID property) function in class:blink::KeyframeValueList
55 KeyframeValueList(const KeyframeValueList& other) function in class:blink::KeyframeValueList
62 KeyframeValueList& operator=(const KeyframeValueList& other)
64 KeyframeValueList copy(other);
69 void swap(KeyframeValueList& other)

Completed in 57 milliseconds