Searched refs:hasBoxDecorationsOrBackground (Results 1 – 3 of 3) sorted by relevance
192 bool hasBoxDecorationsOrBackground() const;
960 …ntedContent = m_owningLayer->hasVisibleContent() && m_owningLayer->hasBoxDecorationsOrBackground(); in updateDrawsContent()1548 return m_owningLayer->hasBoxDecorationsOrBackground(); in containsPaintedContent()1559 …if (!renderObject->isImage() || m_owningLayer->hasBoxDecorationsOrBackground() || renderObject->ha… in isDirectlyCompositedImage()
3834 bool RenderLayer::hasBoxDecorationsOrBackground() const in hasBoxDecorationsOrBackground() function in WebCore::RenderLayer3844 return hasBoxDecorationsOrBackground() || hasOverflowControls(); in hasVisibleBoxDecorations()