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 241 m_ancestorClippingLayer = nullptr;
360 // setting up m_ancestorClippingLayer otherwise
    [all...]
CompositedLayerMapping.h 90 bool hasAncestorClippingLayer() const { return m_ancestorClippingLayer; }
91 GraphicsLayer* ancestorClippingLayer() const { return m_ancestorClippingLayer.get(); }
298 // FIXME: unify this code with the code that sets up m_ancestorClippingLayer. They are doing very similar things.
309 // + m_ancestorClippingLayer [OPTIONAL]
334 // + B = m_ancestorClippingLayer [+]
341 OwnPtr<GraphicsLayer> m_ancestorClippingLayer; // Only used if we are clipped by an ancestor which is not a stacking context.
398 // If m_ancestorClippingLayer is present:
400 // m_ancestorClippingLayer

Completed in 73 milliseconds