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

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

Completed in 364 milliseconds