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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h112 virtual int borderEnd() const { return style()->borderEndWidth(); } function in class:blink::RenderBoxModelObject
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.cpp612 CollapsedBorderValue result = CollapsedBorderValue(style()->borderEnd(), includeColor ? resolveColor(endColorProperty) : Color(), BCELL);
913 int RenderTableCell::borderEnd() const function in class:blink::RenderTableCell
915 return table()->collapseBorders() ? borderHalfEnd(false) : RenderBlockFlow::borderEnd();
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1531 const BorderValue& RenderStyle::borderEnd() const function in class:blink::RenderStyle

Completed in 85 milliseconds