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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h119 LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0); } function in class:blink::RenderText
H A DRenderScrollbar.cpp306 int marginLeft = part ? static_cast<int>(part->marginLeft()) : 0; local
308 startLength += marginLeft;
333 rect.setX(rect.x() + partRenderer->marginLeft());
H A DRenderDeprecatedFlexibleBox.cpp147 Length marginLeft = child->style()->marginLeft(); local
150 if (marginLeft.isFixed())
151 margin += marginLeft.value();
445 xPos += child->marginLeft();
688 childX += child->marginLeft() + std::max<LayoutUnit>(0, (contentWidth() - (child->width() + child->marginWidth())) / 2);
692 childX += child->marginLeft();
698 childX += child->marginLeft();
H A DRenderInline.cpp596 yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, (currBox->width() + currBox->marginWidth()).toFloat(), logicalHeight));
731 LayoutUnit RenderInline::marginLeft() const function in class:blink::RenderInline
733 return computeMargin(this, style()->marginLeft());
H A DRenderBlock.cpp1658 Length marginLeft = child->style()->marginStartUsing(style()); local
1661 if (marginLeft.isFixed())
1662 margin += marginLeft.value();
/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.cpp300 if (style->marginLeft().isAuto())
302 return String::number(style->marginLeft().value());
321 String PrintContext::pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
324 frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft);
327 String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1498 return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed() || !style->marginTop().isFixed() || !style->marginLeft().isFixed() || !style->marginRight().isFixed());
1500 return renderer && renderer->isBox() && (!style || !style->marginLeft().isFixed());
2057 Length marginLeft = style->marginLeft(); local
2058 if (marginLeft.isFixed() || !renderer || !renderer->isBox())
2059 return zoomAdjustedPixelValueForLength(marginLeft, *style);
2060 return zoomAdjustedPixelValue(toRenderBox(renderer)->marginLeft(), *style);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp700 int& marginLeft)
694 pageSizeAndMarginsInPixels( int pageIndex, WebSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) argument
H A DWebLocalFrameImpl.cpp1334 void WebLocalFrameImpl::pageSizeAndMarginsInPixels(int pageIndex, WebSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) argument
1337 frame()->document()->pageSizeAndMarginsInPixels(pageIndex, size, marginTop, marginRight, marginBottom, marginLeft);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1702 String Internals::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft, ExceptionState& exceptionState) const argument
1709 return PrintContext::pageSizeAndMarginsInPixels(frame(), pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2012 void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) argument
2047 marginLeft = style->marginLeft().isAuto() ? marginLeft : intValueForLength(style->marginLeft(), width);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h688 const Length& marginLeft() const { return surround->margin.left(); } function in class:blink::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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2251 milliseconds