Searched defs:borderBottom (Results 1 – 8 of 8) sorted by relevance
74 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom() function
106 int borderBottom() const { return renderer()->style()->borderBottomWidth(); } in borderBottom() function
384 int borderBottom = box->borderBottom(); in paintMenuList() local
619 int RenderTableCell::borderBottom() const in borderBottom() function in WebCore::RenderTableCell
905 int RenderTable::borderBottom() const in borderBottom() function in WebCore::RenderTable
1244 int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0; in repaintAfterLayoutIfNeeded() local
268 {
376 const BorderValue& borderBottom() const { return surround->border.bottom; } in borderBottom() function