Home
last modified time | relevance | path

Searched refs:borderRight (Results 1 – 25 of 44) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
DRenderDataGrid.cpp215 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()
DRenderListBox.cpp330 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()
DRenderBoxModelObject.h87 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()
DRenderTextControlSingleLine.cpp330 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()
DRenderFrameBase.cpp67 int hBorder = borderLeft() + borderRight(); in layoutWithFlattening()
DRenderTreeAsText.cpp308 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()
DRenderThemeChromiumWin.cpp473 int borderRight = box->borderRight(); in paintMenuList() local
483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom); in paintMenuList()
492 int spacingRight = borderRight + box->paddingRight(); in paintMenuList()
DRenderIFrame.cpp75 int border = borderLeft() + borderRight(); in computeLogicalWidth()
DRenderButton.cpp181 …return IntRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height… in controlClipRect()
DRenderTextControlMultiLine.cpp146 int inset = borderRight() + paddingRight(); in textBlockInsetRight()
DRenderTableCell.h61 virtual int borderRight() const;
DRenderScrollbarPart.cpp93 …dth() - m_scrollbar->owningRenderer()->borderLeft() - m_scrollbar->owningRenderer()->borderRight(); in computeScrollbarWidth()
DRenderTable.h64 int borderRight() const in borderRight() function
DRenderMarquee.cpp124 contentWidth += (box->paddingLeft() - box->borderRight()); in computePosition()
DRenderFileUploadControl.cpp221 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
DRenderTableCell.cpp712 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()
DRenderThemeChromiumLinux.cpp275 …extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || bo… in paintMenuList()
DRenderBox.cpp423 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/
DDeleteButtonController.cpp123 …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/
DDOMCSS.h80 - (NSString *)borderRight;
81 - (void)setBorderRight:(NSString *)borderRight;
DDOMCSS.mm257 - (NSString *)borderRight
262 - (void)setBorderRight:(NSString *)borderRight
264 [self setProperty:@"border-right" value:borderRight priority:@""];
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1238 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/
DAccessibilityTable.cpp188 || (cell->borderLeft() > 0 && cell->borderRight() > 0)) in isDataTable()
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp254 …paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + ren… in DrawNodeHighlight()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp706 box->borderLeft() + box->borderRight() + layer->scrollWidth() in repaint()
735 int width = clip.width() - box->borderLeft() - box->borderRight(); in repaint()

12