Searched refs:ReplicaState (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h262 struct ReplicaState { struct in class:WebCore::GraphicsLayerCA
265 ReplicaState(ReplicaBranchType firstBranch) function in struct:WebCore::GraphicsLayerCA::ReplicaState
309 PassRefPtr<PlatformCALayer>replicatedLayerRoot(ReplicaState&);
312 PassRefPtr<PlatformCALayer> fetchCloneLayers(GraphicsLayer* replicaRoot, ReplicaState&, CloneLevel);
H A DGraphicsLayerCA.cpp1827 ReplicaState replicaState(ReplicaState::ReplicaBranch);
1840 GraphicsLayerCA::CloneID GraphicsLayerCA::ReplicaState::cloneID() const
1860 PassRefPtr<PlatformCALayer> GraphicsLayerCA::replicatedLayerRoot(ReplicaState& replicaState)
1863 if (!m_replicatedLayer || replicaState.replicaDepth() == ReplicaState::maxReplicaDepth)
2854 PassRefPtr<PlatformCALayer> GraphicsLayerCA::fetchCloneLayers(GraphicsLayer* replicaRoot, ReplicaState& replicaState, CloneLevel cloneLevel)
2888 replicaState.setBranchType(ReplicaState::ReplicaBranch);
2890 replicaState.setBranchType(ReplicaState::ChildBranch);
2908 replicaState.push(ReplicaState::ChildBranch);

Completed in 67 milliseconds