Searched defs:borderBottom (Results 1 – 7 of 7) sorted by relevance
85 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom() function
78 int borderBottom() const in borderBottom() function
476 int borderBottom = box->borderBottom(); in paintMenuList() local
722 int RenderTableCell::borderBottom() const in borderBottom() function in WebCore::RenderTableCell
1306 int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0; in repaintAfterLayoutIfNeeded() local
268 {
414 const BorderValue& borderBottom() const { return surround->border.bottom(); } in borderBottom() function