Searched refs:RemoteLayerTreeHost (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreePropertyApplier.h35 class RemoteLayerTreeHost;
40 static void applyProperties(CALayer *, RemoteLayerTreeHost*, const RemoteLayerTreeTransaction::LayerProperties&, const RelatedLayerMap&);
42 static void applyProperties(UIView *, RemoteLayerTreeHost*, const RemoteLayerTreeTransaction::LayerProperties&, const RelatedLayerMap&);
H A DRemoteLayerTreePropertyApplier.mm31 #import "RemoteLayerTreeHost.h"
134 static void applyPropertiesToLayer(CALayer *layer, RemoteLayerTreeHost* layerTreeHost, const RemoteLayerTreeTransaction::LayerProperties& properties)
230 void RemoteLayerTreePropertyApplier::applyProperties(CALayer *layer, RemoteLayerTreeHost* layerTreeHost, const RemoteLayerTreeTransaction::LayerProperties& properties, const RelatedLayerMap& relatedLayers)
267 void RemoteLayerTreePropertyApplier::applyProperties(UIView *view, RemoteLayerTreeHost* layerTreeHost, const RemoteLayerTreeTransaction::LayerProperties& properties, const RelatedLayerMap& relatedLayers)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DRemoteLayerTreeHost.mm27 #import "RemoteLayerTreeHost.h"
48 RemoteLayerTreeHost::RemoteLayerTreeHost(RemoteLayerTreeDrawingAreaProxy& drawingArea)
55 RemoteLayerTreeHost::~RemoteLayerTreeHost()
60 bool RemoteLayerTreeHost::updateLayerTree(const RemoteLayerTreeTransaction& transaction, float indicatorScaleFactor)
123 LayerOrView *RemoteLayerTreeHost::getLayer(GraphicsLayer::PlatformLayerID layerID) const
131 void RemoteLayerTreeHost::layerWillBeRemoved(WebCore::GraphicsLayer::PlatformLayerID layerID)
137 void RemoteLayerTreeHost::animationDidStart(WebCore::GraphicsLayer::PlatformLayerID layerID, CAAnimation *animation, double startTime)
155 void RemoteLayerTreeHost
[all...]
H A DRemoteLayerTreeHost.h43 class RemoteLayerTreeHost { class in namespace:WebKit
45 explicit RemoteLayerTreeHost(RemoteLayerTreeDrawingAreaProxy&);
46 virtual ~RemoteLayerTreeHost();
H A DRemoteLayerTreeDrawingAreaProxy.h30 #include "RemoteLayerTreeHost.h"
47 const RemoteLayerTreeHost& remoteLayerTreeHost() const { return m_remoteLayerTreeHost; }
91 RemoteLayerTreeHost m_remoteLayerTreeHost;
97 std::unique_ptr<RemoteLayerTreeHost> m_debugIndicatorLayerTreeHost;
H A DRemoteLayerTreeDrawingAreaProxy.mm338 m_debugIndicatorLayerTreeHost = std::make_unique<RemoteLayerTreeHost>(*this);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Scrolling/
H A DRemoteScrollingCoordinatorProxy.h44 class RemoteLayerTreeHost;
69 const RemoteLayerTreeHost* layerTreeHost() const;
90 void connectStateNodeLayers(WebCore::ScrollingStateTree&, const RemoteLayerTreeHost&);
H A DRemoteScrollingCoordinatorProxy.cpp69 const RemoteLayerTreeHost* RemoteScrollingCoordinatorProxy::layerTreeHost() const
87 const RemoteLayerTreeHost* layerTreeHost = this->layerTreeHost();
100 void RemoteScrollingCoordinatorProxy::connectStateNodeLayers(ScrollingStateTree& stateTree, const RemoteLayerTreeHost& layerTreeHost)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DRemoteScrollingCoordinatorProxyIOS.mm33 #include "RemoteLayerTreeHost.h"
49 void RemoteScrollingCoordinatorProxy::connectStateNodeLayers(ScrollingStateTree& stateTree, const RemoteLayerTreeHost& layerTreeHost)
H A DRemoteLayerTreeHostIOS.mm30 #import "RemoteLayerTreeHost.h"
91 NSString *webKitDetails = [NSString stringWithFormat:@" layerID = %llu \"%@\"", WebKit::RemoteLayerTreeHost::layerID(self.layer), self.layer.name ? self.layer.name : @""];
129 LayerOrView *RemoteLayerTreeHost::createLayer(const RemoteLayerTreeTransaction::LayerCreationProperties& properties, const RemoteLayerTreeTransaction::LayerProperties* layerProperties)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCAAnimationRemote.h42 class RemoteLayerTreeHost;
298 static void updateLayerAnimations(CALayer *, RemoteLayerTreeHost*, const AnimationsList& animationsToAdd, const HashSet<String>& animationsToRemove);
H A DPlatformCAAnimationRemote.mm30 #import "RemoteLayerTreeHost.h"
53 WebKit::RemoteLayerTreeHost* _layerTreeHost;
56 - (instancetype)initWithLayerID:(GraphicsLayer::PlatformLayerID)layerID layerTreeHost:(WebKit::RemoteLayerTreeHost*)layerTreeHost;
61 - (instancetype)initWithLayerID:(GraphicsLayer::PlatformLayerID)layerID layerTreeHost:(WebKit::RemoteLayerTreeHost*)layerTreeHost
695 static void addAnimationToLayer(CALayer *layer, RemoteLayerTreeHost* layerTreeHost, const String& key, const PlatformCAAnimationRemote::Properties& properties)
766 GraphicsLayer::PlatformLayerID layerID = RemoteLayerTreeHost::layerID(layer);
778 void PlatformCAAnimationRemote::updateLayerAnimations(CALayer *layer, RemoteLayerTreeHost* layerTreeHost, const AnimationsList& animationsToAdd, const HashSet<String>& animationsToRemove)

Completed in 187 milliseconds