Home
last modified time | relevance | path

Searched refs:borderBottomWidth (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.cpp64 || oldStyle->borderBottomWidth() != newStyle->borderBottomWidth(); in borderWidthChanged()
DRenderScrollbarPart.cpp123 …enderer()->style()->borderTopWidth() - m_scrollbar->owningRenderer()->style()->borderBottomWidth(); in computeScrollbarHeight()
DInlineFlowBox.h149 …FirstLineStyle())->borderRightWidth() : renderer()->style(isFirstLineStyle())->borderBottomWidth(); in borderLogicalRight()
DRenderBoxModelObject.h116 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom()
DRenderTheme.cpp134 …orderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->bo… in adjustStyle()
148 if (borderBox.bottom().value() != static_cast<int>(style->borderBottomWidth())) { in adjustStyle()
DRenderLayerScrollableArea.cpp248 bounds.maxY() - verticalThickness - style->borderBottomWidth(), in cornerRect()
DRenderBoxModelObject.cpp1196 …mputeBorderImageSide(ninePieceImage.borderSlices().bottom(), style->borderBottomWidth(), bottomSli… in paintNinePieceImage()
2368 edges[BSBottom] = BorderEdge(style->borderBottomWidth(), in getBorderEdgeInfo()
DRenderBlock.cpp290 || oldStyle->borderBottomWidth() != newStyle->borderBottomWidth() in borderOrPaddingLogicalWidthChanged()
DRenderThemeChromiumMac.mm1220 … r.height() - o->style()->borderTopWidth() - o->style()->borderBottomWidth());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderData.h84 unsigned borderBottomWidth() const in borderBottomWidth() function
DRenderStyle.cpp558 || borderBottomWidth() != other->borderBottomWidth() in diff()
988 int bottomWidth = (horizontal || includeLogicalRightEdge) ? borderBottomWidth() : 0; in getRoundedInnerBorderFor()
1488 return borderBottomWidth(); in borderBeforeWidth()
1502 return borderBottomWidth(); in borderAfterWidth()
1511 return borderBottomWidth(); in borderAfterWidth()
1518 return isLeftToRightDirection() ? borderTopWidth() : borderBottomWidth(); in borderStartWidth()
1525 return isLeftToRightDirection() ? borderBottomWidth() : borderTopWidth(); in borderEndWidth()
1579 … NinePieceImage::computeOutset(image.outset().bottom(), borderBottomWidth()), in imageOutsets()
DRenderStyle.h506 unsigned borderBottomWidth() const { return surround->border.borderBottomWidth(); } in borderBottomWidth() function
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp271 return createFromDouble(style.borderBottomWidth()); in create()
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp528 …() - node->renderer()->style()->borderTopWidth() - node->renderer()->style()->borderBottomWidth()); in nodeRectInAbsoluteCoordinates()
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
Dpopup.js574 document.getElementById('head').style.borderBottomWidth =
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp948 …opertyWrapper<unsigned>(CSSPropertyBorderBottomWidth, &RenderStyle::borderBottomWidth, &RenderStyl… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1872 return zoomAdjustedPixelValue(style->borderBottomWidth(), *style); in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js5952 h: bt + (s.borderBottomStyle!=ne ? px(n, s.borderBottomWidth) : 0)