Home
last modified time | relevance | path

Searched refs:isPlayStateSet (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/animation/
H A DAnimationList.cpp48 FILL_UNSET_PROPERTY(isPlayStateSet, playState, setPlayState); in fillUnsetProperties()
H A DAnimation.h52 bool isPlayStateSet() const { return m_playStateSet; } in isPlayStateSet() function