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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 245 m_ancestorClippingLayer = nullptr;
    [all...]
CompositedLayerMapping.h 108 bool hasAncestorClippingLayer() const { return m_ancestorClippingLayer; }
109 GraphicsLayer* ancestorClippingLayer() const { return m_ancestorClippingLayer.get(); }
312 // FIXME: unify this code with the code that sets up m_ancestorClippingLayer. They are doing very similar things.
319 // + m_ancestorClippingLayer [OPTIONAL]
338 // + B = m_ancestorClippingLayer [+]
345 OwnPtr<GraphicsLayer> m_ancestorClippingLayer; // Only used if we are clipped by an ancestor which is not a stacking context.
390 // If m_ancestorClippingLayer is present:
392 // m_ancestorClippingLayer

Completed in 425 milliseconds