Home | History | Annotate | Download | only in style

Lines Matching full:bordervalue

29 #include "BorderValue.h"
411 const BorderValue& borderLeft() const { return surround->border.left(); }
412 const BorderValue& borderRight() const { return surround->border.right(); }
413 const BorderValue& borderTop() const { return surround->border.top(); }
414 const BorderValue& borderBottom() const { return surround->border.bottom(); }
416 const BorderValue& borderBefore() const;
417 const BorderValue& borderAfter() const;
418 const BorderValue& borderStart() const;
419 const BorderValue& borderEnd() const;
845 void resetBorderTop() { SET_VAR(surround, border.m_top, BorderValue()) }
846 void resetBorderRight() { SET_VAR(surround, border.m_right, BorderValue()) }
847 void resetBorderBottom() { SET_VAR(surround, border.m_bottom, BorderValue()) }
848 void resetBorderLeft() { SET_VAR(surround, border.m_left, BorderValue()) }
1090 void resetColumnRule() { SET_VAR(rareNonInheritedData.access()->m_multiCol, m_rule, BorderValue()) }