Home
last modified time | relevance | path

Searched refs:borderTopWidth (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.cpp62 || oldStyle->borderTopWidth() != newStyle->borderTopWidth() in borderWidthChanged()
DRenderScrollbarPart.cpp123 …wningRenderer()->height() - m_scrollbar->owningRenderer()->style()->borderTopWidth() - m_scrollba… in computeScrollbarHeight()
DRenderFieldset.cpp178 …LayoutUnit clipHeight = max(static_cast<LayoutUnit>(style()->borderTopWidth()), legend->height() -… in paintBoxDecorations()
DInlineFlowBox.h143 …e(isFirstLineStyle())->borderLeftWidth() : renderer()->style(isFirstLineStyle())->borderTopWidth(); in borderLogicalLeft()
DRenderBoxModelObject.h115 virtual int borderTop() const { return style()->borderTopWidth(); } in borderTop()
DRenderTheme.cpp134 …LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth()… in adjustStyle()
136 if (borderBox.top().value() != static_cast<int>(style->borderTopWidth())) { in adjustStyle()
DRenderThemeChromiumMac.mm1218 r.y() + o->style()->borderTopWidth(),
1220 … r.height() - o->style()->borderTopWidth() - o->style()->borderBottomWidth());
DRenderBoxModelObject.cpp1194 …= computeBorderImageSide(ninePieceImage.borderSlices().top(), style->borderTopWidth(), topSlice, b… in paintNinePieceImage()
2356 edges[BSTop] = BorderEdge(style->borderTopWidth(), in getBorderEdgeInfo()
DRenderBlock.cpp289 return oldStyle->borderTopWidth() != newStyle->borderTopWidth() in borderOrPaddingLogicalWidthChanged()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderData.h77 unsigned borderTopWidth() const in borderTopWidth() function
DRenderStyle.cpp557 || borderTopWidth() != other->borderTopWidth() in diff()
987 int topWidth = (horizontal || includeLogicalLeftEdge) ? borderTopWidth() : 0; in getRoundedInnerBorderFor()
1486 return borderTopWidth(); in borderBeforeWidth()
1495 return borderTopWidth(); in borderBeforeWidth()
1504 return borderTopWidth(); in borderAfterWidth()
1518 return isLeftToRightDirection() ? borderTopWidth() : borderBottomWidth(); in borderStartWidth()
1525 return isLeftToRightDirection() ? borderBottomWidth() : borderTopWidth(); in borderEndWidth()
1577 return LayoutBoxExtent(NinePieceImage::computeOutset(image.outset().top(), borderTopWidth()), in imageOutsets()
DRenderStyle.h503 unsigned borderTopWidth() const { return surround->border.borderTopWidth(); } in borderTopWidth() function
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp526 …ct.move(node->renderer()->style()->borderLeftWidth(), node->renderer()->style()->borderTopWidth()); in nodeRectInAbsoluteCoordinates()
528 …rect.setHeight(rect.height() - node->renderer()->style()->borderTopWidth() - node->renderer()->sty… in nodeRectInAbsoluteCoordinates()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp295 return createFromDouble(style.borderTopWidth()); in create()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
Djquery.js3398 … add( jQuery.curCSS(elem, "borderLeftWidth", true), jQuery.curCSS(elem, "borderTopWidth", true) );
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp947 …w PropertyWrapper<unsigned>(CSSPropertyBorderTopWidth, &RenderStyle::borderTopWidth, &RenderStyle:… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js4200 top += parseInt( computedStyle.borderTopWidth, 10) || 0,
4205 top += parseInt( computedStyle.borderTopWidth, 10) || 0,
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js144 …oesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){o+=parseFloat(i.borderTopWidth)||
145 …BorderForOverflowNotVisible&&i.overflow!=="visible"){o+=parseFloat(i.borderTopWidth)||0;m+=parseFl…
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js144 …oesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){o+=parseFloat(i.borderTopWidth)||
145 …BorderForOverflowNotVisible&&i.overflow!=="visible"){o+=parseFloat(i.borderTopWidth)||0;m+=parseFl…
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
Djquery-1.4.3.min.js158 …doesAddBorderForTableAndCells&&vb.test(b.nodeName))){l+=parseFloat(f.borderTopWidth)||0;n+=parseFl…
159 parseFloat(f.borderTopWidth)||0;n+=parseFloat(f.borderLeftWidth)||0}f=f}if(f.position==="relative"|…
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.4.2.min.js147borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsB…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js19borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtra…
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js5947 bt = (s.borderTopStyle != ne ? px(n, s.borderTopWidth) : 0);
6425 ret.y -= px(dh, cs.marginTop) + px(dh, cs.borderTopWidth);
Djquery-1.6.4.js8758 top += parseFloat( computedStyle.borderTopWidth ) || 0;
8767 top += parseFloat( computedStyle.borderTopWidth ) || 0;
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1868 return zoomAdjustedPixelValue(style->borderTopWidth(), *style); in getPropertyCSSValue()

12