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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 103 , m_contentsLayer(0)
347 if (m_contentsLayer) {
351 childHost->addChild(m_contentsLayer);
365 // flags are combined here. m_contentsLayer shouldn't receive the drawsContent flag
430 if (m_contentsLayer) {
434 m_contentsLayer = 0;
446 m_contentsLayer = contentsLayer;
447 m_contentsLayerId = m_contentsLayer->id();
449 m_contentsLayer->setWebLayerClient(this);
450 m_contentsLayer->setTransformOrigin(FloatPoint3D())
    [all...]
GraphicsLayer.h 216 bool hasContentsLayer() const { return m_contentsLayer; }
269 virtual blink::WebLayer* contentsLayer() const { return m_contentsLayer; }
353 blink::WebLayer* m_contentsLayer;
354 // We don't have ownership of m_contentsLayer, but we do want to know if a given layer is the
355 // same as our current layer in setContentsTo(). Since m_contentsLayer may be deleted at this point,
356 // we stash an ID away when we know m_contentsLayer is alive and use that for comparisons from that point

Completed in 172 milliseconds