Searched refs:contentsVisible (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp308 // distinction between drawsContent and contentsVisible. So, for m_layer->layer(), these two
310 // so it is only given contentsVisible.
597 json->setBoolean("contentsVisible", m_contentsVisible);
791 void GraphicsLayer::setContentsVisible(bool contentsVisible) argument
795 if (contentsVisible == m_contentsVisible)
798 m_contentsVisible = contentsVisible;
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp731 bool contentsVisible = m_owningLayer.hasVisibleContent() || hasVisibleNonCompositingDescendant(&m_owningLayer); local
735 contentsVisible = false;
737 m_graphicsLayer->setContentsVisible(contentsVisible);

Completed in 249 milliseconds