Lines Matching refs:drawsTransparentBackground
215 setDrawsTransparentBackground(parameters.drawsTransparentBackground);
1145 void WebPage::setDrawsTransparentBackground(bool drawsTransparentBackground)
1147 if (m_drawsTransparentBackground == drawsTransparentBackground)
1150 m_drawsTransparentBackground = drawsTransparentBackground;
1152 Color backgroundColor = drawsTransparentBackground ? Color::transparent : Color::white;