Searched refs:ancestorStyle (Results 1 – 1 of 1) sorted by relevance
950 RefPtr<CSSComputedStyleDeclaration> ancestorStyle = computedStyle(ancestor); in selectionStartCSSPropertyValue() local951 if (!hasTransparentBackgroundColor(ancestorStyle.get())) in selectionStartCSSPropertyValue()952 return ancestorStyle->getPropertyValue(CSSPropertyBackgroundColor); in selectionStartCSSPropertyValue()