Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h450 bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); } in hasAutoTopAndBottom() function
451 …ition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : hasAutoTopAndBottom(); } in hasStaticInlinePosition()
452 …bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : h… in hasStaticBlockPosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp124 return style->position() == AbsolutePosition && style->hasAutoTopAndBottom(); in dialogNeedsCentering()