Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.h84 virtual int borderTop() const { return style()->borderTopWidth(); } in borderTop() function
DRenderTable.h71 int borderTop() const in borderTop() function
DRenderThemeChromiumWin.cpp475 int borderTop = box->borderTop(); in paintMenuList() local
DRenderTableCell.cpp717 int RenderTableCell::borderTop() const in borderTop() function in WebCore::RenderTableCell
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.mm248 {
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h413 const BorderValue& borderTop() const { return surround->border.top(); } in borderTop() function