Home
last modified time | relevance | path

Searched refs:hasAutoTopAndBottom (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h389 bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); } in hasAutoTopAndBottom() function
390 …ition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : hasAutoTopAndBottom(); } in hasStaticInlinePosition()
391 …bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : h… in hasStaticBlockPosition()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog58172 (WebCore::InheritedFlags::hasAutoTopAndBottom):