Home
last modified time | relevance | path

Searched refs:storage_partition (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
Dsession_data_deleter.cc34 void Run(content::StoragePartition* storage_partition,
44 content::StoragePartition* storage_partition,
73 void SessionDataDeleter::Run(content::StoragePartition* storage_partition, in Run() argument
75 storage_partition->GetDOMStorageContext()->GetLocalStorageUsage( in Run()
78 storage_partition)); in Run()
90 content::StoragePartition* storage_partition, in ClearSessionOnlyLocalStorage() argument
97 storage_partition->GetDOMStorageContext()->DeleteLocalStorage(it->origin); in ClearSessionOnlyLocalStorage()
/external/chromium_org/chrome/browser/ui/webui/signin/
Dinline_login_ui_browsertest.cc32 ContentInfo(int pid, content::StoragePartition* storage_partition) { in ContentInfo()
34 this->storage_partition = storage_partition; in ContentInfo()
38 content::StoragePartition* storage_partition; member
95 ASSERT_EQ(info2.storage_partition, info3.storage_partition); in IN_PROC_BROWSER_TEST_F()
97 ASSERT_NE(info1.storage_partition, info2.storage_partition); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/android_webview/native/
Daw_quota_manager_bridge_impl.cc189 StoragePartition* storage_partition = in GetStoragePartition() local
191 DCHECK(storage_partition); in GetStoragePartition()
192 return storage_partition; in GetStoragePartition()
234 StoragePartition* storage_partition = GetStoragePartition(); in DeleteOriginOnUiThread() local
235 storage_partition->ClearDataForOrigin( in DeleteOriginOnUiThread()
243 storage_partition->GetURLRequestContext()); in DeleteOriginOnUiThread()
/external/chromium_org/content/browser/
Dbrowser_context.cc230 StoragePartition* storage_partition = in SaveSessionState() local
240 storage_partition->GetAppCacheService()))); in SaveSessionState()
245 storage_partition->GetDOMStorageContext()); in SaveSessionState()
250 storage_partition->GetIndexedDBContext()); in SaveSessionState()
/external/chromium_org/chrome/browser/ui/webui/options/
Dcookies_view_handler.cc186 content::StoragePartition* storage_partition = in EnsureCookiesTreeModelCreated() local
189 storage_partition->GetIndexedDBContext(); in EnsureCookiesTreeModelCreated()
191 storage_partition->GetFileSystemContext(); in EnsureCookiesTreeModelCreated()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_internals_ui.cc111 StoragePartition* storage_partition) { in FindContext() argument
112 if (storage_partition->GetPath() == partition_path) { in FindContext()
113 *result_partition = storage_partition; in FindContext()
115 storage_partition->GetIndexedDBContext()); in FindContext()
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.h55 const blink::WebURL& storage_partition,
62 const blink::WebURL& storage_partition,
Dwebfilesystem_impl.cc364 const blink::WebURL& storage_partition, in openFileSystem() argument
373 MakeTuple(GURL(storage_partition), in openFileSystem()
400 const blink::WebURL& storage_partition, in deleteFileSystem() argument
409 MakeTuple(GURL(storage_partition), in deleteFileSystem()
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover.cc607 content::StoragePartition* storage_partition; in RemoveImpl() local
609 storage_partition = storage_partition_for_testing_; in RemoveImpl()
611 storage_partition = BrowserContext::GetDefaultStoragePartition(profile_); in RemoveImpl()
625 storage_partition->ClearData( in RemoveImpl()
709 content::StoragePartition* storage_partition) { in OverrideStoragePartitionForTesting() argument
710 storage_partition_for_testing_ = storage_partition; in OverrideStoragePartitionForTesting()
Dbrowsing_data_remover_unittest.cc635 TestStoragePartition storage_partition; in BlockUntilBrowsingDataRemoved() local
636 remover->OverrideStoragePartitionForTesting(&storage_partition); in BlockUntilBrowsingDataRemoved()
651 storage_partition.GetStoragePartitionRemovalData(); in BlockUntilBrowsingDataRemoved()
659 TestStoragePartition storage_partition; in BlockUntilOriginDataRemoved() local
660 remover->OverrideStoragePartitionForTesting(&storage_partition); in BlockUntilOriginDataRemoved()
672 storage_partition.GetStoragePartitionRemovalData(); in BlockUntilOriginDataRemoved()
Dbrowsing_data_remover.h217 content::StoragePartition* storage_partition);
/external/chromium_org/content/browser/service_worker/
Dservice_worker_internals_ui.h66 StoragePartition* storage_partition) const;
Dservice_worker_internals_ui.cc531 StoragePartition* storage_partition) const { in FindContext()
533 observers_.get(reinterpret_cast<uintptr_t>(storage_partition)); in FindContext()
535 *result_partition = storage_partition; in FindContext()
/external/chromium_org/content/worker/
Dworker_webkitplatformsupport_impl.cc302 const blink::WebURL& storage_partition, in queryStorageUsageAndQuota() argument
310 storage_partition, in queryStorageUsageAndQuota()
Dworker_webkitplatformsupport_impl.h103 const blink::WebURL& storage_partition,
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_file_system_browser_host.cc43 StoragePartition* storage_partition = host->GetStoragePartition(); in GetFileSystemContextFromRenderId() local
44 if (!storage_partition) in GetFileSystemContextFromRenderId()
46 return storage_partition->GetFileSystemContext(); in GetFileSystemContextFromRenderId()
Dpepper_file_io_host.cc51 StoragePartition* storage_partition = host->GetStoragePartition(); in GetUIThreadStuffForInternalFileSystems() local
52 if (storage_partition) in GetUIThreadStuffForInternalFileSystems()
53 stuff.file_system_context = storage_partition->GetFileSystemContext(); in GetUIThreadStuffForInternalFileSystems()
/external/chromium_org/chrome/browser/extensions/
Dextension_storage_monitor.cc465 content::StoragePartition* storage_partition = in StartMonitoringStorage() local
467 DCHECK(storage_partition); in StartMonitoringStorage()
469 storage_partition->GetQuotaManager()); in StartMonitoringStorage()
/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.cc575 StoragePartition* storage_partition = in OnClearDevToolsLocalStorage() local
577 storage_partition->GetDOMStorageContext()->DeleteLocalStorage( in OnClearDevToolsLocalStorage()
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h144 const blink::WebURL& storage_partition,
Drenderer_webkitplatformsupport_impl.cc1112 const blink::WebURL& storage_partition, in queryStorageUsageAndQuota() argument
1120 storage_partition, in queryStorageUsageAndQuota()
/external/chromium_org/chrome/browser/sync_file_system/
Dsync_file_system_service.cc318 content::StoragePartition* storage_partition = in DumpFiles() local
321 storage_partition->GetFileSystemContext(); in DumpFiles()
/external/chromium_org/chrome/browser/profiles/
Dprofile_impl.cc959 content::StoragePartition* storage_partition = rph->GetStoragePartition(); in GetMediaRequestContextForRenderProcess() local
961 return storage_partition->GetMediaURLRequestContext(); in GetMediaRequestContextForRenderProcess()
/external/chromium_org/content/
Dcontent_browser.gypi203 'public/browser/storage_partition.h',