HomeSort by relevance Sort by last modified time
    Searched full:bordertop (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/base/core/java/android/preference/
PreferenceFrameLayout.java 89 int borderTop = getPaddingTop();
100 borderTop -= mBorderTop;
110 borderTop += mBorderTop;
122 if (previousTop != borderTop || previousBottom != borderBottom
124 setPadding(borderLeft, borderTop, borderRight, borderBottom);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderButton.cpp 90 return LayoutRect(additionalOffset.x() + borderLeft(), additionalOffset.y() + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
104 return marginTop() + borderTop() + paddingTop() + contentHeight();
RenderBoxModelObject.h 105 virtual int borderTop() const { return style()->borderTopWidth(); }
115 int borderHeight() const { return borderTop() + borderBottom(); }
121 LayoutUnit borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
125 LayoutUnit borderAndPaddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); }
128 LayoutUnit borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
RenderFieldset.cpp 155 LayoutUnit yOff = (legend->y() > 0) ? LayoutUnit() : (legend->height() - borderTop()) / 2;
183 LayoutUnit clipHeight = max(static_cast<LayoutUnit>(style()->borderTopWidth()), legend->height() - ((legend->height() - borderTop()) / 2));
208 LayoutUnit yOff = (legend->y() > 0) ? LayoutUnit() : (legend->height() - borderTop()) / 2;
RenderFileUploadControl.cpp 98 IntRect clipRect = enclosingIntRect(LayoutRect(paintOffset.x() + borderLeft(), paintOffset.y() + borderTop(),
99 width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeight));
130 textY = paintOffset.y() + borderTop() + paddingTop() + buttonRenderer->baselinePosition(AlphabeticBaseline, true, HorizontalLine, PositionOnContainingLine);
RenderMedia.cpp 73 controlsRenderer->setLocation(LayoutPoint(borderLeft(), borderTop()) + LayoutSize(paddingLeft(), paddingTop()));
RenderPart.cpp 102 LayoutPoint contentOffset = LayoutPoint(borderLeft() + paddingLeft(), borderTop() + paddingTop()) - childFrameView->scrollOffset();
RenderTextControlMultiLine.cpp 100 placeholderBox->setY(borderTop() + paddingTop());
RenderWidget.cpp 180 roundToInt(adjustedPaintOffset.y() + borderTop() + paddingTop()));
228 paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true);
LayoutState.cpp 77 m_layoutOffset.height() + (!isFlipped ? renderer.borderTop() + renderer.paddingTop() : renderer.borderBottom() + renderer.paddingBottom()));
RenderTreeAsText.cpp 255 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) {
258 BorderValue prevBorder = o.style()->borderTop();
259 if (!box.borderTop())
262 ts << " (" << box.borderTop() << "px ";
RenderFlexibleBox.cpp 133 return direction == HorizontalLine ? box.borderTop() + box.paddingTop() + box.contentHeight() : box.borderRight() + box.paddingRight() + box.contentWidth();
449 return isLeftToRightFlow() ? borderTop() : borderBottom();
456 return isLeftToRightFlow() ? borderBottom() : borderTop();
463 return borderTop();
472 return borderTop();
481 return borderTop();
488 return borderTop();
    [all...]
RenderLayerScrollableArea.cpp 204 scrollRect.move(verticalScrollbarStart(0, box().width()), box().borderTop());
560 int scrollableTopOverflow = m_overflowRect.y() - box().borderTop();
808 borderBoxRect.y() + box().borderTop(),
810 borderBoxRect.height() - (box().borderTop() + box().borderBottom()) - scrollCorner.height());
831 return IntSize(verticalScrollbarStart(0, box().width()), box().borderTop());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
RemoteFrameView.cpp 38 renderer->borderTop() + renderer->paddingTop());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.cpp 253 static bool getBordersFromFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft)
255 borderTop = false;
261 borderTop = true;
265 borderTop = borderBottom = true;
273 borderTop = borderBottom = borderLeft = borderRight = true;
326 bool borderTop;
330 if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) {
332 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderTopStyle, borderTop ? CSSValueSolid : CSSValueHidden);
360 bool borderTop;
364 m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/
CSSPropertySetterGetter.html 24 'borderTop' : 'green',
CSSPropertyUpdateValue.html 24 'borderTop' : 'green',
  /external/chromium_org/third_party/WebKit/Source/core/paint/
DetailsMarkerPainter.cpp 36 boxOrigin.move(m_renderDetailsMarker.borderLeft() + m_renderDetailsMarker.paddingLeft(), m_renderDetailsMarker.borderTop() + m_renderDetailsMarker.paddingTop());
MultiColumnSetPainter.cpp 78 LayoutUnit ruleTop = m_renderMultiColumnSet.isHorizontalWritingMode() ? paintOffset.y() + m_renderMultiColumnSet.borderTop() + m_renderMultiColumnSet.paddingTop() : paintOffset.y() + ruleLogicalLeft - ruleThickness / 2 + ruleAdd;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 182 case TopToBottomWritingMode: return renderer.borderTop();
195 case TopToBottomWritingMode: return renderer.borderTop() + renderer.paddingTop();
228 return renderer.borderTop();
242 return renderer.borderTop() + renderer.paddingTop();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
HitRegion.cpp 36 rbmo->borderTop() + rbmo->paddingTop());
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
convolve_test.cc 337 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; }
340 return (i < BorderTop() * kOuterBlockSize ||
341 i >= (BorderTop() + Height()) * kOuterBlockSize ||
395 return input_ + BorderTop() * kOuterBlockSize + BorderLeft();
397 return CONVERT_TO_BYTEPTR(input16_ + BorderTop() * kOuterBlockSize +
401 return input_ + BorderTop() * kOuterBlockSize + BorderLeft();
408 return output_ + BorderTop() * kOuterBlockSize + BorderLeft();
410 return CONVERT_TO_BYTEPTR(output16_ + BorderTop() * kOuterBlockSize +
414 return output_ + BorderTop() * kOuterBlockSize + BorderLeft();
    [all...]
  /external/libvpx/libvpx/test/
convolve_test.cc 204 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; }
207 return (i < BorderTop() * kOuterBlockSize ||
208 i >= (BorderTop() + Height()) * kOuterBlockSize ||
240 return input_ + BorderTop() * kOuterBlockSize + BorderLeft();
244 return output_ + BorderTop() * kOuterBlockSize + BorderLeft();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 204 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; }
207 return (i < BorderTop() * kOuterBlockSize ||
208 i >= (BorderTop() + Height()) * kOuterBlockSize ||
240 return input_ + BorderTop() * kOuterBlockSize + BorderLeft();
244 return output_ + BorderTop() * kOuterBlockSize + BorderLeft();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 275 borderBox = LayoutRect(paddingBox.x() - renderBox->borderLeft(), paddingBox.y() - renderBox->borderTop(),
276 paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + renderBox->borderTop() + renderBox->borderBottom());
284 paddingBox = LayoutRect(borderBox.x() + renderInline->borderLeft(), borderBox.y() + renderInline->borderTop(),
285 borderBox.width() - renderInline->borderLeft() - renderInline->borderRight(), borderBox.height() - renderInline->borderTop() - renderInline->borderBottom());

Completed in 2300 milliseconds

1 2 3