Home | History | Annotate | Download | only in style

Lines Matching refs:hasAutoTopAndBottom

452     bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); }
453 bool hasStaticInlinePosition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : hasAutoTopAndBottom(); }
454 bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : hasAutoLeftAndRight(); }