HomeSort by relevance Sort by last modified time
    Searched refs:hasAutoTopAndBottom (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 41 return style->position() == AbsolutePosition && style->hasAutoTopAndBottom();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 429 bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); }
430 bool hasStaticInlinePosition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : hasAutoTopAndBottom(); }
431 bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : hasAutoLeftAndRight(); }
    [all...]

Completed in 515 milliseconds