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

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

Completed in 97 milliseconds