Home
last modified time | relevance | path

Searched refs:setFillMode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp361 layer->setFillMode(CSSAnimationData::initialAnimationFillMode()); in mapAnimationFillMode()
371 layer->setFillMode(AnimationFillModeNone); in mapAnimationFillMode()
374 layer->setFillMode(AnimationFillModeForwards); in mapAnimationFillMode()
377 layer->setFillMode(AnimationFillModeBackwards); in mapAnimationFillMode()
380 layer->setFillMode(AnimationFillModeBoth); in mapAnimationFillMode()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DCSSAnimationDataList.cpp46 FILL_UNSET_PROPERTY(isFillModeSet, fillMode, setFillMode); in fillUnsetProperties()
DCSSAnimationData.h127 void setFillMode(unsigned f) { m_fillMode = f; m_fillModeSet = true; } in setFillMode() function