Home
last modified time | relevance | path

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

12

/external/webkit/WebCore/rendering/
DRenderTableCell.cpp479 … result = compareBorders(CollapsedBorderValue(&prevCell->style()->borderBottom(), BCELL), result); in collapsedTopBorder()
498 … result = compareBorders(CollapsedBorderValue(&prevRow->style()->borderBottom(), BROW), result); in collapsedTopBorder()
515 …result = compareBorders(CollapsedBorderValue(&currSection->style()->borderBottom(), BROWGROUP), re… in collapsedTopBorder()
548 CollapsedBorderValue result = CollapsedBorderValue(&style()->borderBottom(), BCELL); in collapsedBottomBorder()
559 result = compareBorders(result, CollapsedBorderValue(&parent()->style()->borderBottom(), BROW)); in collapsedBottomBorder()
574 …result = compareBorders(result, CollapsedBorderValue(&currSection->style()->borderBottom(), BROWGR… in collapsedBottomBorder()
591 … result = compareBorders(result, CollapsedBorderValue(&colElt->style()->borderBottom(), BCOL)); in collapsedBottomBorder()
594 …ompareBorders(result, CollapsedBorderValue(&colElt->parent()->style()->borderBottom(), BCOLGROUP)); in collapsedBottomBorder()
601 … result = compareBorders(result, CollapsedBorderValue(&table()->style()->borderBottom(), BTABLE)); in collapsedBottomBorder()
624 int RenderTableCell::borderBottom() const in borderBottom() function in WebCore::RenderTableCell
[all …]
DRenderTreeAsText.cpp244 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) { in operator <<()
276 if (o.style()->borderBottom() != prevBorder) { in operator <<()
277 prevBorder = box.style()->borderBottom(); in operator <<()
278 if (!box.borderBottom()) in operator <<()
281 ts << " (" << box.borderBottom() << "px "; in operator <<()
DRenderListBox.cpp224 int toAdd = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in calcHeight()
288 height() - (borderTop() + borderBottom())); in paintScrollbar()
375 height() - borderTop() - borderBottom()); in isPointInOverflowControl()
389 … if (offsetY < borderTop() + paddingTop() || offsetY > height() - paddingBottom() - borderBottom()) in listIndexAtOffset()
459 …if (offsetY > height() - paddingBottom() - borderBottom() && scrollToRevealElementAtListIndex(offs… in scrollToward()
DRenderThemeChromiumWin.cpp406 int borderBottom = o->borderBottom(); in paintMenuList() local
413 bool drawEdges = !(borderRight == 0 && borderLeft == 0 && borderTop == 0 && borderBottom == 0); in paintMenuList()
424 int spacingBottom = borderBottom + o->paddingBottom(); in paintMenuList()
DRenderBox.cpp375 return height() - borderTop() - borderBottom() - horizontalScrollbarHeight(); in clientHeight()
684 int bordersPlusPadding = borderTop() + borderBottom() + paddingTop() + paddingBottom(); in calcBorderBoxHeight()
700 height -= (borderTop() + borderBottom() + paddingTop() + paddingBottom()); in calcContentBoxHeight()
782 int bh = max(h + marginTop() + marginBottom() + borderTop() + borderBottom(), rh); in paintRootBoxDecorations()
1005 …+ layerRenderer->marginBottom() + layerRenderer->borderTop() + layerRenderer->borderBottom(), rh)); in repaintLayerRectsForImage()
1045 bottom = borderBottom(); in calculateBackgroundImageGeometry()
1161 …int height = h - borderTop() - borderBottom() - (includePadding ? paddingTop() + paddingBottom() :… in paintFillLayerExtended()
1314 int clipHeight = height() - bTop - borderBottom(); in getOverflowClipRect()
1949 … h = Length(overrideSize() - borderTop() - borderBottom() - paddingTop() - paddingBottom(), Fixed); in calcHeight()
1961 borderTop() - paddingTop() - borderBottom() - paddingBottom(), Fixed); in calcHeight()
[all …]
DRenderApplet.cpp72 height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in createWidgetIfNecessary()
DRenderPart.cpp94 int h = height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in updateWidgetPosition()
DRenderTableSection.cpp389 cell->borderTop() + cell->borderBottom())); in setCellWidths()
617 cell->borderBottom() - cell->paddingBottom())); in setCellWidths()
812 const BorderValue& sb = style()->borderBottom(); in setCellWidths()
818 const BorderValue& rb = lastChild()->style()->borderBottom(); in setCellWidths()
829 const BorderValue& cb = current.cell->style()->borderBottom(); in setCellWidths()
833 const BorderValue& gb = colGroup->style()->borderBottom(); in setCellWidths()
DRenderTextControl.cpp134 return height() - paddingTop() - paddingBottom() - borderTop() - borderBottom(); in textBlockHeight()
429 setHeight(m_innerText->renderBox()->borderTop() + m_innerText->renderBox()->borderBottom() + in calcHeight()
434 setHeight(height() + paddingTop() + paddingBottom() + borderTop() + borderBottom()); in calcHeight()
DRenderButton.cpp175 …ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom()); in controlClipRect()
DRenderTableCell.h76 int borderBottom() const;
DRenderTable.h80 int borderBottom() const;
DRenderScrollbarPart.cpp104 …ht() - m_scrollbar->owningRenderer()->borderTop() - m_scrollbar->owningRenderer()->borderBottom(); in computeScrollbarHeight()
DRenderFlexibleBox.cpp266 m_overflowHeight -= (borderBottom() + paddingBottom() + horizontalScrollbarHeight()); in layoutBlock()
330 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox()
676 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox()
1116 …int h = child->overrideHeight() - (child->borderTop() + child->borderBottom() + child->paddingTop(… in allowedChildFlex()
DRenderTable.cpp392 int bpBottom = borderBottom() + (collapsing ? 0 : paddingBottom()); in layout()
917 int RenderTable::borderBottom() const in borderBottom() function in WebCore::RenderTable
921 return RenderBlock::borderBottom(); in borderBottom()
970 const BorderValue& tb = style()->borderBottom(); in outerBorderBottom()
DRenderWidget.cpp227 int h = height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in updateWidgetPosition()
DRenderTextControlSingleLine.cpp430 resultsRenderer->borderTop() + resultsRenderer->borderBottom() + in adjustControlHeightBasedOnLineHeight()
439 cancelRenderer->borderTop() + cancelRenderer->borderBottom() + in adjustControlHeightBasedOnLineHeight()
DRenderFileUploadControl.cpp182 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
DRenderLayer.cpp1094 …: renderer->borderTop() + renderer->paddingTop() + renderer->borderBottom() + renderer->paddingBot… in resize()
1191 …scrollRect.move(renderer()->borderLeft(), renderer()->height() - renderer()->borderBottom() - scro… in invalidateScrollbarRect()
1297 …absBounds.height() - (renderer()->borderTop() + renderer()->borderBottom()) - scrollCorner.height(… in positionOverflowControls()
1301 … absBounds.bottom() - renderer()->borderBottom() - m_hBar->height(), in positionOverflowControls()
1592 …>width(), absBounds.height() - (renderer()->borderTop() + renderer()->borderBottom()) - (m_hBar ? … in hitTestOverflowControls()
1601 …unds.x() + renderer()->borderLeft(), absBounds.bottom() - renderer()->borderBottom() - m_hBar->hei… in hitTestOverflowControls()
DRenderPartObject.cpp325 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in layout()
DRenderBox.h137 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom() function
/external/webkit/WebCore/editing/
DDeleteButtonController.cpp95 …unsigned visibleBorders = style->borderTop().isVisible() + style->borderBottom().isVisible() + sty… in isDeletableElement()
173 …ty(CSSPropertyBottom, String::number(-borderWidth - m_target->renderBox()->borderBottom()) + "px"); in createDeletionUI()
/external/webkit/WebCore/bindings/objc/
DDOMCSS.h82 - (NSString *)borderBottom;
83 - (void)setBorderBottom:(NSString *)borderBottom;
DDOMCSS.mm362 - (NSString *)borderBottom
367 - (void)setBorderBottom:(NSString *)borderBottom
369 [self setProperty:@"border-bottom" value:borderBottom priority:@""];
/external/webkit/WebCore/page/
DAccessibilityTable.cpp163 if ((cell->borderTop() > 0 && cell->borderBottom() > 0) || in isTableExposableThroughAccessibility()

12