/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.h | 81 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom() function 89 …int borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingB… in borderAndPaddingHeight() 97 …ogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); } in borderLogicalRight()
|
D | RenderFrameBase.cpp | 68 int vBorder = borderTop() + borderBottom(); in layoutWithFlattening()
|
D | RenderTreeAsText.cpp | 308 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) { in writeRenderObject() 340 if (o.style()->borderBottom() != prevBorder) { in writeRenderObject() 341 prevBorder = box.style()->borderBottom(); in writeRenderObject() 342 if (!box.borderBottom()) in writeRenderObject() 345 ts << " (" << box.borderBottom() << "px "; in writeRenderObject()
|
D | RenderThemeChromiumWin.cpp | 476 int borderBottom = box->borderBottom(); in paintMenuList() local 483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom); in paintMenuList() 494 int spacingBottom = borderBottom + box->paddingBottom(); in paintMenuList()
|
D | RenderIFrame.cpp | 57 int border = borderTop() + borderBottom(); in computeLogicalHeight()
|
D | RenderListBox.cpp | 333 height() - (borderTop() + borderBottom())); in paintScrollbar() 442 height() - borderTop() - borderBottom()); in isPointInOverflowControl() 456 … if (offsetY < borderTop() + paddingTop() || offsetY > height() - paddingBottom() - borderBottom()) in listIndexAtOffset() 526 …if (offsetY > height() - paddingBottom() - borderBottom() && scrollToRevealElementAtListIndex(offs… in scrollToward()
|
D | RenderButton.cpp | 181 …ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom()); in controlClipRect()
|
D | RenderTableCell.h | 63 virtual int borderBottom() const;
|
D | RenderScrollbarPart.cpp | 108 …ht() - m_scrollbar->owningRenderer()->borderTop() - m_scrollbar->owningRenderer()->borderBottom(); in computeScrollbarHeight()
|
D | RenderTable.h | 78 int borderBottom() const in borderBottom() function
|
D | RenderTextControlSingleLine.cpp | 303 spinBox->setHeight(height() - borderTop() - borderBottom()); in layout() 613 resultsRenderer->borderTop() + resultsRenderer->borderBottom() + in adjustControlHeightBasedOnLineHeight() 621 cancelRenderer->borderTop() + cancelRenderer->borderBottom() + in adjustControlHeightBasedOnLineHeight()
|
D | RenderTextControl.cpp | 464 setHeight(m_innerText->renderBox()->borderTop() + m_innerText->renderBox()->borderBottom() + in computeLogicalHeight() 635 … ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop()… in paintPlaceholder()
|
D | RenderFileUploadControl.cpp | 214 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
|
D | RenderTableCell.cpp | 722 int RenderTableCell::borderBottom() const in borderBottom() function in WebCore::RenderTableCell 724 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom(); in borderBottom() 1002 w - borderLeft() - borderRight(), h - borderTop() - borderBottom()); in paintBackgroundsBehindCell()
|
D | RenderThemeChromiumLinux.cpp | 275 …ist.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || box->borderBottom(); in paintMenuList()
|
D | RenderFlexibleBox.cpp | 331 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox() 646 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox()
|
D | RenderBox.cpp | 428 return height() - borderTop() - borderBottom() - horizontalScrollbarHeight(); in clientHeight() 1033 …+ layerRenderer->marginBottom() + layerRenderer->borderTop() + layerRenderer->borderBottom(), rh)); in repaintLayerRectsForImage() 1127 int clipHeight = height() - bTop - borderBottom(); in overflowClipRect() 2379 …child->isHorizontalWritingMode() ? containerBlock->borderRight() : containerBlock->borderBottom()); in computeLogicalLeftPositionedOffset() 2687 logicalTopPos += containerBlock->borderBottom(); in computeLogicalTopPositionedOffset()
|
/external/webkit/Source/WebCore/editing/ |
D | DeleteButtonController.cpp | 123 …unsigned visibleBorders = style->borderTop().isVisible() + style->borderBottom().isVisible() + sty… in isDeletableElement() 215 …ty(CSSPropertyBottom, String::number(-borderWidth - m_target->renderBox()->borderBottom()) + "px"); in createDeletionUI()
|
/external/doclava/res/assets/templates/components/ |
D | left_nav.cs | 63 $("#swapper").css({borderBottom:"2px solid #aaa"});
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.h | 82 - (NSString *)borderBottom; 83 - (void)setBorderBottom:(NSString *)borderBottom;
|
D | DOMCSS.mm | 267 - (NSString *)borderBottom 272 - (void)setBorderBottom:(NSString *)borderBottom 274 [self setProperty:@"border-bottom" value:borderBottom priority:@""];
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 1234 return borderBottom(); in borderBefore() 1248 return borderBottom(); in borderAfter() 1257 return borderBottom(); in borderAfter() 1264 return isLeftToRightDirection() ? borderTop() : borderBottom(); in borderStart() 1271 return isLeftToRightDirection() ? borderBottom() : borderTop(); in borderEnd()
|
/external/webkit/Source/WebCore/inspector/ |
D | DOMNodeHighlighter.cpp | 254 …enderBox->borderRight(), paddingBox.height() + renderBox->borderTop() + renderBox->borderBottom()); in DrawNodeHighlight()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityTable.cpp | 187 if ((cell->borderTop() > 0 && cell->borderBottom() > 0) in isDataTable()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 573 box->borderTop() + box->borderBottom() + layer->scrollHeight()); in repaint() 594 int height = clip.height() - box->borderTop() - box->borderBottom(); in repaint()
|