Searched refs:marginBottom (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/ui/login/
H A Dlogin_ui_tools.js20 parseInt(window.getComputedStyle(element).marginBottom);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DRootView.js32 this.element.style.marginBottom = bottom + "px";
/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.h74 static String pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
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/rendering/
H A DRenderScrollbarPart.h52 virtual LayoutUnit marginBottom() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.bottom())); return m_marginBox.bottom(); }
H A DRenderScrollbar.cpp315 int marginBottom = part ? static_cast<int>(part->marginBottom()) : 0; local
317 endLength += marginBottom;
H A DRenderBoxModelObject.h139 virtual LayoutUnit marginBottom() const = 0;
146 LayoutUnit marginHeight() const { return marginTop() + marginBottom(); }
H A DRenderFlexibleBox.cpp541 return isLeftToRightFlow() ? child.marginTop() : child.marginBottom();
548 return isLeftToRightFlow() ? child.marginBottom() : child.marginTop();
557 return child.marginBottom();
699 if (child->style()->marginBottom().isAuto())
723 if (child.style()->marginBottom().isAuto())
731 return child.style()->marginTop().isAuto() || child.style()->marginBottom().isAuto();
756 Length bottomOrRight = isHorizontal ? child.style()->marginBottom() : child.style()->marginRight();
836 child->setMarginBottom(computeChildMarginValue(child->style()->marginBottom()));
1047 if (child.style()->marginBottom().isAuto())
H A DRenderDeprecatedFlexibleBox.cpp378 ascent = child->height() + child->marginBottom();
454 ascent = child->height() + child->marginBottom();
460 childY += contentHeight() - child->marginBottom() - child->height();
706 setHeight(height() + child->height() + child->marginBottom());
H A DRenderInline.h54 virtual LayoutUnit marginBottom() const OVERRIDE FINAL;
H A DRenderScrollbarPart.cpp126 m_marginBox.setBottom(minimumValueForLength(style()->marginBottom(), visibleSize));
H A DInlineFlowBox.h138 return isHorizontal() ? boxModelObject()->marginRight() : boxModelObject()->marginBottom();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dpdf_processor.js81 pageDiv.style.marginBottom = '20pt';
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth_device_list.js242 * @return {{height: number, marginTop: number, marginBottom: number,
251 marginBottom: 0,
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dpreview_generator.js317 Math.round(event.pageLayout.marginBottom),
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp162 return a.marginBottom() == b.marginBottom();
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dgrid.js100 var height = size.height + Math.min(size.marginTop, size.marginBottom);
H A Dlist.js56 * @type {?{height: number, marginTop: number, marginBottom: number,
400 * @return {{height: number, marginTop: number, marginBottom: number,
409 return {height: 0, marginTop: 0, marginBottom: 0,
422 var mb = parseFloat(cs.marginBottom);
453 marginTop: mt, marginBottom: mb,
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSliderThumbElement.cpp140 position = offset.y() - renderBox()->height() / 2 - trackBoundingBox.y() + inputBoundingBox.y() - renderBox()->marginBottom();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMarqueeElement.js168 this.style.marginBottom = margin;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h142 int& marginBottom,
H A DWebLocalFrameImpl.h191 int& marginBottom,
H A DWebRemoteFrameImpl.cpp699 int& marginBottom,
694 pageSizeAndMarginsInPixels( int pageIndex, WebSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h513 // pixels per inch. pageSize, marginTop, marginRight, marginBottom,
520 int& marginBottom,

Completed in 8411 milliseconds

123