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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h113 LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0, view()); } function in class:WebCore::RenderText
H A DRenderScrollbar.cpp314 int marginLeft = part ? static_cast<int>(part->marginLeft()) : 0; local
316 startLength += marginLeft;
341 rect.setX(rect.x() + partRenderer->marginLeft());
H A DRenderDeprecatedFlexibleBox.cpp155 Length marginLeft = child->style()->marginLeft(); local
158 if (marginLeft.isFixed())
159 margin += marginLeft.value();
480 xPos += child->marginLeft();
723 childX += child->marginLeft() + max<LayoutUnit>(0, (contentWidth() - (child->width() + child->marginWidth())) / 2);
727 childX += child->marginLeft();
733 childX += child->marginLeft();
H A DRenderFlexibleBox.cpp98 Length marginLeft = child->style()->marginStartUsing(parentStyle); local
101 if (marginLeft.isFixed())
102 margin += marginLeft.value();
576 return isLeftToRightFlow() ? child->marginLeft() : child->marginRight();
583 return isLeftToRightFlow() ? child->marginRight() : child->marginLeft();
595 return child->marginLeft();
613 return child->marginLeft();
721 if (child->style()->marginLeft().isAuto())
745 if (child->style()->marginLeft().isAuto())
761 return child->style()->marginLeft()
[all...]
H A DRenderInline.cpp565 yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, currBox->width() + currBox->marginWidth(), logicalHeight));
702 LayoutUnit RenderInline::marginLeft() const function in class:WebCore::RenderInline
704 return computeMargin(this, style()->marginLeft());
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dgui_main.cpp201 int marginLeft = 7 * factorx; local
223 width - marginLeft - rcButtonOptions.right + rcButtonOptions.left,
230 width - marginLeft - rcClear.right + rcClear.left - rcButtonOptions.right + rcButtonOptions.left - spaceHor,
237 marginLeft,
244 marginLeft + rcCheckMute.right - rcCheckMute.left + spaceHor,
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.cpp319 if (style->marginLeft().isAuto())
321 return String::number(style->marginLeft().value());
340 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());
1526 return renderer && renderer->isBox() && (!style || !style->marginLeft().isFixed());
2065 Length marginLeft = style->marginLeft(); local
2066 if (marginLeft.isFixed() || !renderer || !renderer->isBox())
2067 return zoomAdjustedPixelValueForLength(marginLeft, style.get());
2068 return zoomAdjustedPixelValue(toRenderBox(renderer)->marginLeft(), style.get());
/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
1845 marginLeft = style->marginLeft().isAuto() ? marginLeft : intValueForLength(style->marginLeft(), width, view);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h655 Length marginLeft() const { return surround->margin.left(); } 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 436 milliseconds