Searched defs:marginBottom (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbar.cpp315 int marginBottom = part ? static_cast<int>(part->marginBottom()) : 0; local
317 endLength += marginBottom;
H A DRenderInline.cpp746 LayoutUnit RenderInline::marginBottom() const function in class:blink::RenderInline
748 return computeMargin(this, style()->marginBottom());
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dgui_main.cpp204 int marginBottom = 7 * factory; local
224 height - rcButtonOptions.bottom + rcButtonOptions.top - marginBottom,
231 height - rcClear.bottom + rcClear.top - marginBottom,
238 height - rcCheckMute.bottom + rcCheckMute.top - marginBottom,
245 height - rcCheckOntop.bottom + rcCheckOntop.top - marginBottom,
251 height - rcButtonOptions.bottom + rcButtonOptions.top - marginBottom - marginTop - spaceVer,
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.cpp321 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());
1506 return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed());
2051 Length marginBottom = style->marginBottom(); local
2052 if (marginBottom.isFixed() || !renderer || !renderer->isBox())
2053 return zoomAdjustedPixelValueForLength(marginBottom, *style);
2054 return zoomAdjustedPixelValue(toRenderBox(renderer)->marginBottom(), *style);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp699 int& marginBottom,
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
2046 marginBottom = style->marginBottom().isAuto() ? marginBottom : intValueForLength(style->marginBottom(), width);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h687 const Length& marginBottom() const { return surround->margin.bottom(); } 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 292 milliseconds