Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.h86 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft() function
DRenderTable.h57 int borderLeft() const in borderLeft() function
DRenderThemeChromiumWin.cpp474 int borderLeft = box->borderLeft(); in paintMenuList() local
DRenderTableCell.cpp707 int RenderTableCell::borderLeft() const in borderLeft() function in WebCore::RenderTableCell
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.mm278 {
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h411 const BorderValue& borderLeft() const { return surround->border.left(); } in borderLeft() function