Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/extensions/
Ddata_deleter.cc19 using content::StoragePartition;
32 StoragePartition* partition = in StartDeleting()
46 StoragePartition::REMOVE_DATA_MASK_ALL & in StartDeleting()
47 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE), in StartDeleting()
48 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in StartDeleting()
55 StoragePartition::REMOVE_DATA_MASK_ALL & in StartDeleting()
56 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE), in StartDeleting()
57 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in StartDeleting()
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover_unittest.cc61 using content::StoragePartition;
152 StoragePartition::OriginMatcherFunction origin_matcher;
158 class TestStoragePartition : public StoragePartition {
737 StoragePartition::REMOVE_DATA_MASK_COOKIES)); in TEST_F()
740 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL)); in TEST_F()
757 StoragePartition::REMOVE_DATA_MASK_COOKIES)); in TEST_F()
762 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL & in TEST_F()
763 ~StoragePartition::QUOTA_MANAGED_STORAGE_MASK_PERSISTENT)); in TEST_F()
858 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE)); in TEST_F()
861 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL)); in TEST_F()
[all …]
Dbrowsing_data_remover.cc401 content::StoragePartition::REMOVE_DATA_MASK_COOKIES; in RemoveImpl()
448 content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE; in RemoveImpl()
453 content::StoragePartition::REMOVE_DATA_MASK_INDEXEDDB; in RemoveImpl()
457 content::StoragePartition::REMOVE_DATA_MASK_WEBSQL; in RemoveImpl()
461 content::StoragePartition::REMOVE_DATA_MASK_APPCACHE; in RemoveImpl()
465 content::StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS; in RemoveImpl()
564 content::StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE; in RemoveImpl()
567 content::StoragePartition::REMOVE_DATA_MASK_WEBRTC_IDENTITY; in RemoveImpl()
573 content::StoragePartition* storage_partition; in RemoveImpl()
580 ~content::StoragePartition::QUOTA_MANAGED_STORAGE_MASK_PERSISTENT; in RemoveImpl()
[all …]
Dbrowsing_data_remover.h32 class StoragePartition; variable
177 content::StoragePartition* storage_partition);
409 content::StoragePartition* storage_partition_for_testing_;
/external/chromium_org/android_webview/native/
Daw_quota_manager_bridge_impl.cc24 using content::StoragePartition;
185 StoragePartition* AwQuotaManagerBridgeImpl::GetStoragePartition() const { in GetStoragePartition()
189 StoragePartition* storage_partition = in GetStoragePartition()
212 StoragePartition::REMOVE_DATA_MASK_APPCACHE | in DeleteAllDataOnUiThread()
213 StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS | in DeleteAllDataOnUiThread()
214 StoragePartition::REMOVE_DATA_MASK_INDEXEDDB | in DeleteAllDataOnUiThread()
215 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE | in DeleteAllDataOnUiThread()
216 StoragePartition::REMOVE_DATA_MASK_WEBSQL, in DeleteAllDataOnUiThread()
217 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_TEMPORARY, in DeleteAllDataOnUiThread()
218 NULL, 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_unittest.cc59 StoragePartition::REMOVE_DATA_MASK_INDEXEDDB |
60 StoragePartition::REMOVE_DATA_MASK_WEBSQL |
61 StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS |
62 StoragePartition::REMOVE_DATA_MASK_APPCACHE;
273 void ClearQuotaData(content::StoragePartition* storage_partition, in ClearQuotaData()
277 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in ClearQuotaData()
278 NULL, StoragePartition::OriginMatcherFunction(), in ClearQuotaData()
283 content::StoragePartition* storage_partition, in ClearQuotaDataWithOriginMatcher()
285 const StoragePartition::OriginMatcherFunction& origin_matcher, in ClearQuotaDataWithOriginMatcher()
289 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in ClearQuotaDataWithOriginMatcher()
[all …]
Dbrowser_context.cc57 StoragePartition* GetStoragePartitionFromConfig( in GetStoragePartitionFromConfig()
72 void PurgeDOMStorageContextInPartition(StoragePartition* storage_partition) { in PurgeDOMStorageContextInPartition()
161 StoragePartition* BrowserContext::GetStoragePartition( in GetStoragePartition()
180 StoragePartition* BrowserContext::GetStoragePartitionForSite( in GetStoragePartitionForSite()
207 StoragePartition* BrowserContext::GetDefaultStoragePartition( in GetDefaultStoragePartition()
227 StoragePartition* storage_partition = in SaveSessionState()
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()
198 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS) in GenerateQuotaClientMask()
200 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_WEBSQL) in GenerateQuotaClientMask()
202 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_APPCACHE) in GenerateQuotaClientMask()
204 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_INDEXEDDB) in GenerateQuotaClientMask()
232 const StoragePartition::OriginMatcherFunction& origin_matcher);
237 const StoragePartition::OriginMatcherFunction& origin_matcher,
[all …]
Dstorage_partition_impl_map.cc465 StoragePartition::REMOVE_DATA_MASK_ALL & in AsyncObliterate()
466 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE), in AsyncObliterate()
467 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in AsyncObliterate()
469 StoragePartition::OriginMatcherFunction(), in AsyncObliterate()
Dstorage_partition_impl.h22 class StoragePartitionImpl : public StoragePartition {
/external/chromium_org/content/public/browser/
Dbrowser_context.h40 class StoragePartition; variable
54 static content::StoragePartition* GetStoragePartition(
56 static content::StoragePartition* GetStoragePartitionForSite(
58 typedef base::Callback<void(StoragePartition*)> StoragePartitionCallback;
76 static content::StoragePartition* GetDefaultStoragePartition(
Drender_process_host.h31 class StoragePartition; variable
110 virtual StoragePartition* GetStoragePartition() const = 0;
151 virtual bool InSameStoragePartition(StoragePartition* partition) const = 0;
Dstorage_partition.h48 class StoragePartition {
123 virtual ~StoragePartition() {} in ~StoragePartition()
/external/chromium_org/chrome/browser/extensions/api/webview/
Dwebview_api.cc26 return content::StoragePartition::REMOVE_DATA_MASK_APPCACHE; in MaskForKey()
28 return content::StoragePartition::REMOVE_DATA_MASK_COOKIES; in MaskForKey()
30 return content::StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS; in MaskForKey()
32 return content::StoragePartition::REMOVE_DATA_MASK_INDEXEDDB; in MaskForKey()
34 return content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE; in MaskForKey()
36 return content::StoragePartition::REMOVE_DATA_MASK_WEBSQL; in MaskForKey()
/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()
90 content::StoragePartition* storage_partition, in ClearSessionOnlyLocalStorage()
/external/chromium_org/content/public/test/
Dmock_render_process_host.h15 class StoragePartition; variable
52 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
71 StoragePartition* partition) const OVERRIDE;
Dmock_render_process_host.cc111 StoragePartition* MockRenderProcessHost::GetStoragePartition() const { in GetStoragePartition()
219 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()
109 StoragePartition** result_partition, in FindContext()
111 StoragePartition* storage_partition) { in FindContext()
146 StoragePartition* result_partition; in GetOriginContext()
Dindexed_db_browsertest.cc76 StoragePartition* partition = in GetContext()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.h49 class StoragePartition; variable
98 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
106 StoragePartition* partition) const OVERRIDE;
/external/chromium_org/chrome/browser/guestview/webview/
Dwebview_guest.cc544 content::StoragePartition* partition = in ClearData()
554 content::StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, in ClearData()
556 content::StoragePartition::OriginMatcherFunction(), in ClearData()
/external/chromium_org/chrome/browser/ui/webui/options/
Dcookies_view_handler.cc185 content::StoragePartition* storage_partition = in EnsureCookiesTreeModelCreated()
/external/chromium_org/chrome/browser/ui/webui/
Dinline_login_ui.cc268 content::StoragePartition* partition = in HandleCompleteLogin()

12