Searched refs:marginHeight (Results 1 – 15 of 15) sorted by relevance
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | GridLayoutFactory.java | 80 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/ |
D | HTMLBodyElement.cpp | 173 int marginHeight = ownerFrameElement.marginHeight(); in didNotifySubtreeInsertionsToDocument() local 176 if (marginHeight != -1) in didNotifySubtreeInsertionsToDocument() 177 setIntegralAttribute(marginheightAttr, marginHeight); in didNotifySubtreeInsertionsToDocument()
|
D | HTMLFrameElementBase.h | 37 int marginHeight() const { return m_marginHeight; } in marginHeight() function
|
D | HTMLFrameElement.idl | 25 [Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
|
D | HTMLIFrameElement.idl | 27 [Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | ShapeOutsideInfo.cpp | 56 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/ |
D | RenderBoxModelObject.h | 146 LayoutUnit marginHeight() const { return marginTop() + marginBottom(); } in marginHeight() function
|
D | RenderTextControl.cpp | 133 …tUnit nonContentHeight = innerEditorBox->borderAndPaddingHeight() + innerEditorBox->marginHeight(); in computeLogicalHeight()
|
D | RenderDeprecatedFlexibleBox.cpp | 380 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()
|
D | RenderScrollbar.cpp | 337 rect.setHeight(rect.height() - partRenderer->marginHeight()); in trackPieceRectWithMargins()
|
D | RenderBlockFlow.h | 314 …inLeft(), f->y() - f->marginTop(), f->width() + f->marginWidth(), f->height() + f->marginHeight())) in FloatWithRect()
|
D | RenderFlexibleBox.cpp | 569 return isHorizontalFlow() ? child.marginHeight() : child.marginWidth(); in crossAxisMarginExtentForChild() 880 + (isHorizontalFlow() ? child->marginWidth() : child->marginHeight()); in computeNextFlexLine()
|
D | RenderInline.cpp | 598 …) - currBox->marginTop(), logicalHeight, (currBox->height() + currBox->marginHeight()).toFloat())); in generateCulledLineBoxRects()
|
D | RenderBlockLineLayout.cpp | 1617 …ingBox->width() + floatingBox->marginWidth(), floatingBox->height() + floatingBox->marginHeight()); in checkFloatsInCleanLine()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 278 … borderBox.width() + renderBox->marginWidth(), borderBox.height() + renderBox->marginHeight()); in buildNodeQuads()
|