Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp956 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 …]
DRenderFieldset.cpp172 int clipHeight = max(static_cast<int>(style()->borderTopWidth()), legend->height()); in paintBoxDecorations()
DRenderBoxModelObject.h84 virtual int borderTop() const { return style()->borderTopWidth(); } in borderTop()
DInlineFlowBox.h132 …rn isHorizontal() ? renderer()->style()->borderLeftWidth() : renderer()->style()->borderTopWidth(); in borderLogicalLeft()
DRenderTheme.cpp110 …LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth()… in adjustStyle()
112 if (borderBox.top().value() != style->borderTopWidth()) { in adjustStyle()
DRenderThemeSafari.cpp810 r.y() + o->style()->borderTopWidth(), in paintMenuListButton()
812 … r.height() - o->style()->borderTopWidth() - o->style()->borderBottomWidth()); in paintMenuListButton()
DRenderThemeMac.mm1088 r.y() + o->style()->borderTopWidth(),
1090 … r.height() - o->style()->borderTopWidth() - o->style()->borderBottomWidth());
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp482 || 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()
DBorderData.h77 unsigned short borderTopWidth() const in borderTopWidth() function
DRenderStyle.h435 unsigned short borderTopWidth() const { return surround->border.borderTopWidth(); } in borderTopWidth() function
/external/chromium-trace/trace-viewer/src/tracks/
Dtimeline_canvas_based_track.js145 parseInt(style.borderTopWidth) - parseInt(style.borderBottomWidth);
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h102 - (NSString *)borderTopWidth;
103 - (void)setBorderTopWidth:(NSString *)borderTopWidth;
DDOMCSS.mm367 - (NSString *)borderTopWidth
372 - (void)setBorderTopWidth:(NSString *)borderTopWidth
374 [self setProperty:@"border-top-width" value:borderTopWidth priority:@""];
/external/webkit/Source/WebCore/page/
DSpatialNavigation.cpp531 …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/
DAnimationBase.cpp626 …ertyWrapper<unsigned short>(CSSPropertyBorderTopWidth, &RenderStyle::borderTopWidth, &RenderStyle:… in ensurePropertyMap()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js4200 top += parseInt( computedStyle.borderTopWidth, 10) || 0,
4205 top += parseInt( computedStyle.borderTopWidth, 10) || 0,
Dconcat-jquery-mootools-prototype.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/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1008 … return zoomAdjustedPixelValue(style->borderTopWidth(), style.get(), primitiveValueCache); in getPropertyCSSValue()
DCSSStyleSelector.cpp3890 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/
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-trace/
Dscript.js55 c=parseInt(c.height)-parseInt(c.paddingTop)-parseInt(c.paddingBottom)-parseInt(c.borderTopWidth)-pa…
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1924726 (khtml::BorderData::borderTopWidth):
24745 (khtml::RenderStyle::borderTopWidth):
DChangeLog-2006-05-1015975 (khtml::BorderData::borderTopWidth):

12