Searched defs:borderBefore (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/rendering/ | ||
D | RenderBoxModelObject.h | 88 virtual int borderBefore() const { return style()->borderBeforeWidth(); } in borderBefore() function |
D | RenderTable.cpp | 967 int RenderTable::borderBefore() const in borderBefore() function in WebCore::RenderTable |
D | RenderTableCell.cpp | 739 int RenderTableCell::borderBefore() const in borderBefore() function in WebCore::RenderTableCell |
/external/webkit/Source/WebCore/rendering/style/ | ||
D | RenderStyle.cpp | 1228 const BorderValue& RenderStyle::borderBefore() const in borderBefore() function in WebCore::RenderStyle |