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

1 2

  /frameworks/base/core/java/android/preference/
PreferenceFrameLayout.java 86 int borderBottom = getPaddingBottom();
97 borderBottom -= mBorderBottom;
107 borderBottom += mBorderBottom;
118 if (previousTop != borderTop || previousBottom != borderBottom
120 setPadding(borderLeft, borderTop, borderRight, borderBottom);
  /external/webkit/Source/WebCore/rendering/
RenderFrameBase.cpp 68 int vBorder = borderTop() + borderBottom();
RenderIFrame.cpp 57 int border = borderTop() + borderBottom();
RenderBoxModelObject.h 85 virtual int borderBottom() const { return style()->borderBottomWidth(); }
93 int borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
101 int borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
RenderButton.cpp 181 return IntRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
RenderScrollbarPart.cpp 108 int visibleSize = m_scrollbar->owningRenderer()->height() - m_scrollbar->owningRenderer()->borderTop() - m_scrollbar->owningRenderer()->borderBottom();
RenderTableCell.h 63 virtual int borderBottom() const;
RenderTreeAsText.cpp 308 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) {
340 if (o.style()->borderBottom() != prevBorder) {
341 prevBorder = box.style()->borderBottom();
342 if (!box.borderBottom())
345 ts << " (" << box.borderBottom() << "px ";
RenderListBox.cpp 333 height() - (borderTop() + borderBottom()));
442 height() - borderTop() - borderBottom());
456 if (offsetY < borderTop() + paddingTop() || offsetY > height() - paddingBottom() - borderBottom())
526 if (offsetY > height() - paddingBottom() - borderBottom() && scrollToRevealElementAtListIndex(offset + rows))
RenderTable.h 78 int borderBottom() const
RenderThemeChromiumWin.cpp 476 int borderBottom = box->borderBottom();
483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom);
494 int spacingBottom = borderBottom + box->paddingBottom();
RenderTextControl.cpp 464 setHeight(m_innerText->renderBox()->borderTop() + m_innerText->renderBox()->borderBottom() +
635 IntRect clipRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop());
RenderFileUploadControl.cpp 221 width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeight);
RenderTextControlSingleLine.cpp 303 spinBox->setHeight(height() - borderTop() - borderBottom());
613 resultsRenderer->borderTop() + resultsRenderer->borderBottom() +
621 cancelRenderer->borderTop() + cancelRenderer->borderBottom() +
    [all...]
RenderTableCell.cpp 722 int RenderTableCell::borderBottom() const
724 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom();
    [all...]
RenderThemeChromiumLinux.cpp 275 extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || box->borderBottom();
RenderFlexibleBox.cpp 323 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight();
607 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight();
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 123 unsigned visibleBorders = style->borderTop().isVisible() + style->borderBottom().isVisible() + style->borderLeft().isVisible() + style->borderRight().isVisible();
215 style->setProperty(CSSPropertyBottom, String::number(-borderWidth - m_target->renderBox()->borderBottom()) + "px");
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h 82 - (NSString *)borderBottom;
83 - (void)setBorderBottom:(NSString *)borderBottom;
DOMCSS.mm 267 - (NSString *)borderBottom
272 - (void)setBorderBottom:(NSString *)borderBottom
274 [self setProperty:@"border-bottom" value:borderBottom priority:@""];
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 187 if ((cell->borderTop() > 0 && cell->borderBottom() > 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 708 box->borderTop() + box->borderBottom() + layer->scrollHeight()
736 int height = clip.height() - box->borderTop() - box->borderBottom();
    [all...]

Completed in 1271 milliseconds

1 2