Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.cpp279 …onst AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft) in getBordersFromFrameAttributeValue()
350 bool borderLeft; in collectStyleForPresentationAttribute() local
384 bool borderLeft; in parseAttribute() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h60 int borderLeft() const in borderLeft() function
DRenderBoxModelObject.h117 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft() function
DRenderThemeChromiumWin.cpp354 int borderLeft = box->borderLeft(); in paintMenuList() local
DRenderTableCell.cpp895 int RenderTableCell::borderLeft() const in borderLeft() function in WebCore::RenderTableCell
DRenderBox.cpp456 LayoutUnit borderLeft = style->borderLeft().nonZero() ? style->borderLeft().width() : 0; in fixedOffsetWidth() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h475 const BorderValue& borderLeft() const { return surround->border.left(); } in borderLeft() function