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/rendering/
RenderView.cpp 123 return style->position() == AbsolutePosition && style->hasAutoTopAndBottom();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 468 bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); }
469 bool hasStaticInlinePosition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : hasAutoTopAndBottom(); }
470 bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : hasAutoLeftAndRight(); }
    [all...]

Completed in 688 milliseconds