Home
last modified time | relevance | path

Searched defs:borderEnd (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h112 virtual int borderEnd() const { return style()->borderEndWidth(); } in borderEnd() function
DRenderTable.h56 virtual int borderEnd() const OVERRIDE { return m_borderEnd; } in borderEnd() function
DRenderTableCell.cpp913 int RenderTableCell::borderEnd() const in borderEnd() function in blink::RenderTableCell
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1531 const BorderValue& RenderStyle::borderEnd() const in borderEnd() function in blink::RenderStyle