Searched defs:WorkerStoragePartition (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/shared_worker/
H A Dworker_storage_partition.cc19 WorkerStoragePartition::WorkerStoragePartition( function in class:content::WorkerStoragePartition
38 WorkerStoragePartition::WorkerStoragePartition( function in class:content::WorkerStoragePartition
39 const WorkerStoragePartition& other) {
43 const WorkerStoragePartition& WorkerStoragePartition::operator=(
44 const WorkerStoragePartition& rhs) {
49 bool WorkerStoragePartition::Equals(
50 const WorkerStoragePartition
[all...]
H A Dworker_storage_partition.h44 class CONTENT_EXPORT WorkerStoragePartition { class in namespace:content
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
[all...]

Completed in 2273 milliseconds