Home | History | Annotate | Download | only in shared_worker

Lines Matching defs:WorkerStoragePartition

44 class CONTENT_EXPORT WorkerStoragePartition {
46 WorkerStoragePartition(
55 ~WorkerStoragePartition();
60 WorkerStoragePartition(const WorkerStoragePartition& other);
61 const WorkerStoragePartition& operator=(const WorkerStoragePartition& rhs);
63 bool Equals(const WorkerStoragePartition& other) const;
96 void Copy(const WorkerStoragePartition& other);
110 // extending the lifetime of all objects in the WorkerStoragePartition.
115 explicit WorkerStoragePartitionId(const WorkerStoragePartition& partition);