Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp1680 …RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> ancestorStyle = CSSComputedStyleDeclaration::creat… in backgroundColorInEffect() local
1681 if (!hasTransparentBackgroundColor(ancestorStyle.get())) in backgroundColorInEffect()
1682 return ancestorStyle->getPropertyCSSValue(CSSPropertyBackgroundColor); in backgroundColorInEffect()