HomeSort by relevance Sort by last modified time
    Searched refs:borderRight (Results 1 - 25 of 50) sorted by null

1 2

  /external/webkit/WebCore/rendering/
RenderDataGrid.cpp 114 int toAdd = paddingLeft() + paddingRight() + borderLeft() + borderRight();
198 int scrollbarLeft = width() - borderRight() - scrollbar->width();
213 int scrollbarLeft = width() - borderRight() - scrollbar->width();
227 int scrollbarLeft = width() - borderRight() - scrollbar->width();
242 int scrollbarLeft = width() - borderRight() - scrollbar->width();
RenderBoxModelObject.h 76 virtual int borderRight() const { return style()->borderRightWidth(); }
84 bool hasHorizontalBordersOrPadding() const { return borderLeft() != 0 || borderRight() != 0 || paddingLeft() != 0 || paddingRight() != 0; }
RenderApplet.cpp 62 width() - borderLeft() - borderRight() - paddingLeft() - paddingRight();
RenderListBox.cpp 191 int toAdd = paddingLeft() + paddingRight() + borderLeft() + borderRight();
285 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(),
374 IntRect vertRect(_tx + width() - borderRight() - m_vBar->width(),
395 if (offsetX < borderLeft() + paddingLeft() || offsetX > width() - borderRight() - paddingRight() - scrollbarWidth)
623 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
635 int scrollbarLeft = width() - borderRight() - scrollbar->width();
650 int scrollbarLeft = width() - borderRight() - scrollbar->width();
664 int scrollbarLeft = width() - borderRight() - scrollbar->width();
679 int scrollbarLeft = width() - borderRight() - scrollbar->width();
RenderTableCell.cpp 101 w = Length(max(0, w.value() - borderLeft() - borderRight() - paddingLeft() - paddingRight()), Fixed);
336 result = rtl ? compareBorders(result, CollapsedBorderValue(&prevCell->style()->borderRight(), BCELL)) : compareBorders(CollapsedBorderValue(&prevCell->style()->borderRight(), BCELL), result);
370 result = rtl ? compareBorders(result, CollapsedBorderValue(&colElt->style()->borderRight(), BCOL)) : compareBorders(CollapsedBorderValue(&colElt->style()->borderRight(), BCOL), result);
397 CollapsedBorderValue result = CollapsedBorderValue(&style()->borderRight(), BCELL);
409 result = compareBorders(result, CollapsedBorderValue(&parent()->style()->borderRight(), BROW));
414 result = compareBorders(result, CollapsedBorderValue(&section()->style()->borderRight(), BROWGROUP));
424 result = compareBorders(result, CollapsedBorderValue(&colElt->style()->borderRight(), BCOL));
428 result = compareBorders(result, CollapsedBorderValue(&colElt->parent()->style()->borderRight(), BCOLGROUP))
    [all...]
RenderPartObject.cpp 61 int extraWidth = paddingLeft() + paddingRight() + borderLeft() + borderRight();
163 int extraWidth = paddingLeft() + paddingRight() + borderLeft() + borderRight();
RenderTable.h 49 int borderRight() const { return m_borderRight; }
111 return borderLeft() + borderRight() +
RenderFieldset.cpp 61 m_minPrefWidth = max(m_minPrefWidth, legendMinWidth + paddingLeft() + paddingRight() + borderLeft() + borderRight());
83 xPos = width() - paddingRight() - borderRight() - legend->width() - legend->marginRight();
88 xPos = width() - paddingRight() - borderRight() - legend->width();
RenderTableCell.h 68 int borderRight() const;
InlineFlowBox.h 99 int marginBorderPaddingRight() const { return marginRight() + borderRight() + paddingRight(); }
103 int borderRight() const { if (includeRightEdge()) return renderer()->style()->borderRightWidth(); return 0; }
RenderTreeAsText.cpp 260 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) {
278 if (o.style()->borderRight() != prevBorder) {
279 prevBorder = o.style()->borderRight();
280 if (!box.borderRight())
283 ts << " (" << box.borderRight() << "px ";
RenderBox.cpp 257 return width() - borderLeft() - borderRight() - verticalScrollbarWidth();
507 int bordersPlusPadding = borderLeft() + borderRight() + paddingLeft() + paddingRight();
524 width -= (borderLeft() + borderRight() + paddingLeft() + paddingRight());
609 int bw = max(w + marginLeft() + marginRight() + borderLeft() + borderRight(), rw);
809 max(layerRenderer->width() + layerRenderer->marginLeft() + layerRenderer->marginRight() + layerRenderer->borderLeft() + layerRenderer->borderRight(), rw),
909 int clipWidth = width() - bLeft - borderRight();
    [all...]
RenderButton.cpp 183 return IntRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
RenderScrollbarPart.cpp 89 int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->borderLeft() - m_scrollbar->owningRenderer()->borderRight();
RenderThemeChromiumWin.cpp 427 int borderRight = box->borderRight();
437 bool drawEdges = !(borderRight == 0 && borderLeft == 0 && borderTop == 0 && borderBottom == 0);
446 int spacingRight = borderRight + box->paddingRight();
RenderFileUploadControl.cpp 190 width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeight);
275 int toAdd = paddingLeft() + paddingRight() + borderLeft() + borderRight();
RenderTable.cpp 445 int rightBorderOverflow = width() + (collapsing ? outerBorderRight() - borderRight() : 0);
831 const BorderValue& tb = style()->borderRight();
840 const BorderValue& gb = style()->borderRight();
852 const BorderValue& sb = firstNonEmptySection->style()->borderRight();
862 const BorderValue& cb = cs.cell->style()->borderRight();
866 const BorderValue& rb = cs.cell->parent()->style()->borderRight();
878 return RenderBlock::borderRight();
    [all...]
RenderFlexibleBox.cpp 198 int toAdd = borderLeft() + borderRight() + paddingLeft() + paddingRight();
647 xPos = width() - paddingRight() - borderRight();
789 child->layer()->setStaticX(borderRight()+paddingRight());
    [all...]
RenderSlider.cpp 258 int toAdd = paddingLeft() + paddingRight() + borderLeft() + borderRight();
332 IntSize baseSize(borderLeft() + paddingLeft() + paddingRight() + borderRight(),
RenderMarquee.cpp 120 contentWidth += (box->paddingLeft() - box->borderRight());
RenderSVGRoot.cpp 65 int paddingAndBorders = paddingLeft() + paddingRight() + borderLeft() + borderRight();
RenderTableSection.cpp 295 w = table()->width() - (table()->borderLeft() + table()->borderRight() + b);
    [all...]
  /external/webkit/WebCore/editing/
DeleteButtonController.cpp 119 unsigned visibleBorders = style->borderTop().isVisible() + style->borderBottom().isVisible() + style->borderLeft().isVisible() + style->borderRight().isVisible();
214 style->setProperty(CSSPropertyRight, String::number(-borderWidth - m_target->renderBox()->borderRight()) + "px");
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 80 - (NSString *)borderRight;
81 - (void)setBorderRight:(NSString *)borderRight;
DOMCSS.mm 260 - (NSString *)borderRight
265 - (void)setBorderRight:(NSString *)borderRight
267 [self setProperty:@"border-right" value:borderRight priority:@""];

Completed in 143 milliseconds

1 2