HomeSort by relevance Sort by last modified time
    Searched refs:setDrawsTransparentBackground (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 481 void setDrawsTransparentBackground(bool);
WebPage.cpp 215 setDrawsTransparentBackground(parameters.drawsTransparentBackground);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 222 void setDrawsTransparentBackground(bool);
    [all...]
WebPageProxy.cpp 553 void WebPageProxy::setDrawsTransparentBackground(bool drawsTransparentBackground)
561 process()->send(Messages::WebPage::SetDrawsTransparentBackground(drawsTransparentBackground), m_pageID);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 277 - (void)setDrawsTransparentBackground:(BOOL)drawsTransparentBackground
279 _data->_page->setDrawsTransparentBackground(drawsTransparentBackground);
    [all...]

Completed in 78 milliseconds