Searched refs:isXPositionSet (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DFillLayer.h95 bool isXPositionSet() const { return m_xPosSet; } function in class:blink::FillLayer
H A DFillLayer.cpp176 for (curr = this; curr && curr->isXPositionSet(); curr = curr->next()) { }
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp196 if (!fillLayer->isXPositionSet())

Completed in 91 milliseconds