Home
last modified time | relevance | path

Searched refs:paddingTop (Results 1 – 25 of 53) sorted by relevance

123

/external/webkit/WebCore/rendering/
DRenderWidget.cpp265 … IntPoint paintLocation(tx + borderLeft() + paddingLeft(), ty + borderTop() + paddingTop()); in paint()
316 absPos.move(borderLeft() + paddingLeft(), borderTop() + paddingTop()); in updateWidgetPosition()
319 int h = height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in updateWidgetPosition()
DRenderPartObject.cpp62 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in layout()
201 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in calcHeight()
DRenderListBox.cpp224 int toAdd = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in calcHeight()
249 ty + borderTop() + paddingTop() + itemHeight() * (index - m_indexOffset), in itemBoundingBoxRect()
391 … if (offsetY < borderTop() + paddingTop() || offsetY > height() - paddingBottom() - borderBottom()) in listIndexAtOffset()
398 int newOffset = (offsetY - borderTop() - paddingTop()) / itemHeight() + m_indexOffset; in listIndexAtOffset()
458 if (offsetY < borderTop() + paddingTop() && scrollToRevealElementAtListIndex(offset - 1)) in scrollToward()
DInlineFlowBox.h108 int paddingTop() const { return boxModelObject()->paddingTop(); } in paddingTop() function
DRenderFlexibleBox.cpp336 int yPos = borderTop() + paddingTop(); in layoutHorizontalBox()
645 int yPos = borderTop() + paddingTop(); in layoutVerticalBox()
774 setHeight(borderTop() + paddingTop()); in layoutVerticalBox()
857 remainingSpace = borderTop() + paddingTop() + contentHeight() - yPos; in layoutVerticalBox()
1052 …verrideHeight() - (child->borderTop() + child->borderBottom() + child->paddingTop() + child->paddi… in allowedChildFlex()
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 …]
DRenderFileUploadControl.cpp215 … + buttonRenderer->marginTop() + buttonRenderer->borderTop() + buttonRenderer->paddingTop() in paintObject()
225 int iconY = ty + borderTop() + paddingTop() + (contentHeight() - iconHeight) / 2; in paintObject()
DRenderTableSection.cpp384 int adjustedPaddingTop = cell->paddingTop() - cell->intrinsicPaddingTop(); in setCellWidths()
403 if (b > cell->borderTop() + cell->paddingTop()) { in setCellWidths()
651 rHeight - cell->borderTop() - cell->paddingTop() - in setCellWidths()
659 if (b > cell->borderTop() + cell->paddingTop()) in setCellWidths()
676 if (b > cell->borderTop() + cell->paddingTop()) in setCellWidths()
1021 …firstLineBaseline = max(firstLineBaseline, cell->y() + cell->paddingTop() + cell->borderTop() + ce… in setCellWidths()
DRenderBoxModelObject.h68 virtual int paddingTop(bool includeIntrinsicPadding = true) const;
DRenderTableCell.h104 virtual int paddingTop(bool includeIntrinsicPadding = true) const;
DRenderBox.h69 …t() const { return IntRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(… in contentBoxRect()
111 int contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); } in contentHeight()
DRenderMenuList.cpp228 ty + borderTop() + paddingTop(), in controlClipRect()
233 ty + m_innerBlock->y() + m_innerBlock->paddingTop(), in controlClipRect()
DRenderTableCell.cpp155 int RenderTableCell::paddingTop(bool includeIntrinsicPadding) const in paddingTop() function in WebCore::RenderTableCell
157 return RenderBlock::paddingTop() + (includeIntrinsicPadding ? intrinsicPaddingTop() : 0); in paddingTop()
256 return paddingTop() + borderTop() + contentHeight(); in baselinePosition()
DRenderBoxModelObject.cpp406 int RenderBoxModelObject::paddingTop(bool) const in paddingTop() function in WebCore::RenderBoxModelObject
409 Length padding = style()->paddingTop(); in paddingTop()
491 int y = ty + borderTop() + (includePadding ? paddingTop() : 0); in paintFillLayerExtended()
493 …int height = h - borderTop() - borderBottom() - (includePadding ? paddingTop() + paddingBottom() :… in paintFillLayerExtended()
713 top += paddingTop(); in calculateBackgroundImageGeometry()
DInlineBox.cpp105 …result += flowObject->borderTop() + flowObject->paddingTop() + flowObject->borderBottom() + flowOb… in height()
DRenderSVGRoot.cpp210 return IntSize(borderLeft() + paddingLeft(), borderTop() + paddingTop()); in borderOriginToContentBox()
DRenderTextControlSingleLine.cpp417 resultsRenderer->paddingTop() + resultsRenderer->paddingBottom() + in adjustControlHeightBasedOnLineHeight()
426 cancelRenderer->paddingTop() + cancelRenderer->paddingBottom() + in adjustControlHeightBasedOnLineHeight()
DRenderFieldset.cpp100 setHeight(max(b, h) + paddingTop()); in layoutLegend()
DRenderBlock.cpp588 isTable() || (borderBottom() + paddingBottom() + borderTop() + paddingTop()) != 0 || in isSelfCollapsingBlock()
1280 int top = borderTop() + paddingTop(); in layoutBlockChildren()
1605 int ruleTop = ty + borderTop() + paddingTop(); in paintColumnRules()
2755 bottom = max(bottom, borderTop() + paddingTop() + paddingBottom() + relativeOffset); in lowestPosition()
3755 int top = borderTop() + paddingTop(); in layoutColumns()
3759 int maxColBottom = borderTop() + paddingTop(); in layoutColumns()
4490 if (baselinePos != -1 && baselinePos <= borderTop() + paddingTop() + contentHeight()) in baselinePosition()
4528 return RenderBox::baselinePosition(true, true) + borderTop() + paddingTop(); in lastLineBoxBaseline()
4544 return RenderBox::baselinePosition(true, true) + borderTop() + paddingTop(); in lastLineBoxBaseline()
5068 int y = paddingTop() + borderTop(); in localCaretRect()
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp227 int paddingTop = layoutRect.top() - originalRect.top(); in inflateButtonRect() local
230 return originalRect.adjusted(-paddingLeft, -paddingTop, paddingRight, paddingBottom); in inflateButtonRect()
448 int paddingTop = 1; in setButtonPadding() local
459 paddingTop = contentsRect.top() - layoutRect.top(); in setButtonPadding()
467 style->setPaddingTop(Length(paddingTop, Fixed)); in setButtonPadding()
863 … m_painter->translate(r.x() + style->paddingLeft().value(), r.y() + style->paddingTop().value()); in WorldMatrixTransformer()
865 (r.height() - style->paddingTop().value() - style->paddingBottom().value()) / 100.0); in WorldMatrixTransformer()
/external/webkit/WebKit/android/nav/
DCachedInput.h54 int paddingTop() const { return mPaddingTop; } in paddingTop() function
/external/webkit/WebCore/bindings/objc/
DDOMCSS.h214 - (NSString *)paddingTop;
215 - (void)setPaddingTop:(NSString *)paddingTop;
/external/webkit/WebCore/page/
DFrameView.cpp317 renderer->borderTop() + renderer->paddingTop()); in invalidateRect()
1955 renderer->borderTop() + renderer->paddingTop()); in convertToContainingView()
1979 -renderer->borderTop() - renderer->paddingTop()); in convertFromContainingView()
2004 renderer->borderTop() + renderer->paddingTop()); in convertToContainingView()
2028 -renderer->borderTop() - renderer->paddingTop()); in convertFromContainingView()

123