Home
last modified time | relevance | path

Searched refs:hasTransparentBackgroundColor (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp148 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() function
1642 bool hasTransparentBackgroundColor(StylePropertySet* style) in hasTransparentBackgroundColor() function
1652 if (!hasTransparentBackgroundColor(ancestorStyle.get())) in backgroundColorInEffect()