Searched refs:marginTop (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/ui/login/
H A Dlogin_ui_tools.js19 parseInt(window.getComputedStyle(element).marginTop) -
/external/chromium_org/chrome/browser/resources/
H A Dsupervised_user_block_interstitial.js55 $('request-sent-message').style.marginTop = '40px';
/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/chrome/browser/resources/extensions/
H A Dextensions.js325 var marginTop = 0;
334 marginTop += 45;
340 pageDiv.style.marginTop = marginTop + 'px';
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderButton.cpp104 return marginTop() + borderTop() + paddingTop() + contentHeight();
H A DRenderScrollbar.cpp314 int marginTop = part ? static_cast<int>(part->marginTop()) : 0; local
316 startLength += marginTop;
336 rect.setY(rect.y() + partRenderer->marginTop());
H A DRenderScrollbarPart.h51 virtual LayoutUnit marginTop() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.top())); return m_marginBox.top(); }
H A DRenderSlider.cpp53 return height() + marginTop();
H A DRenderBoxModelObject.h138 virtual LayoutUnit marginTop() const = 0;
146 LayoutUnit marginHeight() const { return marginTop() + marginBottom(); }
H A DRenderFlexibleBox.cpp192 int marginAscent = direction == HorizontalLine ? marginTop() : marginRight();
541 return isLeftToRightFlow() ? child.marginTop() : child.marginBottom();
548 return isLeftToRightFlow() ? child.marginBottom() : child.marginTop();
555 return child.marginTop();
564 return marginTop();
697 if (child->style()->marginTop().isAuto())
721 if (child.style()->marginTop().isAuto())
731 return child.style()->marginTop().isAuto() || child.style()->marginBottom().isAuto();
755 Length topOrLeft = isHorizontal ? child.style()->marginTop() : child.style()->marginLeft();
835 child->setMarginTop(computeChildMarginValue(child->style()->marginTop()));
[all...]
H A DRenderDeprecatedFlexibleBox.cpp379 ascent += child->marginTop();
449 childY += child->marginTop() + std::max<LayoutUnit>(0, (contentHeight() - (child->height() + child->marginHeight())) / 2);
455 ascent += child->marginTop();
456 childY += child->marginTop() + (maxAscent - ascent);
463 childY += child->marginTop();
674 // Add in the child's marginTop to our height.
675 setHeight(height() + child->marginTop());
H A DRenderInline.h53 virtual LayoutUnit marginTop() const OVERRIDE FINAL;
H A DRenderScrollbarPart.cpp125 m_marginBox.setTop(minimumValueForLength(style()->marginTop(), visibleSize));
H A DRenderBlockFlow.h202 return child->y() + child->renderer()->marginTop();
314 , rect(LayoutRect(f->x() - f->marginLeft(), f->y() - f->marginTop(), f->width() + f->marginWidth(), f->height() + f->marginHeight()))
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dpdf_processor.js80 pageDiv.style.marginTop = '20pt';
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth_device_list.js242 * @return {{height: number, marginTop: number, marginBottom: number,
250 marginTop: 0,
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dgui_main.cpp203 int marginTop = 0 * factory; local
251 height - rcButtonOptions.bottom + rcButtonOptions.top - marginBottom - marginTop - spaceVer,
/external/chromium_org/remoting/webapp/
H A Dclient_session.js1317 style.marginTop = adjustMargin(
1318 style.marginTop, dy, clientArea.height,
1324 this.container_.style.marginTop = '0px';
1479 this.mouseCursorOverlay_.style.marginTop = '-' + hotspotY + 'px';
1490 top: parseFloat(style.marginTop),
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dpreview_generator.js315 Math.round(event.pageLayout.marginTop),
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp168 return a.marginTop() == b.marginTop();
/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,
421 var mt = parseFloat(cs.marginTop);
453 marginTop: mt, marginBottom: mb,
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_grid.js301 bottom, itemMetrics.height, itemMetrics.marginTop);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMarqueeElement.js167 this.style.marginTop = margin;

Completed in 1809 milliseconds

123