/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTableElement.cpp | 279 …(const AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLe… in getBordersFromFrameAttributeValue() argument 283 borderBottom = false; in getBordersFromFrameAttributeValue() 289 borderBottom = true; in getBordersFromFrameAttributeValue() 291 borderTop = borderBottom = true; in getBordersFromFrameAttributeValue() 299 borderTop = borderBottom = borderLeft = borderRight = true; in getBordersFromFrameAttributeValue() 349 bool borderBottom; in collectStyleForPresentationAttribute() local 351 … if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) { in collectStyleForPresentationAttribute() 354 …ertyToPresentationAttributeStyle(style, CSSPropertyBorderBottomStyle, borderBottom ? CSSValueSolid… in collectStyleForPresentationAttribute() 383 bool borderBottom; in parseAttribute() local 385 …m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borde… in parseAttribute()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxModelObject.h | 116 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom() function 128 …LayoutUnit borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + p… in borderAndPaddingHeight() 136 …ogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); } in borderLogicalRight()
|
D | RenderIFrame.cpp | 112 …setLogicalHeight(childFrameView->contentsHeight() + borderTop() + borderBottom() + paddingTop() + … in layoutSeamlessly()
|
D | RenderThemeChromiumWin.cpp | 356 int borderBottom = box->borderBottom(); in paintMenuList() local 363 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom); in paintMenuList() 382 int spacingBottom = box->borderBottom() + box->paddingBottom(); in paintMenuListButton()
|
D | RenderTreeAsText.cpp | 251 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) { in writeRenderObject() 276 if (o.style()->borderBottom() != prevBorder) { in writeRenderObject() 277 prevBorder = box.style()->borderBottom(); in writeRenderObject() 278 if (!box.borderBottom()) in writeRenderObject() 281 ts << " (" << box.borderBottom() << "px "; in writeRenderObject()
|
D | RenderButton.cpp | 113 …() + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom()); in controlClipRect()
|
D | RenderListBox.cpp | 366 height() - (borderTop() + borderBottom())); in paintScrollbar() 476 height() - borderTop() - borderBottom()); in isPointInOverflowControl() 490 …ht() < borderTop() + paddingTop() || offset.height() > height() - paddingBottom() - borderBottom()) in listIndexAtOffset() 562 …if (positionOffset.height() > height() - paddingBottom() - borderBottom() && scrollToRevealElement… in scrollToward()
|
D | RenderLayerScrollableArea.cpp | 193 …scrollRect.move(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->… in invalidateScrollbarRect() 707 borderBoxRect.maxY() - m_box->borderBottom() - m_hBar->height(), in rectForHorizontalScrollbar() 722 … borderBoxRect.height() - (m_box->borderTop() + m_box->borderBottom()) - scrollCorner.height()); in rectForVerticalScrollbar() 746 …return IntSize(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->h… in scrollbarOffset() 1021 …m_box->height() - (m_box->borderTop() + m_box->borderBottom()) - (m_hBar ? m_hBar->height() : resi… in hitTestOverflowControls() 1031 m_box->height() - m_box->borderBottom() - m_hBar->height(), in hitTestOverflowControls()
|
D | RenderThemeChromiumDefault.cpp | 356 …ist.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || box->borderBottom(); in paintMenuList() 375 int spacingBottom = box->borderBottom() + box->paddingBottom(); in paintMenuList() 409 int spacingBottom = box->borderBottom() + box->paddingBottom(); in paintMenuListButton()
|
D | RenderFileUploadControl.cpp | 98 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
|
D | RenderTableCell.h | 114 virtual int borderBottom() const;
|
D | LayoutState.cpp | 89 …sFlipped ? renderer->borderTop() + renderer->paddingTop() : renderer->borderBottom() + renderer->p… in LayoutState()
|
D | RenderFlexibleBox.cpp | 469 return isLeftToRightFlow() ? borderTop() : borderBottom(); in flowAwareBorderStart() 476 return isLeftToRightFlow() ? borderBottom() : borderTop(); in flowAwareBorderEnd() 485 return borderBottom(); in flowAwareBorderBefore() 499 return borderBottom(); in flowAwareBorderAfter()
|
D | RenderTable.h | 81 int borderBottom() const in borderBottom() function
|
D | RenderWidget.cpp | 293 …paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddin… in paint()
|
D | RenderTableCell.cpp | 910 int RenderTableCell::borderBottom() const in borderBottom() function in WebCore::RenderTableCell 912 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom(); in borderBottom() 1196 width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom()); in paintBackgroundsBehindCell()
|
D | RenderDeprecatedFlexibleBox.cpp | 344 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox() 635 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox()
|
D | RenderReplaced.cpp | 156 …paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddin… in paint()
|
D | RenderBox.cpp | 395 return height() - borderTop() - borderBottom() - horizontalScrollbarHeight(); in clientHeight() 1666 …+ layerRenderer->marginHeight() + layerRenderer->borderTop() + layerRenderer->borderBottom(), rh)); in repaintLayerRectsForImage() 1753 ….setSize(clipRect.size() - LayoutSize(borderLeft() + borderRight(), borderTop() + borderBottom())); in overflowClipRect() 3479 …child->isHorizontalWritingMode() ? containerBlock->borderRight() : containerBlock->borderBottom()); in computeLogicalLeftPositionedOffset() 3814 logicalTopPos += containerBlock->borderBottom(); in computeLogicalTopPositionedOffset() 4755 LayoutUnit bottom = borderBottom(); in noOverflowRect()
|
D | RenderBoxModelObject.cpp | 600 …paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddin… in paintFillLayerExtended() 623 scrolledPaintRect.setHeight(borderTop() + thisBox->scrollHeight() + borderBottom()); in paintFillLayerExtended() 640 …scrolledPaintRect.height() - borderTop() - borderBottom() - (includePadding ? paddingTop() + paddi… in paintFillLayerExtended() 1031 bottom = borderBottom(); in calculateBackgroundImageGeometry()
|
D | RenderObject.cpp | 1586 int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0; in repaintAfterLayoutIfNeeded() local 1589 …LayoutUnit borderHeight = max<LayoutUnit>(borderBottom, max<LayoutUnit>(valueForLength(style()->bo… in repaintAfterLayoutIfNeeded()
|
/external/doclava/res/assets/templates/components/ |
D | left_nav.cs | 63 $("#swapper").css({borderBottom:"2px solid #aaa"});
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXTable.cpp | 210 if ((cell->borderTop() > 0 && cell->borderBottom() > 0) in isDataTable() 218 if (cell->borderBottom() > 0) in isDataTable()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.cpp | 1442 return borderBottom(); in borderBefore() 1456 return borderBottom(); in borderAfter() 1465 return borderBottom(); in borderAfter() 1472 return isLeftToRightDirection() ? borderTop() : borderBottom(); in borderStart() 1479 return isLeftToRightDirection() ? borderBottom() : borderTop(); in borderEnd()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 183 …enderBox->borderRight(), paddingBox.height() + renderBox->borderTop() + renderBox->borderBottom()); in buildNodeQuads() 192 …ine->borderRight(), borderBox.height() - renderInline->borderTop() - renderInline->borderBottom()); in buildNodeQuads()
|