Searched refs:setContentsOpaque (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp303 void GraphicsLayerTextureMapper::setContentsOpaque(bool value) function in class:WebCore::GraphicsLayerTextureMapper
308 GraphicsLayer::setContentsOpaque(value);
528 m_layer->setContentsOpaque(contentsOpaque());
H A DGraphicsLayerTextureMapper.h63 virtual void setContentsOpaque(bool b);
H A DTextureMapperLayer.h98 void setContentsOpaque(bool);
H A DTextureMapperLayer.cpp605 void TextureMapperLayer::setContentsOpaque(bool contentsOpaque) function in class:WebCore::TextureMapperLayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsLayerBlackBerry.h87 virtual void setContentsOpaque(bool);
H A DGraphicsLayerBlackBerry.cpp331 void GraphicsLayerBlackBerry::setContentsOpaque(bool opaque) function in class:WebCore::GraphicsLayerBlackBerry
336 GraphicsLayer::setContentsOpaque(opaque);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DLayerTreeHostMac.mm187 m_nonCompositedContentLayer->setContentsOpaque(m_webPage->drawsBackground() && !m_webPage->drawsTransparentBackground());
308 m_nonCompositedContentLayer->setContentsOpaque(m_webPage->drawsBackground() && !m_webPage->drawsTransparentBackground());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp103 m_nonCompositedContentLayer->setContentsOpaque(m_webPage->drawsBackground() && !m_webPage->drawsTransparentBackground());
429 m_nonCompositedContentLayer->setContentsOpaque(m_webPage->drawsBackground() && !m_webPage->drawsTransparentBackground());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.h85 virtual void setContentsOpaque(bool) OVERRIDE;
H A DCoordinatedGraphicsLayer.cpp294 void CoordinatedGraphicsLayer::setContentsOpaque(bool b) function in class:WebCore::CoordinatedGraphicsLayer
300 GraphicsLayer::setContentsOpaque(b);
H A DCoordinatedGraphicsScene.cpp333 layer->setContentsOpaque(layerState.contentsOpaque);
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DAcceleratedCompositingContextClutter.cpp62 m_nonCompositedContentLayer->setContentsOpaque(!m_webView->priv->transparent);
H A DAcceleratedCompositingContextGL.cpp101 m_nonCompositedContentLayer->setContentsOpaque(!m_webView->priv->transparent);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.h330 virtual void setContentsOpaque(bool b) { m_contentsOpaque = b; } function in class:WebCore::GraphicsLayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h93 virtual void setContentsOpaque(bool);
H A DGraphicsLayerCA.cpp591 void GraphicsLayerCA::setContentsOpaque(bool opaque) function in class:WebCore::GraphicsLayerCA
596 GraphicsLayer::setContentsOpaque(opaque);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.cpp317 m_graphicsLayer->setContentsOpaque(true);
708 m_graphicsLayer->setContentsOpaque(!hadSubpixelRounding && m_owningLayer->backgroundIsKnownToBeOpaqueInRect(localCompositingBounds));
1471 m_backgroundLayer->setContentsOpaque(!viewIsTransparent);
1474 m_graphicsLayer->setContentsOpaque(false);
1477 m_graphicsLayer->setContentsOpaque(!viewIsTransparent);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp6580 m_backingLayer->setContentsOpaque(true);

Completed in 214 milliseconds