Searched refs:m_owningLayer (Results 1 – 2 of 2) sorted by relevance
160 : m_owningLayer(layer) in CompositedLayerMapping()210 m_graphicsLayer = createGraphicsLayer(m_owningLayer->compositingReasons()); in createPrimaryGraphicsLayer()254 if (m_owningLayer->hasTransform()) { in updateTransform()276 m_owningLayer->updateOrRemoveFilterEffectRenderer(); in updateFilters()288 bool isolate = m_owningLayer->shouldIsolateCompositedDescendants(); in updateIsRootForIsolatedGroup()291 ASSERT(m_owningLayer->stackingNode()->isStackingContext() || !isolate); in updateIsRootForIsolatedGroup()302 …m_backgroundLayer->setContentsOpaque(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBo… in updateContentsOpaque()304 …m_graphicsLayer->setContentsOpaque(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBoun… in updateContentsOpaque()331 if (layerOrAncestorIsTransformedOrUsingCompositedScrolling(m_owningLayer)) in shouldClipCompositedBounds()336 bool hasAncestorClippingLayer = compositor()->clippedByAncestor(m_owningLayer); in shouldClipCompositedBounds()[all …]
79 RenderLayer* owningLayer() const { return m_owningLayer; } in owningLayer()206 RenderLayerModelObject* renderer() const { return m_owningLayer->renderer(); } in renderer()207 RenderLayerCompositor* compositor() const { return m_owningLayer->compositor(); } in compositor()216 …l requiresHorizontalScrollbarLayer() const { return m_owningLayer->scrollableArea() && m_owningLay… in requiresHorizontalScrollbarLayer()217 …ool requiresVerticalScrollbarLayer() const { return m_owningLayer->scrollableArea() && m_owningLay… in requiresVerticalScrollbarLayer()218 …bool requiresScrollCornerLayer() const { return m_owningLayer->scrollableArea() && !m_owningLayer-… in requiresScrollCornerLayer()270 RenderLayer* m_owningLayer; variable