Searched refs:PlatformCALayerClient (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemoteCustom.h39 static PassRefPtr<PlatformCALayerRemote> create(PlatformLayer *, WebCore::PlatformCALayerClient*, RemoteLayerTreeContext&);
50 PlatformCALayerRemoteCustom(WebCore::PlatformCALayer::LayerType, PlatformLayer *, WebCore::PlatformCALayerClient* owner, RemoteLayerTreeContext&);
52 virtual PassRefPtr<WebCore::PlatformCALayer> clone(WebCore::PlatformCALayerClient* owner) const override;
H A DGraphicsLayerCARemote.cpp46 PassRefPtr<PlatformCALayer> GraphicsLayerCARemote::createPlatformCALayer(PlatformCALayer::LayerType layerType, PlatformCALayerClient* owner)
51 PassRefPtr<PlatformCALayer> GraphicsLayerCARemote::createPlatformCALayer(PlatformLayer* platformLayer, PlatformCALayerClient* owner)
H A DGraphicsLayerCARemote.h53 virtual PassRefPtr<WebCore::PlatformCALayer> createPlatformCALayer(WebCore::PlatformCALayer::LayerType, WebCore::PlatformCALayerClient* owner) override;
54 virtual PassRefPtr<WebCore::PlatformCALayer> createPlatformCALayer(PlatformLayer*, WebCore::PlatformCALayerClient* owner) override;
H A DPlatformCALayerRemote.h44 static PassRefPtr<PlatformCALayerRemote> create(WebCore::PlatformCALayer::LayerType, WebCore::PlatformCALayerClient*, RemoteLayerTreeContext&);
45 static PassRefPtr<PlatformCALayerRemote> create(PlatformLayer *, WebCore::PlatformCALayerClient*, RemoteLayerTreeContext&);
46 static PassRefPtr<PlatformCALayerRemote> create(const PlatformCALayerRemote&, WebCore::PlatformCALayerClient*, RemoteLayerTreeContext&);
152 virtual PassRefPtr<WebCore::PlatformCALayer> clone(WebCore::PlatformCALayerClient* owner) const override;
154 virtual PassRefPtr<PlatformCALayer> createCompatibleLayer(WebCore::PlatformCALayer::LayerType, WebCore::PlatformCALayerClient*) const override;
171 PlatformCALayerRemote(WebCore::PlatformCALayer::LayerType, WebCore::PlatformCALayerClient* owner, RemoteLayerTreeContext& context);
172 PlatformCALayerRemote(const PlatformCALayerRemote&, WebCore::PlatformCALayerClient*, RemoteLayerTreeContext&);
H A DPlatformCALayerRemoteTiledBacking.h39 PlatformCALayerRemoteTiledBacking(WebCore::PlatformCALayer::LayerType, WebCore::PlatformCALayerClient* owner, RemoteLayerTreeContext&);
H A DPlatformCALayerRemoteCustom.mm49 PassRefPtr<PlatformCALayerRemote> PlatformCALayerRemoteCustom::create(PlatformLayer *platformLayer, PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
57 PlatformCALayerRemoteCustom::PlatformCALayerRemoteCustom(LayerType layerType, PlatformLayer * customLayer, PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
95 PassRefPtr<WebCore::PlatformCALayer> PlatformCALayerRemoteCustom::clone(PlatformCALayerClient* owner) const
H A DPlatformCALayerRemoteTiledBacking.cpp39 PlatformCALayerRemoteTiledBacking::PlatformCALayerRemoteTiledBacking(LayerType layerType, PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
H A DPlatformCALayerRemote.cpp48 PassRefPtr<PlatformCALayerRemote> PlatformCALayerRemote::create(LayerType layerType, PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
62 PassRefPtr<PlatformCALayerRemote> PlatformCALayerRemote::create(PlatformLayer *platformLayer, PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
67 PassRefPtr<PlatformCALayerRemote> PlatformCALayerRemote::create(const PlatformCALayerRemote& other, WebCore::PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
76 PlatformCALayerRemote::PlatformCALayerRemote(LayerType layerType, PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
87 PlatformCALayerRemote::PlatformCALayerRemote(const PlatformCALayerRemote& other, PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
96 PassRefPtr<PlatformCALayer> PlatformCALayerRemote::clone(PlatformCALayerClient* owner) const
688 PassRefPtr<PlatformCALayer> PlatformCALayerRemote::createCompatibleLayer(PlatformCALayer::LayerType layerType, PlatformCALayerClient* client) const
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DPlatformCALayerClient.h37 class PlatformCALayerClient { class in namespace:WebCore
63 virtual ~PlatformCALayerClient() {}
H A DPlatformCALayer.h30 #include "PlatformCALayerClient.h"
83 virtual PassRefPtr<PlatformCALayer> clone(PlatformCALayerClient*) const = 0;
101 PlatformCALayerClient* owner() const { return m_owner; }
102 virtual void setOwner(PlatformCALayerClient* owner) { m_owner = owner; }
228 virtual PassRefPtr<PlatformCALayer> createCompatibleLayer(LayerType, PlatformCALayerClient*) const = 0;
229 PassRefPtr<PlatformCALayer> createCompatibleLayerOrTakeFromPool(LayerType layerType, PlatformCALayerClient* client, IntSize);
253 PlatformCALayer(LayerType, PlatformCALayerClient* owner);
260 PlatformCALayerClient* m_owner;
H A DTileCoverageMap.h32 #include "PlatformCALayerClient.h"
44 class TileCoverageMap : public PlatformCALayerClient {
58 // PlatformCALayerClient
H A DPlatformCALayer.cpp45 PlatformCALayer::PlatformCALayer(LayerType layerType, PlatformCALayerClient* owner)
95 PassRefPtr<PlatformCALayer> PlatformCALayer::createCompatibleLayerOrTakeFromPool(PlatformCALayer::LayerType layerType, PlatformCALayerClient* client, IntSize size)
H A DTileGrid.h31 #include "PlatformCALayerClient.h"
48 class TileGrid : public PlatformCALayerClient {
134 // PlatformCALayerClient
H A DTileController.h32 #include "PlatformCALayerClient.h"
166 PlatformCALayerClient* owningGraphicsLayer() const { return m_tileCacheLayer->owner(); }
H A DGraphicsLayerCA.h32 #include "PlatformCALayerClient.h"
51 class GraphicsLayerCA : public GraphicsLayer, public PlatformCALayerClient {
178 // PlatformCALayerClient overrides
215 virtual PassRefPtr<PlatformCALayer> createPlatformCALayer(PlatformCALayer::LayerType, PlatformCALayerClient* owner);
216 virtual PassRefPtr<PlatformCALayer> createPlatformCALayer(PlatformLayer*, PlatformCALayerClient* owner);
H A DGraphicsLayerCA.cpp314 PassRefPtr<PlatformCALayer> GraphicsLayerCA::createPlatformCALayer(PlatformCALayer::LayerType layerType, PlatformCALayerClient* owner)
323 PassRefPtr<PlatformCALayer> GraphicsLayerCA::createPlatformCALayer(PlatformLayer* platformLayer, PlatformCALayerClient* owner)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DPlatformCALayerWin.h35 static PassRefPtr<PlatformCALayer> create(LayerType, PlatformCALayerClient*);
36 static PassRefPtr<PlatformCALayer> create(PlatformLayer*, PlatformCALayerClient*);
143 virtual PassRefPtr<PlatformCALayer> clone(PlatformCALayerClient* owner) const override;
145 virtual PassRefPtr<PlatformCALayer> createCompatibleLayer(PlatformCALayer::LayerType, PlatformCALayerClient*) const override;
148 PlatformCALayerWin(LayerType, PlatformLayer*, PlatformCALayerClient* owner);
H A DPlatformCALayerWin.cpp43 PassRefPtr<PlatformCALayer> PlatformCALayerWin::create(LayerType layerType, PlatformCALayerClient* owner)
48 PassRefPtr<PlatformCALayer> PlatformCALayerWin::create(PlatformLayer* platformLayer, PlatformCALayerClient* owner)
128 PlatformCALayerWin::PlatformCALayerWin(LayerType layerType, PlatformLayer* layer, PlatformCALayerClient* owner)
168 PassRefPtr<PlatformCALayer> PlatformCALayerWin::clone(PlatformCALayerClient* owner) const
704 PassRefPtr<PlatformCALayer> PlatformCALayerWin::createCompatibleLayer(PlatformCALayer::LayerType layerType, PlatformCALayerClient* client) const
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCALayerMac.h37 static PassRefPtr<PlatformCALayer> create(LayerType, PlatformCALayerClient*);
41 static PassRefPtr<PlatformCALayer> create(void* platformLayer, PlatformCALayerClient*);
47 virtual void setOwner(PlatformCALayerClient*) override;
148 virtual PassRefPtr<PlatformCALayer> clone(PlatformCALayerClient* owner) const override;
150 virtual PassRefPtr<PlatformCALayer> createCompatibleLayer(PlatformCALayer::LayerType, PlatformCALayerClient*) const override;
155 PlatformCALayerMac(LayerType, PlatformCALayerClient* owner);
156 PlatformCALayerMac(PlatformLayer*, PlatformCALayerClient* owner);
H A DPlatformCALayerMac.mm71 PassRefPtr<PlatformCALayer> PlatformCALayerMac::create(LayerType layerType, PlatformCALayerClient* owner)
76 PassRefPtr<PlatformCALayer> PlatformCALayerMac::create(void* platformLayer, PlatformCALayerClient* owner)
160 void PlatformCALayerMac::setOwner(PlatformCALayerClient* owner)
190 PlatformCALayerMac::PlatformCALayerMac(LayerType layerType, PlatformCALayerClient* owner)
235 PlatformCALayerMac::PlatformCALayerMac(PlatformLayer* layer, PlatformCALayerClient* owner)
270 PassRefPtr<PlatformCALayer> PlatformCALayerMac::clone(PlatformCALayerClient* owner) const
899 WebCore::PlatformCALayerClient* layerContents = platformCALayer->owner();
981 PassRefPtr<PlatformCALayer> PlatformCALayerMac::createCompatibleLayer(PlatformCALayer::LayerType layerType, PlatformCALayerClient* client) const
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DWebTiledLayer.mm88 if (PlatformCALayerClient* layerOwner = platformLayer->owner()) {
H A DWebLayer.mm91 if (PlatformCALayerClient* layerOwner = platformLayer->owner()) {
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp180 class FullscreenVideoController::LayerClient : public WebCore::PlatformCALayerClient {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp204 class LayerClient : public PlatformCALayerClient {

Completed in 218 milliseconds