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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 247 m_foregroundLayer = nullptr;
    [all...]
CompositedLayerMapping.h 111 bool hasContentsLayer() const { return m_foregroundLayer; }
112 GraphicsLayer* foregroundLayer() const { return m_foregroundLayer.get(); }
365 // inserting m_foregroundLayer in the correct position in our descendant list for us (right after
381 OwnPtr<GraphicsLayer> m_foregroundLayer; // Only used in cases where we need to draw the foreground separately.

Completed in 49 milliseconds