Home
last modified time | relevance | path

Searched refs:setHasTransparentBackground (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DFullscreenController.cpp92 m_webViewImpl->layerTreeView()->setHasTransparentBackground(true); in didEnterFullScreen()
112 … m_webViewImpl->layerTreeView()->setHasTransparentBackground(m_webViewImpl->isTransparent()); in didExitFullScreen()
DWebViewImpl.cpp4186 m_layerTreeView->setHasTransparentBackground(isTransparent()); in setIsAcceleratedCompositingActive()
/external/chromium_org/third_party/WebKit/public/platform/
DWebLayerTreeView.h77 virtual void setHasTransparentBackground(bool) = 0;
/external/chromium_org/content/test/
Dweb_layer_tree_view_impl_for_testing.h43 virtual void setHasTransparentBackground(bool transparent);
Dweb_layer_tree_view_impl_for_testing.cc96 void WebLayerTreeViewImplForTesting::setHasTransparentBackground( in setHasTransparentBackground() function in content::WebLayerTreeViewImplForTesting
/external/chromium_org/mojo/services/html_viewer/
Dweblayertreeview_impl.h72 virtual void setHasTransparentBackground(
Dweblayertreeview_impl.cc135 void WebLayerTreeViewImpl::setHasTransparentBackground( in setHasTransparentBackground() function in mojo::WebLayerTreeViewImpl
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.h96 virtual void setHasTransparentBackground(bool transparent); in NON_EXPORTED_BASE()
Drender_widget_compositor.cc608 void RenderWidgetCompositor::setHasTransparentBackground(bool transparent) { in setHasTransparentBackground() function in content::RenderWidgetCompositor
/external/chromium_org/content/renderer/
Drender_view_impl.cc3389 compositor_->setHasTransparentBackground(!opaque); in OnSetBackgroundOpaque()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp3872 virtual void setHasTransparentBackground(bool) OVERRIDE { } in setHasTransparentBackground() function in __anonb8cba1d90111::CompositedSelectionBoundsTestLayerTreeView