Searched defs:borderTop (Results 1 – 7 of 7) sorted by relevance
73 virtual int borderTop() const { return style()->borderTopWidth(); } in borderTop() function
105 int borderTop() const { return renderer()->style()->borderTopWidth(); } in borderTop() function
383 int borderTop = box->borderTop(); in paintMenuList() local
614 int RenderTableCell::borderTop() const in borderTop() function in WebCore::RenderTableCell
898 int RenderTable::borderTop() const in borderTop() function in WebCore::RenderTable
248 {
375 const BorderValue& borderTop() const { return surround->border.top; } in borderTop() function