HomeSort by relevance Sort by last modified time
    Searched defs:marginBefore (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 732 LayoutUnit RenderInline::marginBefore(const RenderStyle* otherStyle) const
    [all...]
RenderBox.cpp 248 if (isOutOfFlowPositioned() && newStyle->hasStaticBlockPosition(isHorizontalWritingMode()) && oldStyle->marginBefore() != newStyle->marginBefore()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 364 bool hasMarginBeforeQuirk() const { return marginBefore().quirk(); }
657 Length marginBefore() const { return surround->margin.before(writingMode()); }
    [all...]

Completed in 66 milliseconds