/external/webkit/Source/WebCore/rendering/ |
D | RenderDataGrid.cpp | 215 int scrollbarLeft = width() - borderRight() - scrollbar->width(); in convertFromScrollbarToContainingView() 230 int scrollbarLeft = width() - borderRight() - scrollbar->width(); in convertFromContainingViewToScrollbar() 244 int scrollbarLeft = width() - borderRight() - scrollbar->width(); in convertFromScrollbarToContainingView() 259 int scrollbarLeft = width() - borderRight() - scrollbar->width(); in convertFromContainingViewToScrollbar()
|
D | RenderListBox.cpp | 330 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(), in paintScrollbar() 439 IntRect vertRect(_tx + width() - borderRight() - m_vBar->width(), in isPointInOverflowControl() 460 …if (offsetX < borderLeft() + paddingLeft() || offsetX > width() - borderRight() - paddingRight() -… in listIndexAtOffset() 705 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop()); in invalidateScrollbarRect() 717 int scrollbarLeft = width() - borderRight() - scrollbar->width(); in convertFromScrollbarToContainingView() 732 int scrollbarLeft = width() - borderRight() - scrollbar->width(); in convertFromContainingViewToScrollbar() 746 int scrollbarLeft = width() - borderRight() - scrollbar->width(); in convertFromScrollbarToContainingView() 761 int scrollbarLeft = width() - borderRight() - scrollbar->width(); in convertFromContainingViewToScrollbar()
|
D | RenderBoxModelObject.h | 87 virtual int borderRight() const { return style()->borderRightWidth(); } in borderRight() function 94 …int borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + paddingR… in borderAndPaddingWidth() 101 …int borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borde… in borderLogicalRight()
|
D | RenderTextControlSingleLine.cpp | 330 int x = width() - borderRight() - paddingRight() - spinBox->width(); in layout() 540 width += paddingRight() + borderRight(); in decorationWidthRight() 580 result += resultsRenderer->borderLeft() + resultsRenderer->borderRight() + in preferredContentWidth() 584 result += cancelRenderer->borderLeft() + cancelRenderer->borderRight() + in preferredContentWidth() 589 result += speechRenderer->borderLeft() + speechRenderer->borderRight() + in preferredContentWidth() 604 width += paddingRight() + borderRight(); in preferredDecorationWidthRight() 1125 int inset = borderRight() + clientPaddingRight(); in textBlockInsetRight()
|
D | RenderFrameBase.cpp | 67 int hBorder = borderLeft() + borderRight(); in layoutWithFlattening()
|
D | RenderTreeAsText.cpp | 308 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) { in writeRenderObject() 326 if (o.style()->borderRight() != prevBorder) { in writeRenderObject() 327 prevBorder = o.style()->borderRight(); in writeRenderObject() 328 if (!box.borderRight()) in writeRenderObject() 331 ts << " (" << box.borderRight() << "px "; in writeRenderObject()
|
D | RenderThemeChromiumWin.cpp | 473 int borderRight = box->borderRight(); in paintMenuList() local 483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom); in paintMenuList() 492 int spacingRight = borderRight + box->paddingRight(); in paintMenuList()
|
D | RenderIFrame.cpp | 75 int border = borderLeft() + borderRight(); in computeLogicalWidth()
|
D | RenderButton.cpp | 181 …return IntRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height… in controlClipRect()
|
D | RenderTextControlMultiLine.cpp | 146 int inset = borderRight() + paddingRight(); in textBlockInsetRight()
|
D | RenderTableCell.h | 61 virtual int borderRight() const;
|
D | RenderScrollbarPart.cpp | 93 …dth() - m_scrollbar->owningRenderer()->borderLeft() - m_scrollbar->owningRenderer()->borderRight(); in computeScrollbarWidth()
|
D | RenderTable.h | 64 int borderRight() const in borderRight() function
|
D | RenderMarquee.cpp | 124 contentWidth += (box->paddingLeft() - box->borderRight()); in computePosition()
|
D | RenderFileUploadControl.cpp | 221 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
|
D | RenderTableCell.cpp | 712 int RenderTableCell::borderRight() const in borderRight() function in WebCore::RenderTableCell 714 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlock::borderRight(); in borderRight() 1002 w - borderLeft() - borderRight(), h - borderTop() - borderBottom()); in paintBackgroundsBehindCell()
|
D | RenderThemeChromiumLinux.cpp | 275 …extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || bo… in paintMenuList()
|
D | RenderBox.cpp | 423 return width() - borderLeft() - borderRight() - verticalScrollbarWidth(); in clientWidth() 1037 …) + layerRenderer->marginRight() + layerRenderer->borderLeft() + layerRenderer->borderRight(), rw), in repaintLayerRectsForImage() 1131 int clipWidth = width() - bLeft - borderRight(); in overflowClipRect() 2391 …logicalLeftPos += (child->isHorizontalWritingMode() ? containerBlock->borderRight() : containerBlo… in computeLogicalLeftPositionedOffset() 2701 logicalTopPos += containerBlock->borderRight(); in computeLogicalTopPositionedOffset()
|
/external/webkit/Source/WebCore/editing/ |
D | DeleteButtonController.cpp | 123 …e->borderBottom().isVisible() + style->borderLeft().isVisible() + style->borderRight().isVisible(); in isDeletableElement() 214 …erty(CSSPropertyRight, String::number(-borderWidth - m_target->renderBox()->borderRight()) + "px"); in createDeletionUI()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.h | 80 - (NSString *)borderRight; 81 - (void)setBorderRight:(NSString *)borderRight;
|
D | DOMCSS.mm | 257 - (NSString *)borderRight 262 - (void)setBorderRight:(NSString *)borderRight 264 [self setProperty:@"border-right" value:borderRight priority:@""];
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 1238 return borderRight(); in borderBefore() 1252 return borderRight(); in borderAfter() 1263 return isLeftToRightDirection() ? borderLeft() : borderRight(); in borderStart() 1270 return isLeftToRightDirection() ? borderRight() : borderLeft(); in borderEnd()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityTable.cpp | 188 || (cell->borderLeft() > 0 && cell->borderRight() > 0)) in isDataTable()
|
/external/webkit/Source/WebCore/inspector/ |
D | DOMNodeHighlighter.cpp | 254 …paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + ren… in DrawNodeHighlight()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 706 box->borderLeft() + box->borderRight() + layer->scrollWidth() in repaint() 735 int width = clip.width() - box->borderLeft() - box->borderRight(); in repaint()
|