Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp244 layer->setYPosition(FillLayer::initialFillYPosition(layer->type())); in mapFillYPosition()
258 layer->setYPosition(length); in mapFillYPosition()
DAnimatedStyleBuilder.cpp172 fillLayer->setYPosition(animatableValueToLength(layerValue, state)); in setOnFillLayers()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h111 …void setYPosition(const Length& position) { m_yPosition = position; m_yPosSet = true; m_background… in setYPosition() function