Home | History | Annotate | Download | only in browser

Lines Matching refs:partition

131 // where renderers with a non-default storage partition keep their persistent
137 // for the "default" extension storage partition and one directory for each
138 // persistent partition used by a webview tag. Example:
141 // Storage/ext/ABCDEF/hash(partition name)
155 // Because partition names are user specified, they can be arbitrarily long
160 // 1 million partition domains.
163 // We assume that all partition names within one partition domain are
178 // An average partition domain is likely to have less than 10 unique
179 // partition names which is far lower than 75.
181 // Note, that for 4 9s of reliability, the limit is 237 partition names per
182 // partition domain.
395 // Find the previously created partition if it's available.
406 StoragePartitionImpl* partition =
409 partitions_[partition_config] = partition;
419 partition->GetFileSystemContext()));
422 CreateFileSystemProtocolHandler(partition->GetFileSystemContext()));
428 partition->GetAppCacheService(),
442 partition->GetAppCacheService(),
452 partition->SetURLRequestContext(
457 partition->SetURLRequestContext(
459 browser_context_, partition->GetPath(), in_memory,
462 partition->SetMediaURLRequestContext(
466 partition->GetPath(), in_memory));
468 PostCreateInitialization(partition, in_memory);
470 return partition;
559 StoragePartitionImpl* partition,
576 partition->GetAppCacheService(),
578 partition->GetPath().Append(kAppCacheDirname),
580 make_scoped_refptr(partition->GetURLRequestContext()),
588 // partition as well.