Searched defs:marginRight (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h114 LayoutUnit marginRight() const { return minimumValueForLength(style()->marginRight(), 0, view()); } function in class:WebCore::RenderText
H A DRenderScrollbar.cpp315 int marginRight = part ? static_cast<int>(part->marginRight()) : 0; local
317 endLength += marginRight;
H A DRenderDeprecatedFlexibleBox.cpp156 Length marginRight = child->style()->marginRight(); local
160 if (marginRight.isFixed())
161 margin += marginRight.value();
504 xPos += child->width() + child->marginRight();
729 childX += contentWidth() - child->marginRight() - child->width();
735 childX += contentWidth() - child->marginRight() - child->width();
H A DRenderFlexibleBox.cpp99 Length marginRight = child->style()->marginEndUsing(parentStyle); local
103 if (marginRight.isFixed())
104 margin += marginRight.value();
159 int marginAscent = direction == HorizontalLine ? marginTop() : marginRight();
209 int marginAscent = direction == HorizontalLine ? marginTop() : marginRight();
576 return isLeftToRightFlow() ? child->marginLeft() : child->marginRight();
583 return isLeftToRightFlow() ? child->marginRight() : child->marginLeft();
597 return child->marginRight();
611 return child->marginRight();
723 if (child->style()->marginRight()
[all...]
H A DRenderInline.cpp707 LayoutUnit RenderInline::marginRight() const function in class:WebCore::RenderInline
709 return computeMargin(this, style()->marginRight());
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dgui_main.cpp202 int marginRight = 0 * factorx; local
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.cpp340 String PrintContext::pageSizeAndMarginsInPixels(Frame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
343 frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft);
346 String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1524 return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed() || !style->marginTop().isFixed() || !style->marginLeft().isFixed() || !style->marginRight().isFixed());
1528 return renderer && renderer->isBox() && (!style || !style->marginRight().isFixed());
2045 Length marginRight = style->marginRight(); local
2046 if (marginRight.isFixed() || !renderer || !renderer->isBox())
2047 return zoomAdjustedPixelValueForLength(marginRight, style.get());
2049 if (marginRight.isPercent() || marginRight.isViewportPercentage())
2050 // RenderBox gives a marginRight() that is the distance between the right-edge of the child box
2052 // value of the specified margin-right % instead of relying on RenderBox's marginRight() valu
[all...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1786 String Internals::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft, ExceptionState& es) const argument
1793 return PrintContext::pageSizeAndMarginsInPixels(frame(), pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp1462 void WebFrameImpl::pageSizeAndMarginsInPixels(int pageIndex, WebSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) argument
1465 frame()->document()->pageSizeAndMarginsInPixels(pageIndex, size, marginTop, marginRight, marginBottom, marginLeft);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1809 void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) argument
1843 marginRight = style->marginRight().isAuto() ? marginRight : intValueForLength(style->marginRight(), width, view);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h656 Length marginRight() const { return surround->margin.right(); } function in class:WebCore::RenderStyle
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 454 milliseconds