Searched defs:borderLeft (Results 1 – 5 of 5) sorted by relevance
253 …onst AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft) in getBordersFromFrameAttributeValue()329 bool borderLeft; in collectStyleForPresentationAttribute() local363 bool borderLeft; in parseAttribute() local
107 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft() function
60 virtual int borderLeft() const OVERRIDE in borderLeft() function
886 int RenderTableCell::borderLeft() const in borderLeft() function in blink::RenderTableCell
477 const BorderValue& borderLeft() const { return surround->border.left(); } in borderLeft() function