Home
last modified time | relevance | path

Searched defs:borderBottom (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.h85 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom() function
DRenderTable.h78 int borderBottom() const in borderBottom() function
DRenderThemeChromiumWin.cpp476 int borderBottom = box->borderBottom(); in paintMenuList() local
DRenderTableCell.cpp722 int RenderTableCell::borderBottom() const in borderBottom() function in WebCore::RenderTableCell
DRenderObject.cpp1306 int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0; in repaintAfterLayoutIfNeeded() local
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.mm268 {
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h414 const BorderValue& borderBottom() const { return surround->border.bottom(); } in borderBottom() function