hasVisibleContent  334 Source/core/rendering/RenderBlockFlow.cpp     if (!didFullRepaint && m_repaintLogicalTop != m_repaintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) {
hasVisibleContent 1984 Source/core/rendering/RenderBox.cpp     if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
hasVisibleContent  735 Source/core/rendering/RenderLayer.cpp             if (sc->layer()->hasVisibleContent())
hasVisibleContent  894 Source/core/rendering/RenderLayer.cpp         if (hasVisibleContent() != previouslyHasVisibleContent)
hasVisibleContent 3422 Source/core/rendering/RenderLayer.cpp     if ((flags & ExcludeHiddenDescendants) && this != ancestorLayer && !hasVisibleContent() && !hasVisibleDescendant())
hasVisibleContent 3753 Source/core/rendering/RenderLayer.cpp     if (!hasVisibleContent())
hasVisibleContent 3763 Source/core/rendering/RenderLayer.cpp     if (hasVisibleContent() && hasNonEmptyChildRenderers())
hasVisibleContent  199 Source/core/rendering/RenderLayer.h     bool subtreeIsInvisible() const { return !hasVisibleContent() && !hasVisibleDescendant(); }
hasVisibleContent  203 Source/core/rendering/RenderLayer.h     bool hasVisibleContent() const { return m_hasVisibleContent; }
hasVisibleContent   69 Source/core/rendering/RenderLayerRepainter.cpp     if (m_renderer->layer()->hasVisibleContent()) {
hasVisibleContent  103 Source/core/rendering/RenderLayerRepainter.cpp     ASSERT(!m_renderer->layer()->hasVisibleContent());
hasVisibleContent 2024 Source/core/rendering/RenderObject.cpp                 } else if (layer->hasVisibleContent() && (this == layer->renderer() || layer->renderer()->style()->visibility() != VISIBLE)) {
hasVisibleContent  624 Source/core/rendering/RenderReplaced.cpp     if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
hasVisibleContent  656 Source/core/rendering/compositing/CompositedLayerMapping.cpp     bool contentsVisible = m_owningLayer.hasVisibleContent() || hasVisibleNonCompositingDescendantLayers();
hasVisibleContent  974 Source/core/rendering/compositing/CompositedLayerMapping.cpp         bool hasNonScrollingPaintedContent = m_owningLayer.hasVisibleContent() && m_owningLayer.hasBoxDecorationsOrBackground();
hasVisibleContent  977 Source/core/rendering/compositing/CompositedLayerMapping.cpp         bool hasScrollingPaintedContent = m_owningLayer.hasVisibleContent() && (renderer()->hasBackground() || paintsChildren());
hasVisibleContent 1526 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (m_owningLayer.hasVisibleContent() && m_owningLayer.hasNonEmptyChildRenderers())
hasVisibleContent 1557 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (curLayer->hasVisibleContent() || hasVisibleNonCompositingDescendant(curLayer))
hasVisibleContent   49 Source/core/rendering/svg/SVGRenderSupport.cpp     if (object->style()->visibility() != VISIBLE && !object->enclosingLayer()->hasVisibleContent())
hasVisibleContent  661 Source/web/TextFinder.cpp     if (!frame || !frame->view() || !frame->page() || !m_ownerFrame.hasVisibleContent())
hasVisibleContent   96 Source/web/WebFrameImpl.h     virtual bool hasVisibleContent() const OVERRIDE;
hasVisibleContent  181 public/web/WebFrame.h     virtual bool hasVisibleContent() const = 0;