Searched refs:marginLeft (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/ui/file_manager/gallery/js/
H A Dribbon.js151 newThumbnail.style.marginLeft = -(this.clientHeight - 2) + 'px';
154 newThumbnail.style.marginLeft = '0';
211 box.style.marginLeft = '0';
225 startBox.style.marginLeft = -margin + 'px';
231 startBox.style.marginLeft = '0';
237 startBox.style.marginLeft = '0';
243 startBox.style.marginLeft = -margin + 'px';
/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.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/ui/webui/resources/js/cr/ui/
H A Dexpandable_bubble.js149 this.style.marginLeft = (width - expandedWidth) + 'px';
156 this.style.marginLeft = '0';
H A Dgrid.js99 var width = size.width + Math.min(size.marginLeft, size.marginRight);
H A Dtable.js259 this.header_.style.marginLeft = -this.list_.scrollLeft + 'px';
H A Dlist.js57 * width: number, marginLeft: number, marginRight: number}}
401 * width: number, marginLeft: number, marginRight: number}}
410 width: 0, marginLeft: 0, marginRight: 0};
423 var ml = parseFloat(cs.marginLeft);
455 marginLeft: ml, marginRight: mr};
/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/rendering/
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 DRenderScrollbarPart.h53 virtual LayoutUnit marginLeft() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.left())); return m_marginBox.left(); }
H A DRenderBoxModelObject.h140 virtual LayoutUnit marginLeft() const = 0;
147 LayoutUnit marginWidth() const { return marginLeft() + marginRight(); }
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 DRenderFieldset.cpp53 Length legendMarginLeft = legend->style()->marginLeft();
54 Length legendMarginRight = legend->style()->marginLeft();
H A DRenderText.h119 LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0); } function in class:blink::RenderText
H A DRenderFlexibleBox.cpp540 return isLeftToRightFlow() ? child.marginLeft() : child.marginRight();
547 return isLeftToRightFlow() ? child.marginRight() : child.marginLeft();
559 return child.marginLeft();
692 if (child->style()->marginLeft().isAuto())
716 if (child.style()->marginLeft().isAuto())
732 return child.style()->marginLeft().isAuto() || child.style()->marginRight().isAuto();
755 Length topOrLeft = isHorizontal ? child.style()->marginTop() : child.style()->marginLeft();
832 child->setMarginLeft(computeChildMarginValue(child->style()->marginLeft()));
1050 if (child.style()->marginLeft().isAuto())
H A DRenderInline.h51 virtual LayoutUnit marginLeft() const OVERRIDE FINAL;
H A DRenderScrollbarPart.cpp108 m_marginBox.setLeft(minimumValueForLength(style()->marginLeft(), visibleSize));
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth_device_list.js243 * width: number, marginLeft: number, marginRight: number}}
253 marginLeft: 0,
/external/chromium_org/remoting/webapp/
H A Dclient_session.js1313 style.marginLeft = adjustMargin(style.marginLeft, dx, clientArea.width,
1325 this.container_.style.marginLeft = '0px';
1478 this.mouseCursorOverlay_.style.marginLeft = '-' + hotspotX + 'px';
1491 left: parseFloat(style.marginLeft)
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dpreview_generator.js318 Math.round(event.pageLayout.marginLeft));
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp164 return a.marginLeft() == b.marginLeft();
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js78 content.css({marginLeft:parseInt(navWidth) + 6 + "px"}); //account for 6px-wide handle-bar
288 content.css({marginLeft:parseInt(sidenavWidth) + 6 + "px"}); //account for 6px-wide handle-bar
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSliderThumbElement.cpp145 position -= isLeftToRightDirection ? renderBox()->marginLeft() : renderBox()->marginRight();
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_grid.js297 right, itemMetrics.width, itemMetrics.marginLeft));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMarqueeElement.js162 this.style.marginLeft = margin;

Completed in 1059 milliseconds

123