Home
last modified time | relevance | path

Searched refs:m_contentsLayerId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp106 , m_contentsLayerId(0) in GraphicsLayer()
368 if (m_contentsLayerId != layer->id()) { in setContentsTo()
379 m_contentsLayerId = 0; in setContentsTo()
391 m_contentsLayerId = m_contentsLayer->id(); in setupContentsLayer()
412 if (!m_contentsLayerId || s_registeredLayerSet->contains(m_contentsLayerId)) in clearContentsLayerIfUnregistered()
416 m_contentsLayerId = 0; in clearContentsLayerIfUnregistered()
DGraphicsLayer.h335 int m_contentsLayerId; variable