/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 956 int topWidth = fitToBorder ? style->borderTopWidth() : topSlice; in paintNinePieceImage() 1345 BorderEdge(style->borderTopWidth(), in paintBorder() 1658 …drawLineForBoxSide(graphicsContext, x, ty, x2, ty + style->borderTopWidth(), BSTop, topColor, topS… in paintBorder() 1667 thickness = style->borderTopWidth() * 2; in paintBorder() 1673 && (style->borderTopWidth() < border.radii().topLeft().height()) in paintBorder() 1674 && (topStyle != DOUBLE || style->borderTopWidth() > 6); in paintBorder() 1678 style->borderTopWidth()); in paintBorder() 1694 && (style->borderTopWidth() < border.radii().topRight().height()) in paintBorder() 1695 && (topStyle != DOUBLE || style->borderTopWidth() > 6); in paintBorder() 1699 style->borderTopWidth()); in paintBorder() [all …]
|
D | RenderFieldset.cpp | 172 int clipHeight = max(static_cast<int>(style()->borderTopWidth()), legend->height()); in paintBoxDecorations()
|
D | RenderBoxModelObject.h | 84 virtual int borderTop() const { return style()->borderTopWidth(); } in borderTop()
|
D | InlineFlowBox.h | 132 …rn isHorizontal() ? renderer()->style()->borderLeftWidth() : renderer()->style()->borderTopWidth(); in borderLogicalLeft()
|
D | RenderTheme.cpp | 110 …LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth()… in adjustStyle() 112 if (borderBox.top().value() != style->borderTopWidth()) { in adjustStyle()
|
D | RenderThemeSafari.cpp | 810 r.y() + o->style()->borderTopWidth(), in paintMenuListButton() 812 … r.height() - o->style()->borderTopWidth() - o->style()->borderBottomWidth()); in paintMenuListButton()
|
D | RenderThemeMac.mm | 1088 r.y() + o->style()->borderTopWidth(), 1090 … r.height() - o->style()->borderTopWidth() - o->style()->borderBottomWidth());
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 482 || borderTopWidth() != other->borderTopWidth() in diff() 819 int topWidth = (horizontal || includeLogicalLeftEdge) ? borderTopWidth() : 0; in getRoundedInnerBorderFor() 1278 return borderTopWidth(); in borderBeforeWidth() 1287 return borderTopWidth(); in borderBeforeWidth() 1296 return borderTopWidth(); in borderAfterWidth() 1310 return isLeftToRightDirection() ? borderTopWidth() : borderBottomWidth(); in borderStartWidth() 1317 return isLeftToRightDirection() ? borderBottomWidth() : borderTopWidth(); in borderEndWidth()
|
D | BorderData.h | 77 unsigned short borderTopWidth() const in borderTopWidth() function
|
D | RenderStyle.h | 435 unsigned short borderTopWidth() const { return surround->border.borderTopWidth(); } in borderTopWidth() function
|
/external/chromium-trace/trace-viewer/src/tracks/ |
D | timeline_canvas_based_track.js | 145 parseInt(style.borderTopWidth) - parseInt(style.borderBottomWidth);
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.h | 102 - (NSString *)borderTopWidth; 103 - (void)setBorderTopWidth:(NSString *)borderTopWidth;
|
D | DOMCSS.mm | 367 - (NSString *)borderTopWidth 372 - (void)setBorderTopWidth:(NSString *)borderTopWidth 374 [self setProperty:@"border-top-width" value:borderTopWidth priority:@""];
|
/external/webkit/Source/WebCore/page/ |
D | SpatialNavigation.cpp | 531 …ct.move(node->renderer()->style()->borderLeftWidth(), node->renderer()->style()->borderTopWidth()); in nodeRectInAbsoluteCoordinates() 533 …rect.setHeight(rect.height() - node->renderer()->style()->borderTopWidth() - node->renderer()->sty… in nodeRectInAbsoluteCoordinates()
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 626 …ertyWrapper<unsigned short>(CSSPropertyBorderTopWidth, &RenderStyle::borderTopWidth, &RenderStyle:… in ensurePropertyMap()
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 4200 top += parseInt( computedStyle.borderTopWidth, 10) || 0, 4205 top += parseInt( computedStyle.borderTopWidth, 10) || 0,
|
D | concat-jquery-mootools-prototype.js | 4200 top += parseInt( computedStyle.borderTopWidth, 10) || 0, 4205 top += parseInt( computedStyle.borderTopWidth, 10) || 0,
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
D | jquery-1.4.1.min.js | 144 …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/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 1008 … return zoomAdjustedPixelValue(style->borderTopWidth(), style.get(), primitiveValueCache); in getPropertyCSSValue()
|
D | CSSStyleSelector.cpp | 3890 HANDLE_INHERIT_COND(CSSPropertyBorderTopWidth, borderTopWidth, BorderTopWidth) in applyProperty() 4847 m_style->setBorderTopWidth(m_parentStyle->borderTopWidth()); in applyProperty() 4864 m_style->setBorderTopWidth(m_parentStyle->borderTopWidth()); in applyProperty()
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
D | jquery-1.4.2.min.js | 147 …borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsB…
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 19 …borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtra…
|
/external/chromium-trace/ |
D | script.js | 55 c=parseInt(c.height)-parseInt(c.paddingTop)-parseInt(c.paddingBottom)-parseInt(c.borderTopWidth)-pa…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 24726 (khtml::BorderData::borderTopWidth): 24745 (khtml::RenderStyle::borderTopWidth):
|
D | ChangeLog-2006-05-10 | 15975 (khtml::BorderData::borderTopWidth):
|