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

  /external/chromium_org/content/browser/shared_worker/
worker_storage_partition.cc 19 WorkerStoragePartition::WorkerStoragePartition(
38 WorkerStoragePartition::WorkerStoragePartition(
39 const WorkerStoragePartition& other) {
43 const WorkerStoragePartition& WorkerStoragePartition::operator=(
44 const WorkerStoragePartition& rhs) {
49 bool WorkerStoragePartition::Equals(
50 const WorkerStoragePartition& other) const
    [all...]
worker_storage_partition.h 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
    [all...]

Completed in 56 milliseconds