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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsLayerBlackBerry.cpp116 if (m_contentsLayer)
117 m_contentsLayer->setOwner(0);
243 // LayerWebKitThread::isDrawable() whenever m_contentsLayer is set to a new layer in setupContentsLayer().
254 // LayerWebKitThread::isDrawable() whenever m_contentsLayer is set to a new layer in setupContentsLayer().
362 if (m_contentsLayer)
363 m_contentsLayer->setNeedsDisplay();
503 if (!m_contentsLayer)
507 if (m_contentsLayer)
520 if (!m_contentsLayer.get()) {
524 m_contentsLayer
[all...]
H A DGraphicsLayerBlackBerry.h160 LayerWebKitThread* contentsLayer() const { return m_contentsLayer.get(); }
164 RefPtr<LayerWebKitThread> m_contentsLayer; member in class:WebCore::GraphicsLayerBlackBerry
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.cpp308 if (m_contentsLayer) {
309 graphicsLayerActorSetClient(m_contentsLayer.get(), 0);
310 g_idle_add(idleDestroy, m_contentsLayer.leakRef());
476 if (!m_contentsLayer)
481 if (m_contentsLayer)
782 if (!m_contentsLayer) {
783 m_contentsLayer = graphicsLayerActorNewWithClient(LayerTypeLayer, this);
784 clutter_actor_set_name(CLUTTER_ACTOR(m_contentsLayer.get()), "Image Layer");
785 setupContentsLayer(m_contentsLayer.get());
788 graphicsLayerActorSetSurface(GRAPHICS_LAYER_ACTOR(m_contentsLayer
[all...]
H A DGraphicsLayerClutter.h88 virtual bool hasContentsLayer() const { return m_contentsLayer; }
120 GraphicsLayerActor* contentsLayer() const { return m_contentsLayer.get(); }
215 GRefPtr<GraphicsLayerActor> m_contentsLayer; // A layer used for inner content, like image and video member in class:WebCore::GraphicsLayerClutter
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h79 virtual PlatformLayer* platformLayer() const { return m_contentsLayer; }
175 TextureMapperPlatformLayer* m_contentsLayer; member in class:WebCore::GraphicsLayerTextureMapper
H A DGraphicsLayerTextureMapper.cpp59 , m_contentsLayer(0)
382 if (media == m_contentsLayer)
387 m_contentsLayer = media;
389 m_contentsLayer->setClient(this);
H A DTextureMapperLayer.h51 , m_contentsLayer(0)
191 TextureMapperPlatformLayer* m_contentsLayer; member in class:WebCore::TextureMapperLayer
H A DTextureMapperLayer.cpp145 if (!m_contentsLayer)
155 m_contentsLayer->paintToTextureMapper(options.textureMapper, m_state.contentsRect, transform, options.opacity);
157 m_contentsLayer->drawBorder(options.textureMapper, m_state.debugBorderColor, m_state.debugBorderWidth, m_state.contentsRect, transform);
272 else if (m_contentsLayer || m_state.solidColor.alpha())
647 m_contentsLayer = platformLayer;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.cpp325 if (m_contentsLayer)
326 m_contentsLayer->setOwner(0);
558 if (m_contentsLayer)
770 m_contentsLayer = PlatformCALayer::create(PlatformCALayer::LayerTypeLayer, this);
772 m_contentsLayer->setName("Background Color Layer");
776 m_contentsLayer = 0;
810 if (!m_contentsLayer)
816 if (m_contentsLayer)
825 if (m_contentsLayer && mediaLayer == m_contentsLayer
[all...]
H A DGraphicsLayerCA.h121 virtual bool hasContentsLayer() const { return m_contentsLayer; }
241 PlatformCALayer* contentsLayer() const { return m_contentsLayer.get(); }
416 RefPtr<PlatformCALayer> m_contentsLayer; // A layer used for inner content, like image and video

Completed in 245 milliseconds