Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.cpp253 …onst AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft) in getBordersFromFrameAttributeValue()
329 bool borderLeft; in collectStyleForPresentationAttribute() local
363 bool borderLeft; in parseAttribute() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h107 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft() function
DRenderTable.h60 virtual int borderLeft() const OVERRIDE in borderLeft() function
DRenderTableCell.cpp886 int RenderTableCell::borderLeft() const in borderLeft() function in blink::RenderTableCell
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h477 const BorderValue& borderLeft() const { return surround->border.left(); } in borderLeft() function