Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBoxModelObject.h74 virtual int borderBottom() const { return style()->borderBottomWidth(); } in borderBottom() function
DInlineFlowBox.h106 int borderBottom() const { return renderer()->style()->borderBottomWidth(); } in borderBottom() function
DRenderThemeChromiumWin.cpp384 int borderBottom = box->borderBottom(); in paintMenuList() local
DRenderTableCell.cpp619 int RenderTableCell::borderBottom() const in borderBottom() function in WebCore::RenderTableCell
DRenderTable.cpp905 int RenderTable::borderBottom() const in borderBottom() function in WebCore::RenderTable
DRenderObject.cpp1244 int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0; in repaintAfterLayoutIfNeeded() local
/external/webkit/WebCore/bindings/objc/
DDOMCSS.mm268 {
/external/webkit/WebCore/rendering/style/
DRenderStyle.h376 const BorderValue& borderBottom() const { return surround->border.bottom; } in borderBottom() function