Searched refs:baseBackgroundColor (Results 1 – 7 of 7) sorted by relevance
2142 Color FrameView::baseBackgroundColor() const in baseBackgroundColor() function in WebCore::FrameView2799 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()
144 Color baseBackgroundColor() const;
604 , backgroundColor(frame->view()->baseBackgroundColor()) in ScopedFramePaintingState()
484 paintInfo.context->fillRect(paintInfo.rect, m_frameView->baseBackgroundColor()); in paint()561 Color baseColor = frameView()->baseBackgroundColor(); in paintBoxDecorations()
711 Color baseColor = view()->frameView()->baseBackgroundColor(); in paintFillLayerExtended()
327 WebCore::Color baseBackgroundColor() const { return m_baseBackgroundColor; } in baseBackgroundColor() function
2246 frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent()); in createFrameView()