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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.cpp2026 Color FrameView::baseBackgroundColor() const function in class:WebCore::FrameView
2706 context->fillRect(cornerRect, baseBackgroundColor());
2720 context->fillRect(toFill, baseBackgroundColor());
2750 return baseBackgroundColor().blend(htmlBackgroundColor.color());
2754 return baseBackgroundColor().blend(bodyBackgroundColor.color());
2763 return baseBackgroundColor().blend(htmlBackgroundColor.color()).blend(bodyBackgroundColor.color());
H A DFrameView.h142 Color baseBackgroundColor() const;
H A DFrame.cpp621 , backgroundColor(frame->view()->baseBackgroundColor())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp411 paintInfo.context->fillRect(paintInfo.rect, m_frameView->baseBackgroundColor());
493 Color baseColor = frameView()->baseBackgroundColor();
H A DRenderBoxModelObject.cpp715 Color baseColor = view()->frameView()->baseBackgroundColor();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h332 WebCore::Color baseBackgroundColor() const { return m_baseBackgroundColor; } function in class:WebKit::WebViewImpl
H A DWebFrameImpl.cpp2210 frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent(), webView->fixedLayoutSize(), isMainFrame ? webView->isFixedLayoutModeEnabled() : 0);

Completed in 175 milliseconds