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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 215 setDrawsTransparentBackground(parameters.drawsTransparentBackground);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 553 void WebPageProxy::setDrawsTransparentBackground(bool drawsTransparentBackground)
561 process()->send(Messages::WebPage::SetDrawsTransparentBackground(drawsTransparentBackground), m_pageID);
    [all...]

Completed in 77 milliseconds