Home | History | Annotate | Download | only in rendering

Lines Matching full:bordervalue

762     const BorderValue& sb = style()->borderBefore();
768 const BorderValue& rb = firstChild()->style()->borderBefore();
779 const BorderValue& cb = current.primaryCell()->style()->borderBefore(); // FIXME: Make this work with perpendicular and flipped cells.
783 const BorderValue& gb = colGroup->style()->borderBefore();
813 const BorderValue& sb = style()->borderAfter();
819 const BorderValue& rb = lastChild()->style()->borderAfter();
830 const BorderValue& cb = current.primaryCell()->style()->borderAfter(); // FIXME: Make this work with perpendicular and flipped cells.
834 const BorderValue& gb = colGroup->style()->borderAfter();
864 const BorderValue& sb = style()->borderStart();
871 BorderValue& gb = colGroup->style()->borderStart();
884 const BorderValue& cb = current.primaryCell()->style()->borderStart(); // FIXME: Make this work with perpendicular and flipped cells.
885 const BorderValue& rb = current.primaryCell()->parent()->style()->borderStart();
908 const BorderValue& sb = style()->borderEnd();
915 const BorderValue& gb = colGroup->style()->borderEnd();
928 const BorderValue& cb = current.primaryCell()->style()->borderEnd(); // FIXME: Make this work with perpendicular and flipped cells.
929 const BorderValue& rb = current.primaryCell()->parent()->style()->borderEnd();