Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBoxModelObject.h73 virtual int borderTop() const { return style()->borderTopWidth(); } in borderTop() function
DInlineFlowBox.h105 int borderTop() const { return renderer()->style()->borderTopWidth(); } in borderTop() function
DRenderThemeChromiumWin.cpp383 int borderTop = box->borderTop(); in paintMenuList() local
DRenderTableCell.cpp614 int RenderTableCell::borderTop() const in borderTop() function in WebCore::RenderTableCell
DRenderTable.cpp898 int RenderTable::borderTop() const in borderTop() function in WebCore::RenderTable
/external/webkit/WebCore/bindings/objc/
DDOMCSS.mm248 {
/external/webkit/WebCore/rendering/style/
DRenderStyle.h375 const BorderValue& borderTop() const { return surround->border.top; } in borderTop() function