Searched defs:borderTop (Results 1 – 5 of 5) sorted by relevance
253 static bool getBordersFromFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& bor… in getBordersFromFrameAttributeValue()326 bool borderTop; in collectStyleForPresentationAttribute() local360 bool borderTop; in parseAttribute() local
105 virtual int borderTop() const { return style()->borderTopWidth(); } in borderTop() function
74 virtual int borderTop() const OVERRIDE in borderTop() function
896 int RenderTableCell::borderTop() const in borderTop() function in blink::RenderTableCell
479 const BorderValue& borderTop() const { return surround->border.top(); } in borderTop() function