Home
last modified time | relevance | path

Searched refs:StoragePartition (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover_unittest.cc72 using content::StoragePartition;
127 StoragePartition::OriginMatcherFunction origin_matcher;
133 class TestStoragePartition : public StoragePartition {
877 StoragePartition::REMOVE_DATA_MASK_COOKIES); in TEST_F()
879 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL); in TEST_F()
895 StoragePartition::REMOVE_DATA_MASK_COOKIES); in TEST_F()
899 ~StoragePartition::QUOTA_MANAGED_STORAGE_MASK_PERSISTENT); in TEST_F()
993 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE); in TEST_F()
995 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL); in TEST_F()
1025 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE); in TEST_F()
[all …]
Dbrowsing_data_remover.cc446 content::StoragePartition::REMOVE_DATA_MASK_COOKIES; in RemoveImpl()
493 content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE; in RemoveImpl()
498 content::StoragePartition::REMOVE_DATA_MASK_INDEXEDDB; in RemoveImpl()
502 content::StoragePartition::REMOVE_DATA_MASK_WEBSQL; in RemoveImpl()
506 content::StoragePartition::REMOVE_DATA_MASK_APPCACHE; in RemoveImpl()
510 content::StoragePartition::REMOVE_DATA_MASK_SERVICE_WORKERS; in RemoveImpl()
514 content::StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS; in RemoveImpl()
621 content::StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE; in RemoveImpl()
624 content::StoragePartition::REMOVE_DATA_MASK_WEBRTC_IDENTITY; in RemoveImpl()
635 content::StoragePartition* storage_partition; in RemoveImpl()
[all …]
Dbrowsing_data_remover.h36 class StoragePartition; variable
215 content::StoragePartition* storage_partition);
462 content::StoragePartition* storage_partition_for_testing_;
/external/chromium_org/chrome/browser/extensions/
Ddata_deleter.cc27 using content::StoragePartition;
36 StoragePartition* partition, in DeleteOrigin()
54 ~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE, in DeleteOrigin()
55 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in DeleteOrigin()
63 ~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE, in DeleteOrigin()
64 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in DeleteOrigin()
99 StoragePartition* partition = BrowserContext::GetStoragePartitionForSite( in StartDeleting()
/external/chromium_org/android_webview/native/
Daw_quota_manager_bridge_impl.cc24 using content::StoragePartition;
186 StoragePartition* AwQuotaManagerBridgeImpl::GetStoragePartition() const { in GetStoragePartition()
190 StoragePartition* storage_partition = in GetStoragePartition()
213 StoragePartition::REMOVE_DATA_MASK_APPCACHE | in DeleteAllDataOnUiThread()
214 StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS | in DeleteAllDataOnUiThread()
215 StoragePartition::REMOVE_DATA_MASK_INDEXEDDB | in DeleteAllDataOnUiThread()
216 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE | in DeleteAllDataOnUiThread()
217 StoragePartition::REMOVE_DATA_MASK_WEBSQL, in DeleteAllDataOnUiThread()
218 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_TEMPORARY, in DeleteAllDataOnUiThread()
219 GURL(), StoragePartition::OriginMatcherFunction(), in DeleteAllDataOnUiThread()
[all …]
Daw_quota_manager_bridge_impl.h23 class StoragePartition; variable
61 content::StoragePartition* GetStoragePartition() const;
/external/chromium_org/content/browser/
Dstorage_partition_impl.cc112 const StoragePartition::OriginMatcherFunction& origin_matcher, in OnLocalStorageUsageInfo()
136 const StoragePartition::OriginMatcherFunction& origin_matcher, in OnSessionStorageUsageInfo()
155 const StoragePartition::OriginMatcherFunction& origin_matcher, in ClearLocalStorageOnUIThread()
182 const StoragePartition::OriginMatcherFunction& origin_matcher, in ClearSessionStorageOnUIThread()
196 StoragePartition::REMOVE_DATA_MASK_APPCACHE;
198 StoragePartition::REMOVE_DATA_MASK_COOKIES;
200 StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS;
202 StoragePartition::REMOVE_DATA_MASK_INDEXEDDB;
204 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE;
206 StoragePartition::REMOVE_DATA_MASK_SERVICE_WORKERS;
[all …]
Dstorage_partition_impl_unittest.cc58 StoragePartition::REMOVE_DATA_MASK_APPCACHE |
59 StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS |
60 StoragePartition::REMOVE_DATA_MASK_INDEXEDDB |
61 StoragePartition::REMOVE_DATA_MASK_WEBSQL;
247 void ClearQuotaData(content::StoragePartition* partition, in ClearQuotaData()
250 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, GURL(), in ClearQuotaData()
251 StoragePartition::OriginMatcherFunction(), base::Time(), in ClearQuotaData()
256 content::StoragePartition* partition, in ClearQuotaDataWithOriginMatcher()
258 const StoragePartition::OriginMatcherFunction& origin_matcher, in ClearQuotaDataWithOriginMatcher()
262 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in ClearQuotaDataWithOriginMatcher()
[all …]
Dbrowser_context.cc57 StoragePartition* GetStoragePartitionFromConfig( in GetStoragePartitionFromConfig()
151 StoragePartition* BrowserContext::GetStoragePartition( in GetStoragePartition()
170 StoragePartition* BrowserContext::GetStoragePartitionForSite( in GetStoragePartitionForSite()
197 StoragePartition* BrowserContext::GetDefaultStoragePartition( in GetDefaultStoragePartition()
243 StoragePartition* storage_partition = in SaveSessionState()
Dstorage_partition_impl_map.cc495 ~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE, in AsyncObliterate()
496 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in AsyncObliterate()
498 StoragePartition::OriginMatcherFunction(), in AsyncObliterate()
Dpush_messaging_router.cc25 StoragePartition* partition = in DeliverMessage()
/external/chromium_org/content/browser/service_worker/
Dservice_worker_internals_ui.h26 class StoragePartition; variable
46 void AddContextFromStoragePartition(StoragePartition* partition);
48 void RemoveObserverFromStoragePartition(StoragePartition* partition);
65 StoragePartition** result_partition,
66 StoragePartition* storage_partition) const;
Dservice_worker_internals_ui.cc488 StoragePartition* partition) { in AddContextFromStoragePartition()
520 StoragePartition* partition) { in RemoveObserverFromStoragePartition()
533 StoragePartition** result_partition, in FindContext()
534 StoragePartition* storage_partition) const { in FindContext()
547 StoragePartition* result_partition(NULL); in GetServiceWorkerContext()
/external/chromium_org/content/public/browser/
Dbrowser_context.h43 class StoragePartition; variable
58 static content::StoragePartition* GetStoragePartition(
60 static content::StoragePartition* GetStoragePartitionForSite(
62 typedef base::Callback<void(StoragePartition*)> StoragePartitionCallback;
80 static content::StoragePartition* GetDefaultStoragePartition(
Drender_process_host.h31 class StoragePartition; variable
103 virtual StoragePartition* GetStoragePartition() const = 0;
131 virtual bool InSameStoragePartition(StoragePartition* partition) const = 0;
Dstorage_partition.h53 class CONTENT_EXPORT StoragePartition {
125 virtual ~StoragePartition() {} in ~StoragePartition()
/external/chromium_org/chrome/browser/extensions/signin/
Dgaia_auth_extension_loader.cc66 content::StoragePartition* partition = in UnloadGaiaAuthExtension()
71 content::StoragePartition::REMOVE_DATA_MASK_ALL, in UnloadGaiaAuthExtension()
72 content::StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in UnloadGaiaAuthExtension()
74 content::StoragePartition::OriginMatcherFunction(), in UnloadGaiaAuthExtension()
/external/chromium_org/chrome/browser/sessions/
Dsession_data_deleter.cc35 void Run(content::StoragePartition* storage_partition,
45 content::StoragePartition* storage_partition,
75 void SessionDataDeleter::Run(content::StoragePartition* storage_partition, in Run()
94 content::StoragePartition* storage_partition, in ClearSessionOnlyLocalStorage()
/external/chromium_org/extensions/browser/api/web_view/
Dweb_view_internal_api.cc33 return content::StoragePartition::REMOVE_DATA_MASK_APPCACHE; in MaskForKey()
35 return content::StoragePartition::REMOVE_DATA_MASK_COOKIES; in MaskForKey()
37 return content::StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS; in MaskForKey()
39 return content::StoragePartition::REMOVE_DATA_MASK_INDEXEDDB; in MaskForKey()
41 return content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE; in MaskForKey()
43 return content::StoragePartition::REMOVE_DATA_MASK_WEBSQL; in MaskForKey()
/external/chromium_org/content/public/test/
Dmock_render_process_host.h15 class StoragePartition; variable
48 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
65 StoragePartition* partition) const OVERRIDE;
Dmock_render_process_host.cc101 StoragePartition* MockRenderProcessHost::GetStoragePartition() const { in GetStoragePartition()
181 StoragePartition* partition) const { in InSameStoragePartition()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_internals_ui.h24 class StoragePartition; variable
39 void AddContextFromStoragePartition(StoragePartition* partition);
Dindexed_db_internals_ui.cc63 StoragePartition* partition) { in AddContextFromStoragePartition()
113 StoragePartition** result_partition, in FindContext()
115 StoragePartition* storage_partition) { in FindContext()
150 StoragePartition* result_partition; in GetOriginContext()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.h57 class StoragePartition; variable
105 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
111 StoragePartition* partition) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/signin/
Dinline_login_ui_browsertest.cc44 ContentInfo(int pid, content::StoragePartition* storage_partition) { in ContentInfo()
50 content::StoragePartition* storage_partition;

12