Searched refs:borderRight (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderButton.cpp90 return LayoutRect(additionalOffset.x() + borderLeft(), additionalOffset.y() + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
106 return marginRight() + borderRight() + paddingRight() + contentWidth();
H A DRenderBoxModelObject.h108 virtual int borderRight() const { return style()->borderRightWidth(); } function in class:blink::RenderBoxModelObject
114 int borderWidth() const { return borderLeft() + borderRight(); }
122 LayoutUnit borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + paddingRight(); }
129 LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
H A DLayoutState.cpp76 m_pageOffset = LayoutSize(m_layoutOffset.width() + (!isFlipped ? renderer.borderLeft() + renderer.paddingLeft() : renderer.borderRight() + renderer.paddingRight()),
H A DRenderTreeAsText.cpp255 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) {
267 if (o.style()->borderRight() != prevBorder) {
268 prevBorder = o.style()->borderRight();
269 if (!box.borderRight())
272 ts << " (" << box.borderRight() << "px ";
H A DRenderThemeChromiumDefault.cpp351 extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || box->borderBottom();
371 int spacingRight = box->borderRight() + box->paddingRight();
405 int spacingRight = box->borderRight() + box->paddingRight();
H A DRenderFileUploadControl.cpp99 width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeight));
H A DRenderMarquee.cpp126 contentWidth += (paddingLeft() - borderRight());
H A DRenderTableCell.h116 virtual int borderRight() const OVERRIDE;
H A DRenderWidget.cpp228 paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true);
H A DRenderTable.h67 virtual int borderRight() const OVERRIDE
H A DRenderFlexibleBox.cpp133 return direction == HorizontalLine ? box.borderTop() + box.paddingTop() + box.contentHeight() : box.borderRight() + box.paddingRight() + box.contentWidth();
448 return isLeftToRightFlow() ? borderLeft() : borderRight();
455 return isLeftToRightFlow() ? borderRight() : borderLeft();
469 return borderRight();
483 return borderRight();
H A DRenderLayerScrollableArea.cpp796 borderBoxRect.width() - (box().borderLeft() + box().borderRight()) - scrollCorner.width(),
817 return maxX - box().borderRight() - m_vBar->width();
1111 box().width() - (box().borderLeft() + box().borderRight()) - (m_vBar ? m_vBar->width() : resizeControlSize),
H A DRenderTableCell.cpp891 int RenderTableCell::borderRight() const function in class:blink::RenderTableCell
893 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlockFlow::borderRight();
1184 width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
H A DRenderBoxModelObject.cpp551 LayoutUnit maxX = width - borderRight() - paddingRight();
H A DRenderReplaced.cpp155 paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true);
H A DRenderBox.cpp321 return width() - borderLeft() - borderRight() - verticalScrollbarWidth();
1424 clipRect.setSize(clipRect.size() - LayoutSize(borderLeft() + borderRight(), borderTop() + borderBottom()));
2939 logicalLeftPos += (child->isHorizontalWritingMode() ? containerBlock->borderRight() : containerBlock->borderBottom());
3257 logicalTopPos += containerBlock->borderRight();
3918 LayoutUnit borderWidth = std::max<LayoutUnit>(borderRight(), std::max(borderTopRightRadiusWidth, borderBottomRightRadiusWidth));
4326 LayoutUnit right = borderRight();
H A DRenderTable.cpp596 int rightBorderOverflow = width() + outerBorderRight() - borderRight();
H A DRenderBlock.cpp3402 LayoutUnit bottomOfContent = direction == HorizontalLine ? borderTop() + paddingTop() + contentHeight() : borderRight() + paddingRight() + contentWidth();
3475 + (lineDirection == HorizontalLine ? borderTop() + paddingTop() : borderRight() + paddingRight());
3494 + (lineDirection == HorizontalLine ? borderTop() + paddingTop() : borderRight() + paddingRight());
H A DInlineFlowBox.cpp662 boxObject.borderRight() + boxObject.paddingRight();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp253 static bool getBordersFromFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft) argument
256 borderRight = false;
267 borderLeft = borderRight = true;
271 borderRight = true;
273 borderTop = borderBottom = borderLeft = borderRight = true;
327 bool borderRight; local
330 if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) {
335 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderRightStyle, borderRight ? CSSValueSolid : CSSValueHidden);
361 bool borderRight; local
364 m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBotto
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp185 case RightToLeftWritingMode: return renderer.borderRight();
198 case RightToLeftWritingMode: return renderer.borderRight() + renderer.paddingRight();
225 return renderer.borderRight();
239 return renderer.borderRight() + renderer.paddingRight();
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTable.cpp250 || (cell->borderLeft() > 0 && cell->borderRight() > 0))
261 if (cell->borderRight() > 0)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1502 return borderRight();
1516 return borderRight();
1527 return isLeftToRightDirection() ? borderLeft() : borderRight();
1534 return isLeftToRightDirection() ? borderRight() : borderLeft();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp276 paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + renderBox->borderTop() + renderBox->borderBottom());
285 borderBox.width() - renderInline->borderLeft() - renderInline->borderRight(), borderBox.height() - renderInline->borderTop() - renderInline->borderBottom());
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp357 obj.paddingLeft() + obj.borderLeft(), obj.paddingRight() + obj.borderRight(), includeLeftEdge, includeRightEdge);
366 int bRight = includeRightEdge ? obj.borderRight() : 0;
651 right = obj.borderRight();

Completed in 240 milliseconds

12