HomeSort by relevance Sort by last modified time
    Searched refs:m_owningLayer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 161 : m_owningLayer(layer)
211 if (Node* owningNode = m_owningLayer.renderer()->generatingNode())
219 m_graphicsLayer = createGraphicsLayer(m_owningLayer.compositingReasons());
262 // FIXME: This could use m_owningLayer.transform(), but that currently has transform-origin
265 if (m_owningLayer.hasTransform()) {
285 bool isolate = m_owningLayer.shouldIsolateCompositedDescendants();
288 ASSERT(m_owningLayer.stackingNode()->isStackingContext() || !isolate);
307 m_backgroundLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
310 m_graphicsLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
316 ASSERT(m_owningLayer.compositor()->lifecycle().state() == DocumentLifecycle::InCompositingUpdate)
    [all...]
CompositedLayerMapping.h 75 RenderLayer& owningLayer() const { return m_owningLayer; }
234 RenderLayerModelObject* renderer() const { return m_owningLayer.renderer(); }
235 RenderLayerCompositor* compositor() const { return m_owningLayer.compositor(); }
246 bool requiresHorizontalScrollbarLayer() const { return m_owningLayer.scrollableArea() && m_owningLayer.scrollableArea()->horizontalScrollbar(); }
247 bool requiresVerticalScrollbarLayer() const { return m_owningLayer.scrollableArea() && m_owningLayer.scrollableArea()->verticalScrollbar(); }
248 bool requiresScrollCornerLayer() const { return m_owningLayer.scrollableArea() && !m_owningLayer.scrollableArea()->scrollCornerAndResizerRect().isEmpty(); }
301 // Return true if |m_owningLayer|'s compositing ancestor is not a descendant (inclusive) of th
    [all...]

Completed in 133 milliseconds