/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTableElement.cpp | 279 …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/ |
D | RenderButton.cpp | 113 …erLeft(), additionalOffset.y() + borderTop(), width() - borderLeft() - borderRight(), height() - b… in controlClipRect() 129 return marginRight() + borderRight() + paddingRight() + contentWidth(); in baselinePosition()
|
D | RenderBoxModelObject.h | 118 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()
|
D | RenderThemeChromiumWin.cpp | 353 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()
|
D | RenderTreeAsText.cpp | 251 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()
|
D | RenderThemeChromiumDefault.cpp | 356 …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()
|
D | RenderListBox.cpp | 356 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()
|
D | RenderFlexibleBox.cpp | 134 …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()
|
D | RenderMarquee.cpp | 127 contentWidth += (paddingLeft() - borderRight()); in computePosition()
|
D | RenderFileUploadControl.cpp | 98 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
|
D | RenderTableCell.h | 112 virtual int borderRight() const;
|
D | LayoutState.cpp | 88 …Flipped ? renderer->borderLeft() + renderer->paddingLeft() : renderer->borderRight() + renderer->p… in LayoutState()
|
D | RenderTable.h | 67 int borderRight() const in borderRight() function
|
D | RenderWidget.cpp | 293 …ttom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true); in paint()
|
D | RenderLayerScrollableArea.cpp | 708 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()
|
D | RenderTableCell.cpp | 900 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()
|
D | RenderBox.cpp | 390 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()
|
D | RenderReplaced.cpp | 156 …ttom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true); in paint()
|
D | RenderBoxModelObject.cpp | 600 …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()
|
D | RenderObject.cpp | 1566 int borderRight = isBox() ? toRenderBox(this)->borderRight() : 0; in repaintAfterLayoutIfNeeded() local 1569 …LayoutUnit borderWidth = max<LayoutUnit>(borderRight, max<LayoutUnit>(valueForLength(style()->bord… in repaintAfterLayoutIfNeeded()
|
D | RenderView.cpp | 238 seamlessAncestor->borderRight() + seamlessAncestor->paddingRight()), in initializeLayoutState()
|
D | RenderTable.cpp | 615 int rightBorderOverflow = width() + outerBorderRight() - borderRight(); in addOverflowFromChildren()
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXTable.cpp | 211 || (cell->borderLeft() > 0 && cell->borderRight() > 0)) in isDataTable() 222 if (cell->borderRight() > 0) in isDataTable()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 183 …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/ |
D | RenderStyle.cpp | 1446 return borderRight(); in borderBefore() 1460 return borderRight(); in borderAfter() 1471 return isLeftToRightDirection() ? borderLeft() : borderRight(); in borderStart() 1478 return isLeftToRightDirection() ? borderRight() : borderLeft(); in borderEnd()
|