Searched defs:baseBackgroundColor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h327 WebCore::Color baseBackgroundColor() const { return m_baseBackgroundColor; } function in class:blink::WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2142 Color FrameView::baseBackgroundColor() const function in class:WebCore::FrameView
2799 context->fillRect(cornerRect, baseBackgroundColor());
2813 context->fillRect(toFill, baseBackgroundColor());
2843 return baseBackgroundColor().blend(htmlBackgroundColor);
2847 return baseBackgroundColor().blend(bodyBackgroundColor);
2856 return baseBackgroundColor().blend(htmlBackgroundColor).blend(bodyBackgroundColor);

Completed in 127 milliseconds