webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <GraphicsLayer.h>
Public Member Functions | |
KeyframeValueList (AnimatedPropertyID property) | |
KeyframeValueList (const KeyframeValueList &other) | |
KeyframeValueList (KeyframeValueList &&)=default | |
KeyframeValueList & | operator= (const KeyframeValueList &other) |
KeyframeValueList & | operator= (KeyframeValueList &&)=default |
void | swap (KeyframeValueList &other) |
AnimatedPropertyID | property () const |
size_t | size () const |
const AnimationValue & | at (size_t i) const |
WEBCORE_EXPORT void | insert (std::unique_ptr< const AnimationValue >) |
KeyframeValueList (AnimatedPropertyID property) | |
KeyframeValueList (const KeyframeValueList &other) | |
KeyframeValueList (KeyframeValueList &&)=default | |
KeyframeValueList & | operator= (const KeyframeValueList &other) |
KeyframeValueList & | operator= (KeyframeValueList &&)=default |
void | swap (KeyframeValueList &other) |
AnimatedPropertyID | property () const |
size_t | size () const |
const AnimationValue & | at (size_t i) const |
WEBCORE_EXPORT void | insert (std::unique_ptr< const AnimationValue >) |
Protected Attributes | |
Vector< std::unique_ptr< const AnimationValue > > | m_values |
AnimatedPropertyID | m_property |
|
inlineexplicit |
|
inline |
|
default |
|
inlineexplicit |
|
inline |
|
default |
|
inline |
|
inline |
void WebCore::KeyframeValueList::insert | ( | std::unique_ptr< const AnimationValue > | value | ) |
WEBCORE_EXPORT void WebCore::KeyframeValueList::insert | ( | std::unique_ptr< const AnimationValue > | ) |
|
inline |
|
inline |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |