Searched refs:hasAutoTopAndBottom (Results 1 – 2 of 2) sorted by relevance
450 bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); } in hasAutoTopAndBottom() function451 …ition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : hasAutoTopAndBottom(); } in hasStaticInlinePosition()452 …bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : h… in hasStaticBlockPosition()
124 return style->position() == AbsolutePosition && style->hasAutoTopAndBottom(); in dialogNeedsCentering()