Searched refs:baseBackgroundColor (Results 1 – 7 of 7) sorted by relevance
27 … paintInfo.context->fillRect(paintInfo.rect, m_renderView.frameView()->baseBackgroundColor()); in paint()74 Color baseColor = m_renderView.frameView()->baseBackgroundColor(); in paintBoxDecorationBackground()
563 Color baseColor = obj.view()->frameView()->baseBackgroundColor(); in paintRootBackgroundColor()
143 Color baseBackgroundColor() const;
1865 Color FrameView::baseBackgroundColor() const in baseBackgroundColor() function in blink::FrameView2404 context->fillRect(cornerRect, baseBackgroundColor()); in paintScrollCorner()2418 context->fillRect(toFill, baseBackgroundColor()); in paintScrollbar()2430 Color result = baseBackgroundColor(); in documentBackgroundColor()
285 Color baseBackgroundColor() const { return m_baseBackgroundColor; } in baseBackgroundColor() function
1637 frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent()); in createFrameView()
306 EXPECT_EQ(kTransparent, frame->view()->baseBackgroundColor()); in TEST_F()310 EXPECT_EQ(kTransparentRed, frame->view()->baseBackgroundColor()); in TEST_F()