Home
last modified time | relevance | path

Searched refs:paddingBottom (Results 1 – 25 of 42) sorted by relevance

12

/external/webkit/WebCore/rendering/
DRenderPartObject.cpp62 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in layout()
201 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in calcHeight()
DInlineFlowBox.h109 int paddingBottom() const { return boxModelObject()->paddingBottom(); } in paddingBottom() function
DRenderApplet.cpp64 height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in createWidgetIfNecessary()
DRenderTextControl.cpp154 return height() - paddingTop() - paddingBottom() - borderTop() - borderBottom(); in textBlockHeight()
427 m_innerText->renderBox()->paddingTop() + m_innerText->renderBox()->paddingBottom() + in calcHeight()
431 setHeight(height() + paddingTop() + paddingBottom() + borderTop() + borderBottom()); in calcHeight()
DRenderBox.cpp515 int bordersPlusPadding = borderTop() + borderBottom() + paddingTop() + paddingBottom(); in calcBorderBoxHeight()
531 height -= (borderTop() + borderBottom() + paddingTop() + paddingBottom()); in calcContentBoxHeight()
1506 … h = Length(overrideSize() - borderTop() - borderBottom() - paddingTop() - paddingBottom(), Fixed); in calcHeight()
1518 borderTop() - paddingTop() - borderBottom() - paddingBottom(), Fixed); in calcHeight()
1543 … heightResult = h.value() + borderTop() + borderBottom() + paddingTop() + paddingBottom(); in calcHeight()
1564 + parentBox()->paddingTop() + parentBox()->paddingBottom(); in calcHeight()
1658 result -= (borderTop() + paddingTop() + borderBottom() + paddingBottom()); in calcPercentageHeight()
1732 + paddingTop() + paddingBottom())); in calcReplacedHeightUsing()
2185 const int bordersPlusPadding = borderTop() + borderBottom() + paddingTop() + paddingBottom(); in calcAbsoluteVertical()
2599 setHeight(calcReplacedHeight() + borderTop() + borderBottom() + paddingTop() + paddingBottom()); in calcAbsoluteVerticalReplaced()
[all …]
DRenderListBox.cpp224 int toAdd = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in calcHeight()
391 … if (offsetY < borderTop() + paddingTop() || offsetY > height() - paddingBottom() - borderBottom()) in listIndexAtOffset()
461 …if (offsetY > height() - paddingBottom() - borderBottom() && scrollToRevealElementAtListIndex(offs… in scrollToward()
DRenderBoxModelObject.h69 virtual int paddingBottom(bool includeIntrinsicPadding = true) const;
DRenderTableCell.h105 virtual int paddingBottom(bool includeIntrinsicPadding = true) const;
DRenderFlexibleBox.cpp335 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox()
648 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox()
1052 …ht() - (child->borderTop() + child->borderBottom() + child->paddingTop() + child->paddingBottom()); in allowedChildFlex()
DInlineBox.cpp105 …>borderTop() + flowObject->paddingTop() + flowObject->borderBottom() + flowObject->paddingBottom(); in height()
DRenderMarquee.cpp137 box->borderTop() + box->paddingBottom(); in computePosition()
DRenderTextControlSingleLine.cpp417 resultsRenderer->paddingTop() + resultsRenderer->paddingBottom() + in adjustControlHeightBasedOnLineHeight()
426 cancelRenderer->paddingTop() + cancelRenderer->paddingBottom() + in adjustControlHeightBasedOnLineHeight()
DRenderWidget.cpp319 int h = height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in updateWidgetPosition()
DRenderBoxModelObject.cpp415 int RenderBoxModelObject::paddingBottom(bool) const in paddingBottom() function in WebCore::RenderBoxModelObject
418 Length padding = style()->paddingBottom(); in paddingBottom()
493 … height = h - borderTop() - borderBottom() - (includePadding ? paddingTop() + paddingBottom() : 0); in paintFillLayerExtended()
714 bottom += paddingBottom(); in calculateBackgroundImageGeometry()
DRenderTableCell.cpp160 int RenderTableCell::paddingBottom(bool includeIntrinsicPadding) const in paddingBottom() function in WebCore::RenderTableCell
162 return RenderBlock::paddingBottom() + (includeIntrinsicPadding ? intrinsicPaddingBottom() : 0); in paddingBottom()
DRenderBlock.cpp588 isTable() || (borderBottom() + paddingBottom() + borderTop() + paddingTop()) != 0 || in isSelfCollapsingBlock()
760 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutBlock()
1281 int bottom = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutBlockChildren()
2755 bottom = max(bottom, borderTop() + paddingTop() + paddingBottom() + relativeOffset); in lowestPosition()
2759 bottom = max(bottom, childBottomEdge + paddingBottom() + relativeOffset); in lowestPosition()
2768 bottom = max(bottom, childBottomEdge + paddingBottom() + relativeOffset); in lowestPosition()
3830 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutColumns()
4760 … return box->lineBottom() + (includeBottom ? (block->borderBottom() + block->paddingBottom()) : 0); in getHeightForLineCount()
4769 … return result + obj->y() + (includeBottom ? (block->borderBottom() + block->paddingBottom()) : 0); in getHeightForLineCount()
DRenderBox.h111 int contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); } in contentHeight()
DRenderSlider.cpp333 borderTop() + paddingTop() + paddingBottom() + borderBottom()); in layout()
DRenderTableSection.cpp385 int adjustedPaddingBottom = cell->paddingBottom() - cell->intrinsicPaddingBottom(); in setCellWidths()
652 cell->borderBottom() - cell->paddingBottom())); in setCellWidths()
DRenderThemeChromiumWin.cpp448 int spacingBottom = borderBottom + box->paddingBottom(); in paintMenuList()
/external/webkit/WebKit/android/nav/
DCachedInput.h51 int paddingBottom() const { return mPaddingBottom; } in paddingBottom() function
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp228 int paddingBottom = originalRect.bottom() - layoutRect.bottom(); in inflateButtonRect() local
230 return originalRect.adjusted(-paddingLeft, -paddingTop, paddingRight, paddingBottom); in inflateButtonRect()
449 int paddingBottom = 0; in setButtonPadding() local
468 style->setPaddingBottom(Length(paddingBottom, Fixed)); in setButtonPadding()
865 (r.height() - style->paddingTop().value() - style->paddingBottom().value()) / 100.0); in WorldMatrixTransformer()
/external/webkit/WebCore/bindings/objc/
DDOMCSS.h218 - (NSString *)paddingBottom;
219 - (void)setPaddingBottom:(NSString *)paddingBottom;
DDOMCSS.mm960 - (NSString *)paddingBottom
965 - (void)setPaddingBottom:(NSString *)paddingBottom
967 [self setProperty:@"padding-bottom" value:paddingBottom priority:@""];
/external/webkit/WebCore/css/
DCSSComputedStyleDeclaration.cpp1053 …return CSSPrimitiveValue::create(toRenderBox(renderer)->paddingBottom(false), CSSPrimitiveValue::C… in getPropertyCSSValue()
1054 return CSSPrimitiveValue::create(style->paddingBottom()); in getPropertyCSSValue()

12