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

1 2 3

  /frameworks/base/core/java/android/preference/
PreferenceFrameLayout.java 91 int borderLeft = getPaddingLeft();
102 borderLeft -= mBorderLeft;
112 borderLeft += mBorderLeft;
123 || previousLeft != borderLeft || previousRight != borderRight) {
124 setPadding(borderLeft, borderTop, borderRight, borderBottom);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
RemoteFrameView.cpp 37 repaintRect.move(renderer->borderLeft() + renderer->paddingLeft(),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.cpp 67 controlsRenderer->setLocation(LayoutPoint(borderLeft(), borderTop()) + LayoutSize(paddingLeft(), paddingTop()));
RenderButton.cpp 117 return LayoutRect(additionalOffset.x() + borderLeft(), additionalOffset.y() + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
RenderTextControlMultiLine.cpp 99 placeholderBox->setX(borderLeft() + paddingLeft());
RenderFileUploadControl.cpp 97 IntRect clipRect = enclosingIntRect(LayoutRect(paintOffset.x() + borderLeft(), paintOffset.y() + borderTop(),
98 width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeight));
112 LayoutUnit contentLeft = paintOffset.x() + borderLeft() + paddingLeft();
RenderBoxModelObject.h 113 virtual int borderLeft() const { return style()->borderLeftWidth(); }
120 int borderWidth() const { return borderLeft() + borderRight(); }
128 LayoutUnit borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + paddingRight(); }
131 LayoutUnit borderAndPaddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); }
134 LayoutUnit borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
RenderPart.cpp 104 LayoutPoint contentOffset = LayoutPoint(borderLeft() + paddingLeft(), borderTop() + paddingTop()) - childFrameView->scrollOffset();
RenderFieldset.cpp 157 LayoutUnit xOff = (legend->x() > 0) ? LayoutUnit() : (legend->width() - borderLeft()) / 2;
208 LayoutUnit xOff = (legend->x() > 0) ? LayoutUnit() : (legend->width() - borderLeft()) / 2;
RenderWidget.cpp 164 IntPoint paintLocation(roundToInt(adjustedPaintOffset.x() + borderLeft() + paddingLeft()),
222 paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true);
RenderDetailsMarker.cpp 135 boxOrigin.move(borderLeft() + paddingLeft(), borderTop() + paddingTop());
RenderTreeAsText.cpp 250 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) {
287 if (o.style()->borderLeft() != prevBorder) {
288 prevBorder = o.style()->borderLeft();
289 if (!box.borderLeft())
292 ts << " (" << box.borderLeft() << "px ";
RenderFlowThread.cpp 216 referencePoint.move(toRenderBox(currOffsetParentRenderer)->borderLeft(), toRenderBox(currOffsetParentRenderer)->borderTop());
269 referencePoint.move(startRegion->borderLeft(), startRegion->borderTop());
LayoutState.cpp 105 m_pageOffset = LayoutSize(m_layoutOffset.width() + (!isFlipped ? renderer.borderLeft() + renderer.paddingLeft() : renderer.borderRight() + renderer.paddingRight()),
RenderBox.h 180 LayoutRect paddingBoxRect() const { return LayoutRect(borderLeft(), borderTop(), contentWidth() + paddingLeft() + paddingRight(), contentHeight() + paddingTop() + paddingBottom()); }
185 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); }
193 LayoutRect computedCSSContentBoxRect() const { return LayoutRect(borderLeft() + computedCSSPaddingLeft(), borderTop() + computedCSSPaddingTop(), clientWidth() - computedCSSPaddingLeft() - computedCSSPaddingRight(), clientHeight() - computedCSSPaddingTop() - computedCSSPaddingBottom()); }
252 LayoutUnit clientLeft() const { return borderLeft() + (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? verticalScrollbarWidth() : 0); }
    [all...]
RenderDeprecatedFlexibleBox.cpp 346 LayoutUnit xPos = borderLeft() + paddingLeft();
367 xPos = borderLeft() + paddingLeft();
488 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos;
700 LayoutUnit childX = borderLeft() + paddingLeft();
    [all...]
RenderListBox.cpp 310 return LayoutRect(additionalOffset.x() + borderLeft() + paddingLeft() + scrollbarOffset,
388 scrollbarLeft = borderLeft();
530 if (offset.width() < borderLeft() + paddingLeft() + rightScrollbarOffset
776 scrollRect.move(borderLeft(), borderTop());
    [all...]
RenderMarquee.cpp 125 contentWidth += (paddingRight() - borderLeft());
RenderTableCell.h 115 virtual int borderLeft() const OVERRIDE;
RenderLayerScrollableArea.cpp 558 int scrollableLeftOverflow = m_overflowRect.x() - box().borderLeft() - (box().style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? box().verticalScrollbarWidth() : 0);
787 borderBoxRect.width() - (box().borderLeft() + box().borderRight()) - scrollCorner.width(),
807 return minX + box().borderLeft();
813 int x = minX + box().borderLeft();
    [all...]
RenderTable.h 60 virtual int borderLeft() const OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.cpp 271 static bool getBordersFromFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft)
276 borderLeft = false;
285 borderLeft = borderRight = true;
287 borderLeft = true;
291 borderTop = borderBottom = borderLeft = borderRight = true;
347 bool borderLeft;
348 if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) {
352 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderLeftStyle, borderLeft ? CSSValueSolid : CSSValueHidden);
381 bool borderLeft;
382 m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 180 case LeftToRightWritingMode: return renderer.borderLeft();
193 case LeftToRightWritingMode: return renderer.borderLeft() + renderer.paddingLeft();
219 return renderer.borderLeft();
233 return renderer.borderLeft() + renderer.paddingLeft();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp 253 || (cell->borderLeft() > 0 && cell->borderRight() > 0))
262 if (cell->borderLeft() > 0)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 186 borderBox = LayoutRect(paddingBox.x() - renderBox->borderLeft(), paddingBox.y() - renderBox->borderTop(),
187 paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + renderBox->borderTop() + renderBox->borderBottom());
195 paddingBox = LayoutRect(borderBox.x() + renderInline->borderLeft(), borderBox.y() + renderInline->borderTop(),
196 borderBox.width() - renderInline->borderLeft() - renderInline->borderRight(), borderBox.height() - renderInline->borderTop() - renderInline->borderBottom());

Completed in 489 milliseconds

1 2 3