Searched refs:hasTransparentBackgroundColor (Results 1 – 1 of 1) sorted by relevance
148 static bool hasTransparentBackgroundColor(CSSStyleDeclaration*);149 static bool hasTransparentBackgroundColor(StylePropertySet*);971 if (hasTransparentBackgroundColor(m_mutableStyle.get()) in prepareToApplyAt()1274 …if (shouldUseBackgroundColorInEffect && (selection.isRange() || hasTransparentBackgroundColor(styl… in styleAtSelectionStart()1636 bool hasTransparentBackgroundColor(CSSStyleDeclaration* style) in hasTransparentBackgroundColor() function1642 bool hasTransparentBackgroundColor(StylePropertySet* style) in hasTransparentBackgroundColor() function1652 if (!hasTransparentBackgroundColor(ancestorStyle.get())) in backgroundColorInEffect()