Searched defs:borderStart (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h111 virtual int borderStart() const { return style()->borderStartWidth(); } function in class:blink::RenderBoxModelObject
117 LayoutUnit borderAndPaddingStart() const { return borderStart() + paddingStart(); }
124 LayoutUnit borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); }
130 LayoutUnit borderLogicalWidth() const { return borderStart() + borderEnd(); }
152 bool hasInlineDirectionBordersOrPadding() const { return borderStart() || borderEnd() || paddingStart()|| paddingEnd(); }
H A DRenderTableCell.cpp509 CollapsedBorderValue result(style()->borderStart(), includeColor ? resolveColor(startColorProperty) : Color(), BCELL);
908 int RenderTableCell::borderStart() const function in class:blink::RenderTableCell
910 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlockFlow::borderStart();
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1524 const BorderValue& RenderStyle::borderStart() const function in class:blink::RenderStyle

Completed in 97 milliseconds