Searched refs:borderBottomWidth (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableRow.cpp | 64 || oldStyle->borderBottomWidth() != newStyle->borderBottomWidth(); in borderWidthChanged()
|
D | RenderScrollbarPart.cpp | 123 …enderer()->style()->borderTopWidth() - m_scrollbar->owningRenderer()->style()->borderBottomWidth(); in computeScrollbarHeight()
|
D | InlineFlowBox.h | 149 …FirstLineStyle())->borderRightWidth() : renderer()->style(isFirstLineStyle())->borderBottomWidth(); in borderLogicalRight()
|
D | RenderBoxModelObject.h | 116 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom()
|
D | RenderTheme.cpp | 134 …orderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->bo… in adjustStyle() 148 if (borderBox.bottom().value() != static_cast<int>(style->borderBottomWidth())) { in adjustStyle()
|
D | RenderLayerScrollableArea.cpp | 248 bounds.maxY() - verticalThickness - style->borderBottomWidth(), in cornerRect()
|
D | RenderBoxModelObject.cpp | 1196 …mputeBorderImageSide(ninePieceImage.borderSlices().bottom(), style->borderBottomWidth(), bottomSli… in paintNinePieceImage() 2368 edges[BSBottom] = BorderEdge(style->borderBottomWidth(), in getBorderEdgeInfo()
|
D | RenderBlock.cpp | 290 || oldStyle->borderBottomWidth() != newStyle->borderBottomWidth() in borderOrPaddingLogicalWidthChanged()
|
D | RenderThemeChromiumMac.mm | 1220 … r.height() - o->style()->borderTopWidth() - o->style()->borderBottomWidth());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | BorderData.h | 84 unsigned borderBottomWidth() const in borderBottomWidth() function
|
D | RenderStyle.cpp | 558 || 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()
|
D | RenderStyle.h | 506 unsigned borderBottomWidth() const { return surround->border.borderBottomWidth(); } in borderBottomWidth() function
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimatableValueFactory.cpp | 271 return createFromDouble(style.borderBottomWidth()); in create()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | SpatialNavigation.cpp | 528 …() - node->renderer()->style()->borderTopWidth() - node->renderer()->style()->borderBottomWidth()); in nodeRectInAbsoluteCoordinates()
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
D | popup.js | 574 document.getElementById('head').style.borderBottomWidth =
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CSSPropertyAnimation.cpp | 948 …opertyWrapper<unsigned>(CSSPropertyBorderBottomWidth, &RenderStyle::borderBottomWidth, &RenderStyl… in ensurePropertyMap()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSComputedStyleDeclaration.cpp | 1872 return zoomAdjustedPixelValue(style->borderBottomWidth(), *style); in getPropertyCSSValue()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | dojo-1.6.1.js | 5952 h: bt + (s.borderBottomStyle!=ne ? px(n, s.borderBottomWidth) : 0)
|