Home
last modified time | relevance | path

Searched refs:marginRight (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlexibleBox.cpp144 int marginAscent = direction == HorizontalLine ? marginTop() : marginRight(); in baselinePosition()
194 int marginAscent = direction == HorizontalLine ? marginTop() : marginRight(); in inlineBlockBaseline()
560 return isLeftToRightFlow() ? child->marginLeft() : child->marginRight(); in flowAwareMarginStartForChild()
567 return isLeftToRightFlow() ? child->marginRight() : child->marginLeft(); in flowAwareMarginEndForChild()
581 return child->marginRight(); in flowAwareMarginBeforeForChild()
595 return child->marginRight(); in flowAwareMarginAfterForChild()
707 if (child->style()->marginRight().isAuto()) in autoMarginOffsetInMainAxis()
731 if (child->style()->marginRight().isAuto()) in updateAutoMarginsInMainAxis()
745 return child->style()->marginLeft().isAuto() || child->style()->marginRight().isAuto(); in hasAutoMarginsInCrossAxis()
762 …ngth bottomOrRight = isHorizontal ? child->style()->marginBottom() : child->style()->marginRight(); in updateAutoMarginsInCrossAxis()
[all …]
DRenderScrollbar.cpp315 int marginRight = part ? static_cast<int>(part->marginRight()) : 0; in trackRect() local
317 endLength += marginRight; in trackRect()
DRenderText.h116 …LayoutUnit marginRight() const { return minimumValueForLength(style()->marginRight(), 0, view()); } in marginRight() function
DRenderScrollbarPart.h54 …virtual LayoutUnit marginRight() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.right())); ret… in marginRight() function
DRenderDeprecatedFlexibleBox.cpp156 Length marginRight = child->style()->marginRight(); in marginWidthForChild() local
160 if (marginRight.isFixed()) in marginWidthForChild()
161 margin += marginRight.value(); in marginWidthForChild()
485 xPos += child->width() + child->marginRight(); in layoutHorizontalBox()
710 childX += contentWidth() - child->marginRight() - child->width(); in layoutVerticalBox()
716 childX += contentWidth() - child->marginRight() - child->width(); in layoutVerticalBox()
DRenderButton.cpp129 return marginRight() + borderRight() + paddingRight() + contentWidth(); in baselinePosition()
DRenderBoxModelObject.h148 virtual LayoutUnit marginRight() const = 0;
154 LayoutUnit marginWidth() const { return marginLeft() + marginRight(); } in marginWidth()
DRenderScrollbarPart.cpp113 m_marginBox.setRight(minimumValueForLength(style()->marginRight(), visibleSize, renderView)); in computeScrollbarWidth()
DRenderInline.h48 virtual LayoutUnit marginRight() const OVERRIDE FINAL;
DInlineFlowBox.h137 return isHorizontal() ? boxModelObject()->marginRight() : boxModelObject()->marginBottom(); in marginLogicalRight()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.h78 …rame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBott…
DPrintContext.cpp339 …rame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBott… in pageSizeAndMarginsInPixels() argument
342 …frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, margin… in pageSizeAndMarginsInPixels()
345 …String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom)… in pageSizeAndMarginsInPixels()
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dbluetooth_device_list.js256 marginRight: 0
/external/chromium_org/chrome/browser/resources/print_preview/
Dpreview_generator.js306 Math.round(event.pageLayout.marginRight),
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfile_grid.js282 x, itemMetrics.width, itemMetrics.width - itemMetrics.marginRight);
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dgrid.js96 var width = size.width + Math.min(size.marginLeft, size.marginRight);
Dlist.js421 var mr = parseFloat(cs.marginRight);
452 marginLeft: ml, marginRight: mr};
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSplitView.js302 this._resizerElement.style.marginRight = -this._resizerElementSize / 2 + "px";
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1589 …style->marginTop().isFixed() || !style->marginLeft().isFixed() || !style->marginRight().isFixed()); in isLayoutDependent()
1593 return renderer && renderer->isBox() && (!style || !style->marginRight().isFixed()); in isLayoutDependent()
2143 Length marginRight = style->marginRight(); in getPropertyCSSValue() local
2144 if (marginRight.isFixed() || !renderer || !renderer->isBox()) in getPropertyCSSValue()
2145 return zoomAdjustedPixelValueForLength(marginRight, *style); in getPropertyCSSValue()
2147 if (marginRight.isPercent() || marginRight.isViewportPercentage()) { in getPropertyCSSValue()
2151 …value = minimumValueForLength(marginRight, toRenderBox(renderer)->containingBlockLogicalWidthForCo… in getPropertyCSSValue()
2153 value = toRenderBox(renderer)->marginRight(); in getPropertyCSSValue()
/external/chromium_org/third_party/npapi/npspy/windows/
Dgui_main.cpp202 int marginRight = 0 * factorx; in onSize() local
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h532 int& marginRight,
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleAdjuster.cpp77 if (style->marginRight().quirk()) in addIntrinsicMargins()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSliderThumbElement.cpp281 position -= isLeftToRightDirection ? renderBox()->marginLeft() : renderBox()->marginRight(); in setPositionFromPoint()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.h203 int& marginRight,
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dlist.js60 var mr = parseFloat(cs.marginRight);

12