Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.cpp279 …FromFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& borderRight, bool& borde… in getBordersFromFrameAttributeValue()
348 bool borderRight; in collectStyleForPresentationAttribute() local
382 bool borderRight; in parseAttribute() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h67 int borderRight() const in borderRight() function
DRenderBoxModelObject.h118 virtual int borderRight() const { return style()->borderRightWidth(); } in borderRight() function
DRenderThemeChromiumWin.cpp353 int borderRight = box->borderRight(); in paintMenuList() local
DRenderTableCell.cpp900 int RenderTableCell::borderRight() const in borderRight() function in WebCore::RenderTableCell
DRenderObject.cpp1566 int borderRight = isBox() ? toRenderBox(this)->borderRight() : 0; in repaintAfterLayoutIfNeeded() local
DRenderBox.cpp457 LayoutUnit borderRight = style->borderRight().nonZero() ? style->borderRight().width() : 0; in fixedOffsetWidth() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h476 const BorderValue& borderRight() const { return surround->border.right(); } in borderRight() function