Home
last modified time | relevance | path

Searched refs:hasBoxDecorationsOrBackground (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h192 bool hasBoxDecorationsOrBackground() const;
DCompositedLayerMapping.cpp960 …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()
DRenderLayer.cpp3834 bool RenderLayer::hasBoxDecorationsOrBackground() const in hasBoxDecorationsOrBackground() function in WebCore::RenderLayer
3844 return hasBoxDecorationsOrBackground() || hasOverflowControls(); in hasVisibleBoxDecorations()