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

/external/chromium_org/content/browser/
H A Dstorage_partition_impl.h22 class StoragePartitionImpl : public StoragePartition { class in namespace:content
24 CONTENT_EXPORT virtual ~StoragePartitionImpl();
105 static StoragePartitionImpl* Create(BrowserContext* context,
109 CONTENT_EXPORT StoragePartitionImpl(
137 // behavior while allowing StoragePartitionImpl to expose these accessors by
160 DISALLOW_COPY_AND_ASSIGN(StoragePartitionImpl);
H A Dstorage_partition_impl.cc195 int StoragePartitionImpl::GenerateQuotaClientMask(uint32 remove_mask) {
213 struct StoragePartitionImpl::QuotaManagedDataDeletionHelper {
253 // StoragePartitionImpl creates an instance of this class to keep track of
257 // deletion process (StoragePartitionImpl::ClearDataImpl) and the instance is
260 struct StoragePartitionImpl::DataDeletionHelper {
301 void StoragePartitionImpl::DataDeletionHelper::ClearQuotaManagedDataOnIOThread(
310 StoragePartitionImpl::QuotaManagedDataDeletionHelper* helper =
311 new StoragePartitionImpl::QuotaManagedDataDeletionHelper(
320 StoragePartitionImpl::StoragePartitionImpl( function in class:content::StoragePartitionImpl
[all...]

Completed in 478 milliseconds