Searched defs:storage_partition (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_data_deleter.cc16 #include "content/public/browser/storage_partition.h"
35 void Run(content::StoragePartition* storage_partition,
45 content::StoragePartition* storage_partition,
75 void SessionDataDeleter::Run(content::StoragePartition* storage_partition, argument
78 storage_partition->GetDOMStorageContext()->GetLocalStorageUsage(
81 storage_partition));
94 content::StoragePartition* storage_partition,
102 storage_partition->GetDOMStorageContext()->DeleteLocalStorage(usage.origin);
93 ClearSessionOnlyLocalStorage( content::StoragePartition* storage_partition, const std::vector<content::LocalStorageUsageInfo>& usages) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc29 #include "content/public/browser/storage_partition.h"
189 content::StoragePartition* storage_partition = local
192 storage_partition->GetIndexedDBContext();
194 storage_partition->GetServiceWorkerContext();
196 storage_partition->GetFileSystemContext();
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_ui_browsertest.cc22 #include "content/public/browser/storage_partition.h"
44 ContentInfo(int pid, content::StoragePartition* storage_partition) { argument
46 this->storage_partition = storage_partition;
50 content::StoragePartition* storage_partition; member in struct:__anon5570::ContentInfo
112 ASSERT_EQ(info2.storage_partition, info3.storage_partition);
114 ASSERT_NE(info1.storage_partition, info2.storage_partition);
/external/chromium_org/android_webview/native/
H A Daw_quota_manager_bridge_impl.cc15 #include "content/public/browser/storage_partition.h"
190 StoragePartition* storage_partition = local
192 DCHECK(storage_partition);
193 return storage_partition;
235 StoragePartition* storage_partition = GetStoragePartition(); local
236 storage_partition->ClearDataForOrigin(
244 storage_partition->GetURLRequestContext(),
/external/chromium_org/content/browser/
H A Dbrowser_context.cc243 StoragePartition* storage_partition = local
253 storage_partition->GetAppCacheService())));
258 storage_partition->GetDOMStorageContext());
263 storage_partition->GetIndexedDBContext());
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_internals_ui.cc19 #include "content/public/browser/storage_partition.h"
115 StoragePartition* storage_partition) {
116 if (storage_partition->GetPath() == partition_path) {
117 *result_partition = storage_partition;
119 storage_partition->GetIndexedDBContext());
112 FindContext(const base::FilePath& partition_path, StoragePartition** result_partition, scoped_refptr<IndexedDBContextImpl>* result_context, StoragePartition* storage_partition) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor.cc23 #include "content/public/browser/storage_partition.h"
468 content::StoragePartition* storage_partition = local
470 DCHECK(storage_partition);
472 storage_partition->GetQuotaManager());
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_io_host.cc21 #include "content/public/browser/storage_partition.h"
51 StoragePartition* storage_partition = host->GetStoragePartition(); local
52 if (storage_partition)
53 stuff.file_system_context = storage_partition->GetFileSystemContext();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc63 #include "content/public/browser/storage_partition.h"
635 content::StoragePartition* storage_partition; local
637 storage_partition = storage_partition_for_testing_;
639 storage_partition = BrowserContext::GetDefaultStoragePartition(profile_);
653 storage_partition->ClearData(
742 content::StoragePartition* storage_partition) {
743 storage_partition_for_testing_ = storage_partition;
741 OverrideStoragePartitionForTesting( content::StoragePartition* storage_partition) argument
H A Dbrowsing_data_remover_unittest.cc43 #include "content/public/browser/storage_partition.h"
743 TestStoragePartition storage_partition; local
744 remover->OverrideStoragePartitionForTesting(&storage_partition);
759 storage_partition.GetStoragePartitionRemovalData();
767 TestStoragePartition storage_partition; local
768 remover->OverrideStoragePartitionForTesting(&storage_partition);
780 storage_partition.GetStoragePartitionRemovalData();
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service.cc32 #include "content/public/browser/storage_partition.h"
306 content::StoragePartition* storage_partition = local
309 storage_partition->GetFileSystemContext();
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc406 const blink::WebURL& storage_partition,
415 MakeTuple(GURL(storage_partition),
446 const blink::WebURL& storage_partition,
455 MakeTuple(GURL(storage_partition),
405 openFileSystem( const blink::WebURL& storage_partition, blink::WebFileSystemType type, WebFileSystemCallbacks callbacks) argument
445 deleteFileSystem( const blink::WebURL& storage_partition, blink::WebFileSystemType type, WebFileSystemCallbacks callbacks) argument
/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.cc25 #include "content/public/browser/storage_partition.h"
583 StoragePartition* storage_partition = local
585 storage_partition->GetDOMStorageContext()->DeleteLocalStorage(
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.cc100 #include "content/public/browser/storage_partition.h"
1058 content::StoragePartition* storage_partition = rph->GetStoragePartition(); local
1060 return storage_partition->GetMediaURLRequestContext();
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc1167 const blink::WebURL& storage_partition,
1175 storage_partition,
1166 queryStorageUsageAndQuota( const blink::WebURL& storage_partition, blink::WebStorageQuotaType type, blink::WebStorageQuotaCallbacks callbacks) argument

Completed in 2482 milliseconds