Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2142 Color FrameView::baseBackgroundColor() const in baseBackgroundColor() function in WebCore::FrameView
2799 context->fillRect(cornerRect, baseBackgroundColor()); in paintScrollCorner()
2813 context->fillRect(toFill, baseBackgroundColor()); in paintScrollbar()
2843 return baseBackgroundColor().blend(htmlBackgroundColor); in documentBackgroundColor()
2847 return baseBackgroundColor().blend(bodyBackgroundColor); in documentBackgroundColor()
2856 return baseBackgroundColor().blend(htmlBackgroundColor).blend(bodyBackgroundColor); in documentBackgroundColor()
DFrameView.h144 Color baseBackgroundColor() const;
DFrame.cpp604 , backgroundColor(frame->view()->baseBackgroundColor()) in ScopedFramePaintingState()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp484 paintInfo.context->fillRect(paintInfo.rect, m_frameView->baseBackgroundColor()); in paint()
561 Color baseColor = frameView()->baseBackgroundColor(); in paintBoxDecorations()
DRenderBoxModelObject.cpp711 Color baseColor = view()->frameView()->baseBackgroundColor(); in paintFillLayerExtended()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h327 WebCore::Color baseBackgroundColor() const { return m_baseBackgroundColor; } in baseBackgroundColor() function
DWebFrameImpl.cpp2246 frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent()); in createFrameView()