Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditor.cpp950 RefPtr<CSSComputedStyleDeclaration> ancestorStyle = computedStyle(ancestor); in selectionStartCSSPropertyValue() local
951 if (!hasTransparentBackgroundColor(ancestorStyle.get())) in selectionStartCSSPropertyValue()
952 return ancestorStyle->getPropertyValue(CSSPropertyBackgroundColor); in selectionStartCSSPropertyValue()