Home
last modified time | relevance | path

Searched refs:isReflection (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebRenderLayer.mm72 if (layer->isReflection())
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp890 …Layer() || paintingGoesToWindow() || m_artificiallyInflatedBounds || m_owningLayer->isReflection()) in containsPaintedContent()
1466 if (m_owningLayer->isReflection()) in nameForLayer()
DRenderLayer.h224 bool isReflection() const { return renderer()->isReplica(); } in isReflection() function
DRenderLayerCompositor.cpp388 if (layer->isReflection()) { in updateBacking()
1395 if (layer->isReflection()) {
/external/webkit/Source/WebCore/
DChangeLog-2010-01-299931 … (WebCore::RenderLayer::isReflection): New method that returns true if the renderer is a replica.