/external/webkit/WebCore/rendering/ |
D | RenderWidget.cpp | 265 … 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()
|
D | RenderPartObject.cpp | 62 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in layout() 201 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in calcHeight()
|
D | RenderListBox.cpp | 224 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()
|
D | InlineFlowBox.h | 108 int paddingTop() const { return boxModelObject()->paddingTop(); } in paddingTop() function
|
D | RenderFlexibleBox.cpp | 336 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()
|
D | RenderApplet.cpp | 64 height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in createWidgetIfNecessary()
|
D | RenderTextControl.cpp | 154 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()
|
D | RenderBox.cpp | 515 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 …]
|
D | RenderFileUploadControl.cpp | 215 … + buttonRenderer->marginTop() + buttonRenderer->borderTop() + buttonRenderer->paddingTop() in paintObject() 225 int iconY = ty + borderTop() + paddingTop() + (contentHeight() - iconHeight) / 2; in paintObject()
|
D | RenderTableSection.cpp | 384 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()
|
D | RenderBoxModelObject.h | 68 virtual int paddingTop(bool includeIntrinsicPadding = true) const;
|
D | RenderTableCell.h | 104 virtual int paddingTop(bool includeIntrinsicPadding = true) const;
|
D | RenderBox.h | 69 …t() const { return IntRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(… in contentBoxRect() 111 int contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); } in contentHeight()
|
D | RenderMenuList.cpp | 228 ty + borderTop() + paddingTop(), in controlClipRect() 233 ty + m_innerBlock->y() + m_innerBlock->paddingTop(), in controlClipRect()
|
D | RenderTableCell.cpp | 155 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()
|
D | RenderBoxModelObject.cpp | 406 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()
|
D | InlineBox.cpp | 105 …result += flowObject->borderTop() + flowObject->paddingTop() + flowObject->borderBottom() + flowOb… in height()
|
D | RenderSVGRoot.cpp | 210 return IntSize(borderLeft() + paddingLeft(), borderTop() + paddingTop()); in borderOriginToContentBox()
|
D | RenderTextControlSingleLine.cpp | 417 resultsRenderer->paddingTop() + resultsRenderer->paddingBottom() + in adjustControlHeightBasedOnLineHeight() 426 cancelRenderer->paddingTop() + cancelRenderer->paddingBottom() + in adjustControlHeightBasedOnLineHeight()
|
D | RenderFieldset.cpp | 100 setHeight(max(b, h) + paddingTop()); in layoutLegend()
|
D | RenderBlock.cpp | 588 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/ |
D | RenderThemeQt.cpp | 227 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/ |
D | CachedInput.h | 54 int paddingTop() const { return mPaddingTop; } in paddingTop() function
|
/external/webkit/WebCore/bindings/objc/ |
D | DOMCSS.h | 214 - (NSString *)paddingTop; 215 - (void)setPaddingTop:(NSString *)paddingTop;
|
/external/webkit/WebCore/page/ |
D | FrameView.cpp | 317 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()
|