Home
last modified time | relevance | path

Searched refs:borderAndPaddingWidth (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSlider.cpp82 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths()
DRenderFieldset.cpp59 …nPreferredLogicalWidth = max(m_minPreferredLogicalWidth, legendMinWidth + borderAndPaddingWidth()); in computePreferredLogicalWidths()
DRenderFileUploadControl.cpp193 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths()
DRenderTextControlSingleLine.cpp186 …>style()->setWidth(Length(innerTextSize.width() - placeholderBox->borderAndPaddingWidth(), Fixed)); in layout()
DRenderBoxModelObject.h129 …LayoutUnit borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + p… in borderAndPaddingWidth() function
DRenderMenuList.cpp306 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths()
DRenderListBox.cpp229 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths()
DRenderLayerScrollableArea.cpp1283 …t baseWidth = m_box->width() - (isBoxSizingBorder ? LayoutUnit() : m_box->borderAndPaddingWidth()); in resize()
DRenderFlexibleBox.cpp628 return isHorizontalFlow() ? child->borderAndPaddingWidth() : child->borderAndPaddingHeight(); in mainAxisBorderAndPaddingExtentForChild()
DRenderInline.cpp254 LayoutRect caretRect = localCaretRectForEmptyElement(borderAndPaddingWidth(), 0); in localCaretRect()
DRenderBox.cpp4315 LayoutUnit right = contentWidth() + borderAndPaddingWidth(); in positionForPoint()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAppletElement.cpp121 renderer->width() - renderer->borderAndPaddingWidth(); in updateWidgetInternal()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp391 m_repaintBoundingBox.inflate(borderAndPaddingWidth()); in updateCachedBoundaries()