Home
last modified time | relevance | path

Searched refs:borderBottom (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.h81 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()
DRenderFrameBase.cpp68 int vBorder = borderTop() + borderBottom(); in layoutWithFlattening()
DRenderTreeAsText.cpp308 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()
DRenderThemeChromiumWin.cpp476 int borderBottom = box->borderBottom(); in paintMenuList() local
483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom); in paintMenuList()
494 int spacingBottom = borderBottom + box->paddingBottom(); in paintMenuList()
DRenderIFrame.cpp57 int border = borderTop() + borderBottom(); in computeLogicalHeight()
DRenderListBox.cpp333 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()
DRenderButton.cpp181 …ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom()); in controlClipRect()
DRenderTableCell.h63 virtual int borderBottom() const;
DRenderScrollbarPart.cpp108 …ht() - m_scrollbar->owningRenderer()->borderTop() - m_scrollbar->owningRenderer()->borderBottom(); in computeScrollbarHeight()
DRenderTable.h78 int borderBottom() const in borderBottom() function
DRenderTextControlSingleLine.cpp303 spinBox->setHeight(height() - borderTop() - borderBottom()); in layout()
613 resultsRenderer->borderTop() + resultsRenderer->borderBottom() + in adjustControlHeightBasedOnLineHeight()
621 cancelRenderer->borderTop() + cancelRenderer->borderBottom() + in adjustControlHeightBasedOnLineHeight()
DRenderTextControl.cpp464 setHeight(m_innerText->renderBox()->borderTop() + m_innerText->renderBox()->borderBottom() + in computeLogicalHeight()
635 … ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop()… in paintPlaceholder()
DRenderFileUploadControl.cpp214 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
DRenderTableCell.cpp722 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()
DRenderThemeChromiumLinux.cpp275 …ist.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || box->borderBottom(); in paintMenuList()
DRenderFlexibleBox.cpp331 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox()
646 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox()
DRenderBox.cpp428 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/
DDeleteButtonController.cpp123 …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/
Dleft_nav.cs63 $("#swapper").css({borderBottom:"2px solid #aaa"});
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h82 - (NSString *)borderBottom;
83 - (void)setBorderBottom:(NSString *)borderBottom;
DDOMCSS.mm267 - (NSString *)borderBottom
272 - (void)setBorderBottom:(NSString *)borderBottom
274 [self setProperty:@"border-bottom" value:borderBottom priority:@""];
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1234 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/
DDOMNodeHighlighter.cpp254 …enderBox->borderRight(), paddingBox.height() + renderBox->borderTop() + renderBox->borderBottom()); in DrawNodeHighlight()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityTable.cpp187 if ((cell->borderTop() > 0 && cell->borderBottom() > 0) in isDataTable()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp573 box->borderTop() + box->borderBottom() + layer->scrollHeight()); in repaint()
594 int height = clip.height() - box->borderTop() - box->borderBottom(); in repaint()

12