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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.cpp2741 StyleColor bodyBackgroundColor; local
2745 bodyBackgroundColor = bodyElement->renderer()->resolveStyleColor(CSSPropertyBackgroundColor);
2747 if (!bodyBackgroundColor.isValid()) {
2754 return baseBackgroundColor().blend(bodyBackgroundColor.color());
2763 return baseBackgroundColor().blend(htmlBackgroundColor.color()).blend(bodyBackgroundColor.color());

Completed in 76 milliseconds