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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 106 if (m_contentsLayer)
107 m_contentsLayer->setOwner(0);
126 if (m_contentsLayer)
127 m_contentsLayer->setName("ContentsLayer for " + m_nameBase);
266 clearLayerBackgroundColor(*m_contentsLayer);
322 if (m_contentsLayer)
323 m_contentsLayer->setNeedsDisplay();
351 if (!m_contentsLayer.get() || m_contentsLayerPurpose != ContentsLayerForImage) {
354 m_contentsLayer = imageLayer;
358 ImageLayerChromium* imageLayer = static_cast<ImageLayerChromium*>(m_contentsLayer.get())
    [all...]
GraphicsLayerChromium.h 129 LayerChromium* contentsLayer() const { return m_contentsLayer.get(); }
135 RefPtr<LayerChromium> m_contentsLayer;
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 141 if (m_contentsLayer)
142 m_contentsLayer->removeFromSuperlayer();
292 clearLayerBackgroundColor(m_contentsLayer.get());
354 if (!m_contentsLayer)
359 if (m_contentsLayer)
372 if (mediaLayer == m_contentsLayer)
375 m_contentsLayer = mediaLayer;
481 } else if (m_contentsLayer) {
485 newSublayers.append(m_contentsLayer.get());
503 if (m_contentsLayer) {
    [all...]
GraphicsLayerCACF.h 118 WKCACFLayer* contentsLayer() const { return m_contentsLayer.get(); }
122 RefPtr<WKCACFLayer> m_contentsLayer;
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 279 if (m_contentsLayer)
280 m_contentsLayer->setOwner(0);
695 if (!m_contentsLayer)
701 if (m_contentsLayer)
710 if (m_contentsLayer && mediaLayer == m_contentsLayer->platformLayer())
721 m_contentsLayer = mediaLayer ? (platformCALayer ? platformCALayer : PlatformCALayer::create(mediaLayer, this)) : 0;
730 if (m_contentsLayer && canvasLayer == m_contentsLayer->platformLayer())
734 m_contentsLayer = canvasLayer ? PlatformCALayer::create(canvasLayer, this) : 0
    [all...]
GraphicsLayerCA.h 113 virtual bool hasContentsLayer() const { return m_contentsLayer; }
194 PlatformCALayer* contentsLayer() const { return m_contentsLayer.get(); }
341 RefPtr<PlatformCALayer> m_contentsLayer; // A layer used for inner content, like image and video

Completed in 28 milliseconds