Home | History | Annotate | Download | only in style

Lines Matching refs:isTransparent

431     bool borderLeftIsTransparent() const { return surround->border.left().isTransparent(); }
434 bool borderRightIsTransparent() const { return surround->border.right().isTransparent(); }
437 bool borderTopIsTransparent() const { return surround->border.top().isTransparent(); }
440 bool borderBottomIsTransparent() const { return surround->border.bottom().isTransparent(); }
716 bool columnRuleIsTransparent() const { return rareNonInheritedData->m_multiCol->m_rule.isTransparent(); }