Home
last modified time | relevance | path

Searched refs:borderLeftWidth (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.cpp61 return oldStyle->borderLeftWidth() != newStyle->borderLeftWidth() in borderWidthChanged()
DRenderScrollbarPart.cpp105 …>owningRenderer()->width() - m_scrollbar->owningRenderer()->style()->borderLeftWidth() - m_scrollb… in computeScrollbarWidth()
DRenderFieldset.cpp182 … LayoutUnit clipWidth = max(static_cast<LayoutUnit>(style()->borderLeftWidth()), legend->width()); in paintBoxDecorations()
DInlineFlowBox.h143 …return isHorizontal() ? renderer()->style(isFirstLineStyle())->borderLeftWidth() : renderer()->sty… in borderLogicalLeft()
DRenderBoxModelObject.h117 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft()
DRenderTheme.cpp134 …borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth()); in adjustStyle()
155 if (borderBox.left().value() != static_cast<int>(style->borderLeftWidth())) { in adjustStyle()
DRenderLayerScrollableArea.cpp224 return minX + style->borderLeftWidth(); in cornerStart()
DRenderThemeChromiumMac.mm1217 IntRect bounds = IntRect(r.x() + o->style()->borderLeftWidth(),
1219 … r.width() - o->style()->borderLeftWidth() - o->style()->borderRightWidth(),
DRenderBoxModelObject.cpp1197 … computeBorderImageSide(ninePieceImage.borderSlices().left(), style->borderLeftWidth(), leftSlice,… in paintNinePieceImage()
2374 edges[BSLeft] = BorderEdge(style->borderLeftWidth(), in getBorderEdgeInfo()
/external/chromium/chrome/browser/resources/shared/js/cr/
Dui.js127 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/
Dui.js127 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderData.h63 unsigned borderLeftWidth() const in borderLeftWidth() function
DRenderStyle.cpp556 if (borderLeftWidth() != other->borderLeftWidth() in diff()
985 int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0; in getRoundedInnerBorderFor()
1490 return borderLeftWidth(); in borderBeforeWidth()
1508 return borderLeftWidth(); in borderAfterWidth()
1517 return isLeftToRightDirection() ? borderLeftWidth() : borderRightWidth(); in borderStartWidth()
1524 return isLeftToRightDirection() ? borderRightWidth() : borderLeftWidth(); in borderEndWidth()
1580 NinePieceImage::computeOutset(image.outset().left(), borderLeftWidth())); in imageOutsets()
DRenderStyle.h497 unsigned borderLeftWidth() const { return surround->border.borderLeftWidth(); } in borderLeftWidth() function
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/
Dui.js128 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
/external/chromium_org/ui/webui/resources/js/cr/
Dui.js128 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp526 …rect.move(node->renderer()->style()->borderLeftWidth(), node->renderer()->style()->borderTopWidth(… in nodeRectInAbsoluteCoordinates()
527 …rect.setWidth(rect.width() - node->renderer()->style()->borderLeftWidth() - node->renderer()->styl… in nodeRectInAbsoluteCoordinates()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp283 return createFromDouble(style.borderLeftWidth()); 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.cpp945 … PropertyWrapper<unsigned>(CSSPropertyBorderLeftWidth, &RenderStyle::borderLeftWidth, &RenderStyle… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js4201 left += parseInt( computedStyle.borderLeftWidth, 10) || 0;
4206 left += parseInt( computedStyle.borderLeftWidth, 10) || 0;
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js145borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overf…
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js145borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overf…
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
Djquery-1.4.3.min.js158 …est(b.nodeName))){l+=parseFloat(f.borderTopWidth)||0;n+=parseFloat(f.borderLeftWidth)||0}d=b.offse…
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.js147borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overf…

12