Home
last modified time | relevance | path

Searched refs:isXPositionSet (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DFillLayer.h85 bool isXPositionSet() const { return m_xPosSet; } in isXPositionSet() function
DFillLayer.cpp132 for (curr = this; curr && curr->isXPositionSet(); curr = curr->next()) { } in fillUnsetProperties()
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp316 …&FillLayer::isXPositionSet, &FillLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPos… in CSSStyleApplyProperty()
347 …&FillLayer::isXPositionSet, &FillLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPos… in CSSStyleApplyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1028378 (WebCore::FillLayer::isXPositionSet):