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

1 2

  /frameworks/base/core/java/android/preference/
PreferenceFrameLayout.java 88 int borderRight = getPaddingRight();
99 borderRight -= mBorderRight;
109 borderRight += mBorderRight;
119 || previousLeft != borderLeft || previousRight != borderRight) {
120 setPadding(borderLeft, borderTop, borderRight, borderBottom);
  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.cpp 215 int scrollbarLeft = width() - borderRight() - scrollbar->width();
230 int scrollbarLeft = width() - borderRight() - scrollbar->width();
244 int scrollbarLeft = width() - borderRight() - scrollbar->width();
259 int scrollbarLeft = width() - borderRight() - scrollbar->width();
RenderFrameBase.cpp 67 int hBorder = borderLeft() + borderRight();
RenderIFrame.cpp 75 int border = borderLeft() + borderRight();
RenderBoxModelObject.h 87 virtual int borderRight() const { return style()->borderRightWidth(); }
94 int borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + paddingRight(); }
101 int borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
RenderTextControlMultiLine.cpp 146 int inset = borderRight() + paddingRight();
RenderListBox.cpp 330 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(),
439 IntRect vertRect(_tx + width() - borderRight() - m_vBar->width(),
460 if (offsetX < borderLeft() + paddingLeft() || offsetX > width() - borderRight() - paddingRight() - scrollbarWidth)
705 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
717 int scrollbarLeft = width() - borderRight() - scrollbar->width();
732 int scrollbarLeft = width() - borderRight() - scrollbar->width();
746 int scrollbarLeft = width() - borderRight() - scrollbar->width();
761 int scrollbarLeft = width() - borderRight() - scrollbar->width();
RenderTextControlSingleLine.cpp 330 int x = width() - borderRight() - paddingRight() - spinBox->width();
540 width += paddingRight() + borderRight();
580 result += resultsRenderer->borderLeft() + resultsRenderer->borderRight() +
584 result += cancelRenderer->borderLeft() + cancelRenderer->borderRight() +
589 result += speechRenderer->borderLeft() + speechRenderer->borderRight() +
604 width += paddingRight() + borderRight();
    [all...]
RenderButton.cpp 181 return IntRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
RenderScrollbarPart.cpp 93 int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->borderLeft() - m_scrollbar->owningRenderer()->borderRight();
RenderTableCell.h 61 virtual int borderRight() const;
RenderTreeAsText.cpp 308 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) {
326 if (o.style()->borderRight() != prevBorder) {
327 prevBorder = o.style()->borderRight();
328 if (!box.borderRight())
331 ts << " (" << box.borderRight() << "px ";
RenderMarquee.cpp 124 contentWidth += (box->paddingLeft() - box->borderRight());
RenderTable.h 64 int borderRight() const
RenderThemeChromiumWin.cpp 473 int borderRight = box->borderRight();
483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom);
492 int spacingRight = borderRight + box->paddingRight();
RenderFileUploadControl.cpp 221 width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeight);
RenderTableCell.cpp 712 int RenderTableCell::borderRight() const
714 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlock::borderRight();
    [all...]
RenderThemeChromiumLinux.cpp 275 extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || box->borderBottom();
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 123 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/Source/WebCore/bindings/objc/
DOMCSS.h 80 - (NSString *)borderRight;
81 - (void)setBorderRight:(NSString *)borderRight;
DOMCSS.mm 257 - (NSString *)borderRight
262 - (void)setBorderRight:(NSString *)borderRight
264 [self setProperty:@"border-right" value:borderRight priority:@""];
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 188 || (cell->borderLeft() > 0 && cell->borderRight() > 0))
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 254 paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + renderBox->borderTop() + renderBox->borderBottom());
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 706 box->borderLeft() + box->borderRight() + layer->scrollWidth()
735 int width = clip.width() - box->borderLeft() - box->borderRight();
    [all...]

Completed in 173 milliseconds

1 2