/external/webkit/WebCore/rendering/ |
D | RenderTableCell.cpp | 479 … 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 …]
|
D | RenderTreeAsText.cpp | 244 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 <<()
|
D | RenderListBox.cpp | 224 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()
|
D | RenderThemeChromiumWin.cpp | 406 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()
|
D | RenderBox.cpp | 375 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 …]
|
D | RenderApplet.cpp | 72 height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in createWidgetIfNecessary()
|
D | RenderPart.cpp | 94 int h = height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in updateWidgetPosition()
|
D | RenderTableSection.cpp | 389 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()
|
D | RenderTextControl.cpp | 134 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()
|
D | RenderButton.cpp | 175 …ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom()); in controlClipRect()
|
D | RenderTableCell.h | 76 int borderBottom() const;
|
D | RenderTable.h | 80 int borderBottom() const;
|
D | RenderScrollbarPart.cpp | 104 …ht() - m_scrollbar->owningRenderer()->borderTop() - m_scrollbar->owningRenderer()->borderBottom(); in computeScrollbarHeight()
|
D | RenderFlexibleBox.cpp | 266 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()
|
D | RenderTable.cpp | 392 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()
|
D | RenderWidget.cpp | 227 int h = height() - borderTop() - borderBottom() - paddingTop() - paddingBottom(); in updateWidgetPosition()
|
D | RenderTextControlSingleLine.cpp | 430 resultsRenderer->borderTop() + resultsRenderer->borderBottom() + in adjustControlHeightBasedOnLineHeight() 439 cancelRenderer->borderTop() + cancelRenderer->borderBottom() + in adjustControlHeightBasedOnLineHeight()
|
D | RenderFileUploadControl.cpp | 182 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
|
D | RenderLayer.cpp | 1094 …: 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()
|
D | RenderPartObject.cpp | 325 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom(); in layout()
|
D | RenderBox.h | 137 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom() function
|
/external/webkit/WebCore/editing/ |
D | DeleteButtonController.cpp | 95 …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/ |
D | DOMCSS.h | 82 - (NSString *)borderBottom; 83 - (void)setBorderBottom:(NSString *)borderBottom;
|
D | DOMCSS.mm | 362 - (NSString *)borderBottom 367 - (void)setBorderBottom:(NSString *)borderBottom 369 [self setProperty:@"border-bottom" value:borderBottom priority:@""];
|
/external/webkit/WebCore/page/ |
D | AccessibilityTable.cpp | 163 if ((cell->borderTop() > 0 && cell->borderBottom() > 0) || in isTableExposableThroughAccessibility()
|