Home
last modified time | relevance | path

Searched refs:borderLeft (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.cpp253 …onst AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft) in getBordersFromFrameAttributeValue() argument
258 borderLeft = false; in getBordersFromFrameAttributeValue()
267 borderLeft = borderRight = true; in getBordersFromFrameAttributeValue()
269 borderLeft = true; in getBordersFromFrameAttributeValue()
273 borderTop = borderBottom = borderLeft = borderRight = true; in getBordersFromFrameAttributeValue()
329 bool borderLeft; in collectStyleForPresentationAttribute() local
330 … if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) { in collectStyleForPresentationAttribute()
334 …addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderLeftStyle, borderLeft ? CSSValueSo… in collectStyleForPresentationAttribute()
363 bool borderLeft; in parseAttribute() local
364 …eAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft); in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h107 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft() function
114 int borderWidth() const { return borderLeft() + borderRight(); } in borderWidth()
122 …LayoutUnit borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + p… in borderAndPaddingWidth()
125 …ddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() + paddingLeft(… in borderAndPaddingLogicalLeft()
128 …LayoutUnit borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : … in borderLogicalLeft()
DRenderButton.cpp90 …return LayoutRect(additionalOffset.x() + borderLeft(), additionalOffset.y() + borderTop(), width()… in controlClipRect()
DRenderFileUploadControl.cpp98 …IntRect clipRect = enclosingIntRect(LayoutRect(paintOffset.x() + borderLeft(), paintOffset.y() + b… in paintObject()
99 …width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeig… in paintObject()
112 LayoutUnit contentLeft = paintOffset.x() + borderLeft() + paddingLeft(); in paintObject()
DRenderFieldset.cpp159 LayoutUnit xOff = (legend->x() > 0) ? LayoutUnit() : (legend->width() - borderLeft()) / 2; in paintBoxDecorationBackground()
212 LayoutUnit xOff = (legend->x() > 0) ? LayoutUnit() : (legend->width() - borderLeft()) / 2; in paintMask()
DRenderMedia.cpp73 …controlsRenderer->setLocation(LayoutPoint(borderLeft(), borderTop()) + LayoutSize(paddingLeft(), p… in layout()
DRenderWidget.cpp179 IntPoint paintLocation(roundToInt(adjustedPaintOffset.x() + borderLeft() + paddingLeft()), in paintContents()
228 …Top() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight(… in paint()
DRenderTreeAsText.cpp255 if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) { in writeRenderObject()
289 if (o.style()->borderLeft() != prevBorder) { in writeRenderObject()
290 prevBorder = o.style()->borderLeft(); in writeRenderObject()
291 if (!box.borderLeft()) in writeRenderObject()
294 ts << " (" << box.borderLeft() << "px "; in writeRenderObject()
DRenderPart.cpp102 …LayoutPoint contentOffset = LayoutPoint(borderLeft() + paddingLeft(), borderTop() + paddingTop()) … in nodeAtPoint()
DRenderTextControlMultiLine.cpp99 placeholderBox->setX(borderLeft() + paddingLeft()); in layoutSpecialExcludedChild()
DLayoutState.cpp76 …m_pageOffset = LayoutSize(m_layoutOffset.width() + (!isFlipped ? renderer.borderLeft() + renderer.… in LayoutState()
DRenderBox.h182 …LayoutRect paddingBoxRect() const { return LayoutRect(borderLeft(), borderTop(), contentWidth() + … in paddingBoxRect()
187 …LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + … in contentBoxRect()
195 …LayoutRect computedCSSContentBoxRect() const { return LayoutRect(borderLeft() + computedCSSPadding… in computedCSSContentBoxRect()
253 …LayoutUnit clientLeft() const { return borderLeft() + (style()->shouldPlaceBlockDirectionScrollbar… in clientLeft()
DRenderDeprecatedFlexibleBox.cpp330 LayoutUnit xPos = borderLeft() + paddingLeft(); in layoutHorizontalBox()
351 xPos = borderLeft() + paddingLeft(); in layoutHorizontalBox()
472 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos; in layoutHorizontalBox()
684 LayoutUnit childX = borderLeft() + paddingLeft(); in layoutVerticalBox()
DRenderLayerScrollableArea.cpp559 …int scrollableLeftOverflow = m_overflowRect.x() - box().borderLeft() - (box().style()->shouldPlace… in computeScrollDimensions()
796 borderBoxRect.width() - (box().borderLeft() + box().borderRight()) - scrollCorner.width(), in rectForHorizontalScrollbar()
816 return minX + box().borderLeft(); in verticalScrollbarStart()
822 int x = minX + box().borderLeft(); in horizontalScrollbarStart()
1111 …box().width() - (box().borderLeft() + box().borderRight()) - (m_vBar ? m_vBar->width() : resizeCon… in hitTestOverflowControls()
DRenderMarquee.cpp123 contentWidth += (paddingRight() - borderLeft()); in computePosition()
DRenderBoxModelObject.cpp254 …referencePoint.move(-toRenderBox(offsetParent)->borderLeft(), -toRenderBox(offsetParent)->borderTo… in adjustedPositionRelativeToOffsetParent()
550 LayoutUnit x = borderLeft() + paddingLeft(); in localCaretRectForEmptyElement()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeOutsideInfo.cpp184 case LeftToRightWritingMode: return renderer.borderLeft(); in borderBeforeInWritingMode()
197 case LeftToRightWritingMode: return renderer.borderLeft() + renderer.paddingLeft(); in borderAndPaddingBeforeInWritingMode()
223 return renderer.borderLeft(); in borderStartWithStyleForWritingMode()
237 return renderer.borderLeft() + renderer.paddingLeft(); in borderAndPaddingStartWithStyleForWritingMode()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DRemoteFrameView.cpp37 repaintRect.move(renderer->borderLeft() + renderer->paddingLeft(), in invalidateRect()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DDetailsMarkerPainter.cpp36 …boxOrigin.move(m_renderDetailsMarker.borderLeft() + m_renderDetailsMarker.paddingLeft(), m_renderD… in paint()
DMultiColumnSetPainter.cpp76 …ruleThickness / 2 + ruleAdd : paintOffset.x() + m_renderMultiColumnSet.borderLeft() + m_renderMult… in paintColumnRules()
DBlockPainter.cpp299 …alLeft - ruleThickness / 2 + ruleAdd : paintOffset.x() + m_renderBlock.borderLeft() + m_renderBloc… in paintColumnRules()
312 ? m_renderBlock.borderLeft() + m_renderBlock.paddingLeft() in paintColumnRules()
366 … offset.expand(colRect.x() - m_renderBlock.borderLeft() - m_renderBlock.paddingLeft(), 0); in paintColumnContents()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTable.cpp250 || (cell->borderLeft() > 0 && cell->borderRight() > 0)) in isDataTable()
259 if (cell->borderLeft() > 0) in isDataTable()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp275 …borderBox = LayoutRect(paddingBox.x() - renderBox->borderLeft(), paddingBox.y() - renderBox->borde… in buildNodeQuads()
276 …paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + ren… in buildNodeQuads()
284 …paddingBox = LayoutRect(borderBox.x() + renderInline->borderLeft(), borderBox.y() + renderInline->… in buildNodeQuads()
285 …borderBox.width() - renderInline->borderLeft() - renderInline->borderRight(), borderBox.height() -… in buildNodeQuads()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DHitRegion.cpp35 canvasRect.move(rbmo->borderLeft() + rbmo->paddingLeft(), in updateAccessibility()
/external/chromium_org/chrome/browser/resources/net_internals/
Dsource_row.js46 selectionCol.style.borderLeft = '0';

12