Home
last modified time | relevance | path

Searched refs:marginHeight (Results 1 – 15 of 15) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DGridLayoutFactory.java80 m_layout.marginHeight = margins; in marginsV()
88 m_layout.marginWidth = m_layout.marginHeight = margins; in margins()
96 m_layout.marginWidth = m_layout.marginHeight = 0; in noMargins()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBodyElement.cpp173 int marginHeight = ownerFrameElement.marginHeight(); in didNotifySubtreeInsertionsToDocument() local
176 if (marginHeight != -1) in didNotifySubtreeInsertionsToDocument()
177 setIntegralAttribute(marginheightAttr, marginHeight); in didNotifySubtreeInsertionsToDocument()
DHTMLFrameElementBase.h37 int marginHeight() const { return m_marginHeight; } in marginHeight() function
DHTMLFrameElement.idl25 [Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
DHTMLIFrameElement.idl27 [Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeOutsideInfo.cpp56 newReferenceBoxLogicalSize.expand(m_renderer.marginWidth(), m_renderer.marginHeight()); in setReferenceBoxLogicalSize()
58 newReferenceBoxLogicalSize.expand(m_renderer.marginHeight(), m_renderer.marginWidth()); in setReferenceBoxLogicalSize()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h146 LayoutUnit marginHeight() const { return marginTop() + marginBottom(); } in marginHeight() function
DRenderTextControl.cpp133 …tUnit nonContentHeight = innerEditorBox->borderAndPaddingHeight() + innerEditorBox->marginHeight(); in computeLogicalHeight()
DRenderDeprecatedFlexibleBox.cpp380 LayoutUnit descent = (child->height() + child->marginHeight()) - ascent; in layoutHorizontalBox()
391 setHeight(std::max(height(), yPos + child->height() + child->marginHeight())); in layoutHorizontalBox()
449 …Top() + std::max<LayoutUnit>(0, (contentHeight() - (child->height() + child->marginHeight())) / 2); in layoutHorizontalBox()
DRenderScrollbar.cpp337 rect.setHeight(rect.height() - partRenderer->marginHeight()); in trackPieceRectWithMargins()
DRenderBlockFlow.h314 …inLeft(), f->y() - f->marginTop(), f->width() + f->marginWidth(), f->height() + f->marginHeight())) in FloatWithRect()
DRenderFlexibleBox.cpp569 return isHorizontalFlow() ? child.marginHeight() : child.marginWidth(); in crossAxisMarginExtentForChild()
880 + (isHorizontalFlow() ? child->marginWidth() : child->marginHeight()); in computeNextFlexLine()
DRenderInline.cpp598 …) - currBox->marginTop(), logicalHeight, (currBox->height() + currBox->marginHeight()).toFloat())); in generateCulledLineBoxRects()
DRenderBlockLineLayout.cpp1617 …ingBox->width() + floatingBox->marginWidth(), floatingBox->height() + floatingBox->marginHeight()); in checkFloatsInCleanLine()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp278 … borderBox.width() + renderBox->marginWidth(), borderBox.height() + renderBox->marginHeight()); in buildNodeQuads()