Home | History | Annotate | Download | only in style

Lines Matching refs:BHIDDEN

441             && ((borderTopStyle() == BHIDDEN && other->borderTopStyle() == BNONE)
442 || (borderTopStyle() == BNONE && other->borderTopStyle() == BHIDDEN)
443 || (borderBottomStyle() == BHIDDEN && other->borderBottomStyle() == BNONE)
444 || (borderBottomStyle() == BNONE && other->borderBottomStyle() == BHIDDEN)
445 || (borderLeftStyle() == BHIDDEN && other->borderLeftStyle() == BNONE)
446 || (borderLeftStyle() == BNONE && other->borderLeftStyle() == BHIDDEN)
447 || (borderRightStyle() == BHIDDEN && other->borderRightStyle() == BNONE)
448 || (borderRightStyle() == BNONE && other->borderRightStyle() == BHIDDEN)))