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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 308 // 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)
795 if (contentsVisible == m_contentsVisible)
798 m_contentsVisible = contentsVisible;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 731 bool contentsVisible = m_owningLayer.hasVisibleContent() || hasVisibleNonCompositingDescendant(&m_owningLayer (…)
    [all...]

Completed in 93 milliseconds