HomeSort by relevance Sort by last modified time
    Searched defs:WorkerStoragePartitionId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/shared_worker/
worker_storage_partition.cc 76 WorkerStoragePartitionId::WorkerStoragePartitionId(
88 WorkerStoragePartitionId::~WorkerStoragePartitionId() {
91 bool WorkerStoragePartitionId::Equals(
92 const WorkerStoragePartitionId& other) const {
worker_storage_partition.h 108 // WorkerStoragePartitionId can be used to identify each
109 // WorkerStoragePartitions. We can hold WorkerStoragePartitionId without
111 // That means that holding a WorkerStoragePartitionId doesn't mean the
113 class CONTENT_EXPORT WorkerStoragePartitionId {
115 explicit WorkerStoragePartitionId(const WorkerStoragePartition& partition);
116 ~WorkerStoragePartitionId();
117 bool Equals(const WorkerStoragePartitionId& other) const;

Completed in 357 milliseconds