Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.cpp279 …mFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBo… in getBordersFromFrameAttributeValue() argument
282 borderRight = false; in getBordersFromFrameAttributeValue()
293 borderLeft = borderRight = true; in getBordersFromFrameAttributeValue()
297 borderRight = true; in getBordersFromFrameAttributeValue()
299 borderTop = borderBottom = borderLeft = borderRight = true; in getBordersFromFrameAttributeValue()
348 bool borderRight; in collectStyleForPresentationAttribute() local
351 … if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) { in collectStyleForPresentationAttribute()
356 …addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderRightStyle, borderRight ? CSSValue… in collectStyleForPresentationAttribute()
382 bool borderRight; in parseAttribute() local
385 …m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borde… in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderButton.cpp113 …erLeft(), additionalOffset.y() + borderTop(), width() - borderLeft() - borderRight(), height() - b… in controlClipRect()
129 return marginRight() + borderRight() + paddingRight() + contentWidth(); in baselinePosition()
DRenderBoxModelObject.h118 virtual int borderRight() const { return style()->borderRightWidth(); } in borderRight() function
129 …LayoutUnit borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + p… in borderAndPaddingWidth()
136 …LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() … in borderLogicalRight()
DRenderThemeChromiumWin.cpp353 int borderRight = box->borderRight(); in paintMenuList() local
363 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom); in paintMenuList()
380 int spacingRight = box->borderRight() + box->paddingRight(); in paintMenuListButton()
DRenderTreeAsText.cpp251 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) { in writeRenderObject()
264 if (o.style()->borderRight() != prevBorder) { in writeRenderObject()
265 prevBorder = o.style()->borderRight(); in writeRenderObject()
266 if (!box.borderRight()) in writeRenderObject()
269 ts << " (" << box.borderRight() << "px "; in writeRenderObject()
DRenderThemeChromiumDefault.cpp356 …extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || bo… in paintMenuList()
376 int spacingRight = box->borderRight() + box->paddingRight(); in paintMenuList()
410 int spacingRight = box->borderRight() + box->paddingRight(); in paintMenuListButton()
DRenderListBox.cpp356 scrollbarLeft = width() - borderRight() - verticalScrollbarWidth(); in scrollbarLeft()
497 || offset.width() > width() - borderRight() - paddingRight() - leftScrollbarOffset) in listIndexAtOffset()
747 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop()); in invalidateScrollbarRect()
DRenderFlexibleBox.cpp134 …e ? box->borderTop() + box->paddingTop() + box->contentHeight() : box->borderRight() + box->paddin… in synthesizedBaselineFromContentBox()
468 return isLeftToRightFlow() ? borderLeft() : borderRight(); in flowAwareBorderStart()
475 return isLeftToRightFlow() ? borderRight() : borderLeft(); in flowAwareBorderEnd()
489 return borderRight(); in flowAwareBorderBefore()
503 return borderRight(); in flowAwareBorderAfter()
DRenderMarquee.cpp127 contentWidth += (paddingLeft() - borderRight()); in computePosition()
DRenderFileUploadControl.cpp98 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
DRenderTableCell.h112 virtual int borderRight() const;
DLayoutState.cpp88 …Flipped ? renderer->borderLeft() + renderer->paddingLeft() : renderer->borderRight() + renderer->p… in LayoutState()
DRenderTable.h67 int borderRight() const in borderRight() function
DRenderWidget.cpp293 …ttom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true); in paint()
DRenderLayerScrollableArea.cpp708 borderBoxRect.width() - (m_box->borderLeft() + m_box->borderRight()) - scrollCorner.width(), in rectForHorizontalScrollbar()
729 return maxX - m_box->borderRight() - m_vBar->width(); in verticalScrollbarStart()
1032 …m_box->width() - (m_box->borderLeft() + m_box->borderRight()) - (m_vBar ? m_vBar->width() : resize… in hitTestOverflowControls()
DRenderTableCell.cpp900 int RenderTableCell::borderRight() const in borderRight() function in WebCore::RenderTableCell
902 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlock::borderRight(); in borderRight()
1196 width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom()); in paintBackgroundsBehindCell()
DRenderBox.cpp390 return width() - borderLeft() - borderRight() - verticalScrollbarWidth(); in clientWidth()
457 LayoutUnit borderRight = style->borderRight().nonZero() ? style->borderRight().width() : 0; in fixedOffsetWidth() local
459 …return width + borderLeft + borderRight + style->paddingLeft().value() + style->paddingRight().val… in fixedOffsetWidth()
1665 …) + layerRenderer->marginWidth() + layerRenderer->borderLeft() + layerRenderer->borderRight(), rw), in repaintLayerRectsForImage()
1753 …clipRect.setSize(clipRect.size() - LayoutSize(borderLeft() + borderRight(), borderTop() + borderBo… in overflowClipRect()
3479 …logicalLeftPos += (child->isHorizontalWritingMode() ? containerBlock->borderRight() : containerBlo… in computeLogicalLeftPositionedOffset()
3816 logicalTopPos += containerBlock->borderRight(); in computeLogicalTopPositionedOffset()
4754 LayoutUnit right = borderRight(); in noOverflowRect()
DRenderReplaced.cpp156 …ttom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true); in paint()
DRenderBoxModelObject.cpp600 …tom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), includeLeftE… in paintFillLayerExtended()
608 int bRight = includeRightEdge ? borderRight() : 0; in paintFillLayerExtended()
1029 right = borderRight(); in calculateBackgroundImageGeometry()
2680 LayoutUnit maxX = width - borderRight() - paddingRight(); in localCaretRectForEmptyElement()
DRenderObject.cpp1566 int borderRight = isBox() ? toRenderBox(this)->borderRight() : 0; in repaintAfterLayoutIfNeeded() local
1569 …LayoutUnit borderWidth = max<LayoutUnit>(borderRight, max<LayoutUnit>(valueForLength(style()->bord… in repaintAfterLayoutIfNeeded()
DRenderView.cpp238 seamlessAncestor->borderRight() + seamlessAncestor->paddingRight()), in initializeLayoutState()
DRenderTable.cpp615 int rightBorderOverflow = width() + outerBorderRight() - borderRight(); in addOverflowFromChildren()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTable.cpp211 || (cell->borderLeft() > 0 && cell->borderRight() > 0)) in isDataTable()
222 if (cell->borderRight() > 0) in isDataTable()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp183 …paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + ren… in buildNodeQuads()
192 …borderBox.width() - renderInline->borderLeft() - renderInline->borderRight(), borderBox.height() -… in buildNodeQuads()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1446 return borderRight(); in borderBefore()
1460 return borderRight(); in borderAfter()
1471 return isLeftToRightDirection() ? borderLeft() : borderRight(); in borderStart()
1478 return isLeftToRightDirection() ? borderRight() : borderLeft(); in borderEnd()

12