Searched defs:m_contentsLayer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h204 bool hasContentsLayer() const { return m_contentsLayer; }
253 virtual WebLayer* contentsLayer() const { return m_contentsLayer; }
330 WebLayer* m_contentsLayer; member in class:blink::GraphicsLayer
331 // We don't have ownership of m_contentsLayer, but we do want to know if a given layer is the
332 // same as our current layer in setContentsTo(). Since m_contentsLayer may be deleted at this point,
333 // we stash an ID away when we know m_contentsLayer is alive and use that for comparisons from that point

Completed in 66 milliseconds