Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h55 virtual int borderStart() const OVERRIDE { return m_borderStart; } in borderStart() function
DRenderBoxModelObject.h117 virtual int borderStart() const { return style()->borderStartWidth(); } in borderStart() function
DRenderTableCell.cpp920 int RenderTableCell::borderStart() const in borderStart() function in WebCore::RenderTableCell
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1541 const BorderValue& RenderStyle::borderStart() const in borderStart() function in WebCore::RenderStyle