Searched refs:drawsTransparentBackground (Results 1 – 12 of 12) sorted by relevance
45 encoder->encode(drawsTransparentBackground); in encode()85 if (!decoder->decode(parameters.drawsTransparentBackground)) in decode()
59 bool drawsTransparentBackground; member
48 @property BOOL drawsTransparentBackground;
277 - (void)setDrawsTransparentBackground:(BOOL)drawsTransparentBackground279 _data->_page->setDrawsTransparentBackground(drawsTransparentBackground);282 - (BOOL)drawsTransparentBackground284 return _data->_page->drawsTransparentBackground();1788 if (page->drawsTransparentBackground())
67 …Layer->setContentsOpaque(m_webPage->drawsBackground() && !m_webPage->drawsTransparentBackground()); in initialize()
215 setDrawsTransparentBackground(parameters.drawsTransparentBackground); in WebPage()1145 void WebPage::setDrawsTransparentBackground(bool drawsTransparentBackground) in setDrawsTransparentBackground() argument1147 if (m_drawsTransparentBackground == drawsTransparentBackground) in setDrawsTransparentBackground()1150 m_drawsTransparentBackground = drawsTransparentBackground; in setDrawsTransparentBackground()1152 Color backgroundColor = drawsTransparentBackground ? Color::transparent : Color::white; in setDrawsTransparentBackground()
30 SetDrawsTransparentBackground(bool drawsTransparentBackground)
240 bool drawsTransparentBackground() const { return m_drawsTransparentBackground; } in drawsTransparentBackground() function
553 void WebPageProxy::setDrawsTransparentBackground(bool drawsTransparentBackground) in setDrawsTransparentBackground() argument555 if (m_drawsTransparentBackground == drawsTransparentBackground) in setDrawsTransparentBackground()558 m_drawsTransparentBackground = drawsTransparentBackground; in setDrawsTransparentBackground()561 …process()->send(Messages::WebPage::SetDrawsTransparentBackground(drawsTransparentBackground), m_pa… in setDrawsTransparentBackground()2812 parameters.drawsTransparentBackground = m_drawsTransparentBackground; in creationParameters()
221 bool drawsTransparentBackground() const { return m_drawsTransparentBackground; } in drawsTransparentBackground() function
1101 … Color backgroundColor = webPage->drawsTransparentBackground() ? Color::transparent : Color::white; in transitionToCommittedForNewPage()
14318 …(WebKit::WebPageCreationParameters::encode): Encode drawsBackground and drawsTransparentBackground.14319 …(WebKit::WebPageCreationParameters::decode): Decode drawsBackground and drawsTransparentBackground.14326 (-[WKView drawsTransparentBackground]): Added.14334 … (WebKit::WebPageProxy::creationParameters): Set drawsBackground and drawsTransparentBackground.14337 … (WebKit::WebPageProxy::drawsTransparentBackground): Added. Return m_drawsTransparentBackground.14349 (WebKit::WebPage::drawsTransparentBackground): Added. Return m_drawsTransparentBackground.