/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableRow.cpp | 61 return oldStyle->borderLeftWidth() != newStyle->borderLeftWidth() in borderWidthChanged()
|
D | RenderScrollbarPart.cpp | 105 …>owningRenderer()->width() - m_scrollbar->owningRenderer()->style()->borderLeftWidth() - m_scrollb… in computeScrollbarWidth()
|
D | RenderFieldset.cpp | 182 … LayoutUnit clipWidth = max(static_cast<LayoutUnit>(style()->borderLeftWidth()), legend->width()); in paintBoxDecorations()
|
D | InlineFlowBox.h | 143 …return isHorizontal() ? renderer()->style(isFirstLineStyle())->borderLeftWidth() : renderer()->sty… in borderLogicalLeft()
|
D | RenderBoxModelObject.h | 117 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft()
|
D | RenderTheme.cpp | 134 …borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth()); in adjustStyle() 155 if (borderBox.left().value() != static_cast<int>(style->borderLeftWidth())) { in adjustStyle()
|
D | RenderLayerScrollableArea.cpp | 224 return minX + style->borderLeftWidth(); in cornerStart()
|
D | RenderThemeChromiumMac.mm | 1217 IntRect bounds = IntRect(r.x() + o->style()->borderLeftWidth(), 1219 … r.width() - o->style()->borderLeftWidth() - o->style()->borderRightWidth(),
|
D | RenderBoxModelObject.cpp | 1197 … 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/ |
D | ui.js | 127 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ |
D | ui.js | 127 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | BorderData.h | 63 unsigned borderLeftWidth() const in borderLeftWidth() function
|
D | RenderStyle.cpp | 556 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()
|
D | RenderStyle.h | 497 unsigned borderLeftWidth() const { return surround->border.borderLeftWidth(); } in borderLeftWidth() function
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ |
D | ui.js | 128 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
|
/external/chromium_org/ui/webui/resources/js/cr/ |
D | ui.js | 128 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | SpatialNavigation.cpp | 526 …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/ |
D | CSSAnimatableValueFactory.cpp | 283 return createFromDouble(style.borderLeftWidth()); in create()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
D | jquery.js | 3398 … add( jQuery.curCSS(elem, "borderLeftWidth", true), jQuery.curCSS(elem, "borderTopWidth", true) );
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CSSPropertyAnimation.cpp | 945 … PropertyWrapper<unsigned>(CSSPropertyBorderLeftWidth, &RenderStyle::borderLeftWidth, &RenderStyle… in ensurePropertyMap()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 4201 left += parseInt( computedStyle.borderLeftWidth, 10) || 0; 4206 left += parseInt( computedStyle.borderLeftWidth, 10) || 0;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
D | jquery-1.4.1.min.js | 145 …borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overf…
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
D | jquery-1.4.1.min.js | 145 …borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overf…
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
D | jquery-1.4.3.min.js | 158 …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/ |
D | jquery-1.4.2.min.js | 147 …borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overf…
|