hasBoxDecorationsOrBackground 3756 Source/core/rendering/RenderLayer.cpp     return hasBoxDecorationsOrBackground() || hasOverflowControls();
hasBoxDecorationsOrBackground  209 Source/core/rendering/RenderLayer.h     bool hasBoxDecorationsOrBackground() const;
hasBoxDecorationsOrBackground  974 Source/core/rendering/compositing/CompositedLayerMapping.cpp         bool hasNonScrollingPaintedContent = m_owningLayer.hasVisibleContent() && m_owningLayer.hasBoxDecorationsOrBackground();
hasBoxDecorationsOrBackground 1584 Source/core/rendering/compositing/CompositedLayerMapping.cpp         return m_owningLayer.hasBoxDecorationsOrBackground();
hasBoxDecorationsOrBackground 1623 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (!renderObject->isImage() || m_owningLayer.hasBoxDecorationsOrBackground() || renderObject->hasClip())