Home | History | Annotate | Download | only in style

Lines Matching refs:BHIDDEN

589             && ((borderTopStyle() == BHIDDEN && other.borderTopStyle() == BNONE)
590 || (borderTopStyle() == BNONE && other.borderTopStyle() == BHIDDEN)
591 || (borderBottomStyle() == BHIDDEN && other.borderBottomStyle() == BNONE)
592 || (borderBottomStyle() == BNONE && other.borderBottomStyle() == BHIDDEN)
593 || (borderLeftStyle() == BHIDDEN && other.borderLeftStyle() == BNONE)
594 || (borderLeftStyle() == BNONE && other.borderLeftStyle() == BHIDDEN)
595 || (borderRightStyle() == BHIDDEN && other.borderRightStyle() == BNONE)
596 || (borderRightStyle() == BNONE && other.borderRightStyle() == BHIDDEN)))