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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 248 m_backgroundLayer = nullptr;
314 ASSERT(m_isMainFrameRenderViewLayer || !m_backgroundLayer);
315 if (m_backgroundLayer) {
317 m_backgroundLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
    [all...]
CompositedLayerMapping.h 114 GraphicsLayer* backgroundLayer() const { return m_backgroundLayer.get(); }
375 // + m_backgroundLayer
382 OwnPtr<GraphicsLayer> m_backgroundLayer; // Only used in cases where we need to draw the background separately.

Completed in 299 milliseconds