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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp105 , m_contentsLayer(0)
291 if (m_contentsLayer) {
295 childHost->addChild(m_contentsLayer);
309 // flags are combined here. m_contentsLayer shouldn't receive the drawsContent flag
374 if (m_contentsLayer) {
378 m_contentsLayer = 0;
390 m_contentsLayer = contentsLayer;
391 m_contentsLayerId = m_contentsLayer->id();
393 m_contentsLayer->setWebLayerClient(this);
394 m_contentsLayer
[all...]
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 812 milliseconds