Searched refs:borderRightWidth (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderData.h70 unsigned borderRightWidth() const function in class:WebCore::BorderData
H A DRenderStyle.cpp536 || borderRightWidth() != other->borderRightWidth())
947 int rightWidth = (!horizontal || includeLogicalRightEdge) ? borderRightWidth() : 0;
1449 return borderRightWidth();
1463 return borderRightWidth();
1474 return isLeftToRightDirection() ? borderLeftWidth() : borderRightWidth();
1481 return isLeftToRightDirection() ? borderRightWidth() : borderLeftWidth();
1535 NinePieceImage::computeOutset(image.outset().right(), borderRightWidth()),
H A DRenderStyle.h479 unsigned borderRightWidth() const { return surround->border.borderRightWidth(); } function in class:WebCore::RenderStyle
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dui.js130 parseInt(computedStyle.borderRightWidth, 10);
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/
H A Dui.js131 parseInt(computedStyle.borderRightWidth, 10);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/
H A Dui.js130 parseInt(computedStyle.borderRightWidth, 10);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.cpp60 || oldStyle->borderRightWidth() != newStyle->borderRightWidth()
H A DRenderScrollbarPart.cpp104 int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->style()->borderLeftWidth() - m_scrollbar->owningRenderer()->style()->borderRightWidth();
H A DInlineFlowBox.h149 return isHorizontal() ? renderer()->style(isFirstLineStyle())->borderRightWidth() : renderer()->style(isFirstLineStyle())->borderBottomWidth();
H A DRenderBoxModelObject.h117 virtual int borderRight() const { return style()->borderRightWidth(); }
H A DRenderTheme.cpp134 LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth());
142 if (borderBox.right().value() != static_cast<int>(style->borderRightWidth())) {
H A DRenderBoxModelObject.cpp1131 int rightWidth = computeBorderImageSide(ninePieceImage.borderSlices().right(), style->borderRightWidth(), rightSlice, borderImageRect.width(), renderView);
2296 edges[BSRight] = BorderEdge(style->borderRightWidth(),
H A DRenderThemeChromiumMac.mm1232 r.width() - o->style()->borderLeftWidth() - o->style()->borderRightWidth(),
H A DRenderBlock.cpp336 || oldStyle->borderRightWidth() != newStyle->borderRightWidth()
H A DRenderLayer.cpp2551 return maxX - thickness - style->borderRightWidth();
/external/chromium_org/ui/webui/resources/js/cr/
H A Dui.js131 parseInt(computedStyle.borderRightWidth, 10);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp528 rect.setWidth(rect.width() - node->renderer()->style()->borderLeftWidth() - node->renderer()->style()->borderRightWidth());
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp1081 gPropertyWrappers->append(new PropertyWrapper<unsigned>(CSSPropertyBorderRightWidth, &RenderStyle::borderRightWidth, &RenderStyle::setBorderRightWidth));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1785 return zoomAdjustedPixelValue(style->borderRightWidth(), style.get());
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js5951 w: bl + (s.borderRightStyle!=ne ? px(n, s.borderRightWidth) : 0),

Completed in 644 milliseconds