Home
last modified time | relevance | path

Searched refs:setDrawsTransparentBackground (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h481 void setDrawsTransparentBackground(bool);
DWebPage.cpp215 setDrawsTransparentBackground(parameters.drawsTransparentBackground); in WebPage()
1145 void WebPage::setDrawsTransparentBackground(bool drawsTransparentBackground) in setDrawsTransparentBackground() function in WebKit::WebPage
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h222 void setDrawsTransparentBackground(bool);
DWebPageProxy.cpp553 void WebPageProxy::setDrawsTransparentBackground(bool drawsTransparentBackground) in setDrawsTransparentBackground() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm277 - (void)setDrawsTransparentBackground:(BOOL)drawsTransparentBackground
279 _data->_page->setDrawsTransparentBackground(drawsTransparentBackground);
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1612808 (WebKit::WebPage::setDrawsTransparentBackground):
14325 (-[WKView setDrawsTransparentBackground:]): Added.
14328 Use white or clear based on setDrawsTransparentBackground.
14333 …(WebKit::WebPageProxy::setDrawsTransparentBackground): Added. Send a SetDrawsTransparentBackground…
14346 …(WebKit::WebPage::setDrawsTransparentBackground): Added. Propagate the background color to the Fra…