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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2833 Color htmlBackgroundColor; local
2836 htmlBackgroundColor = htmlElement->renderer()->style()->visitedDependentColor(CSSPropertyBackgroundColor);
2841 if (!htmlBackgroundColor.isValid())
2843 return baseBackgroundColor().blend(htmlBackgroundColor);
2846 if (!htmlBackgroundColor.isValid())
2856 return baseBackgroundColor().blend(htmlBackgroundColor).blend(bodyBackgroundColor);

Completed in 311 milliseconds