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

/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h388 bool hasAutoLeftAndRight() const { return left().isAuto() && right().isAuto(); } function in class:WebCore::RenderStyle
390 bool hasStaticInlinePosition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : hasAutoTopAndBottom(); }
391 bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : hasAutoLeftAndRight(); }

Completed in 277 milliseconds