Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:drawsTransparentBackground

553 drawsTransparentBackground)
555 if (m_drawsTransparentBackground == drawsTransparentBackground)
558 m_drawsTransparentBackground = drawsTransparentBackground;
561 process()->send(Messages::WebPage::SetDrawsTransparentBackground(drawsTransparentBackground), m_pageID);
2812 parameters.drawsTransparentBackground = m_drawsTransparentBackground;