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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 372 LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), logicalWidth);
374 logicalWidth = max<LayoutUnit>(0, logicalWidth - (marginStart + marginEnd + (width() - clientWidth())));
RenderTable.cpp 261 LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), availableLogicalWidth, renderView);
263 LayoutUnit marginTotal = marginStart + marginEnd;
269 availableContentLogicalWidth = shrinkLogicalWidthToAvoidFloats(marginStart, marginEnd, cb, 0, 0);
309 setMarginStart(minimumValueForLength(style()->marginStart(), availableLogicalWidth, renderView));
367 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), caption->marginBefore() + logicalHeight()));
372 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), caption->marginBefore() + logicalHeight()));
    [all...]
RenderInline.cpp 722 LayoutUnit RenderInline::marginStart(const RenderStyle* otherStyle) const
    [all...]
RenderListMarker.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 659 Length marginStart() const { return surround->margin.start(writingMode(), direction()); }
    [all...]

Completed in 175 milliseconds