Searched defs:borderLeft (Results 1 – 7 of 7) sorted by relevance
279 …onst AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft) in getBordersFromFrameAttributeValue()350 bool borderLeft; in collectStyleForPresentationAttribute() local384 bool borderLeft; in parseAttribute() local
60 int borderLeft() const in borderLeft() function
117 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft() function
354 int borderLeft = box->borderLeft(); in paintMenuList() local
895 int RenderTableCell::borderLeft() const in borderLeft() function in WebCore::RenderTableCell
456 LayoutUnit borderLeft = style->borderLeft().nonZero() ? style->borderLeft().width() : 0; in fixedOffsetWidth() local
475 const BorderValue& borderLeft() const { return surround->border.left(); } in borderLeft() function