HomeSort by relevance Sort by last modified time
    Searched refs:StoragePartition (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/
data_deleter.cc 19 using content::StoragePartition;
32 StoragePartition* partition =
46 StoragePartition::REMOVE_DATA_MASK_ALL &
47 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE),
48 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
55 StoragePartition::REMOVE_DATA_MASK_ALL &
56 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE),
57 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
  /external/chromium_org/content/public/browser/
browser_context.h 40 class StoragePartition;
54 static content::StoragePartition* GetStoragePartition(
56 static content::StoragePartition* GetStoragePartitionForSite(
58 typedef base::Callback<void(StoragePartition*)> StoragePartitionCallback;
76 static content::StoragePartition* GetDefaultStoragePartition(
render_process_host.h 24 class StoragePartition;
96 // URLRequestContextGetter's creation is moved into StoragePartition.
98 virtual StoragePartition* GetStoragePartition() const = 0;
137 // Returns whether this process is using the same StoragePartition as
139 virtual bool InSameStoragePartition(StoragePartition* partition) const = 0;
storage_partition.h 43 // The StoragePartition defines the view each child process has of the
47 class StoragePartition {
86 // inside this StoragePartition for the given |storage_origin|.
91 // URLRequestContextGetter objects that the StoragePartition does not know
101 // StoragePartition rather than just the data related to this origin.
115 virtual ~StoragePartition() {}
  /external/chromium_org/android_webview/native/
aw_quota_manager_bridge_impl.cc 24 using content::StoragePartition;
185 StoragePartition* AwQuotaManagerBridgeImpl::GetStoragePartition() const {
189 StoragePartition* storage_partition =
212 StoragePartition::REMOVE_DATA_MASK_APPCACHE |
213 StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS |
214 StoragePartition::REMOVE_DATA_MASK_INDEXEDDB |
215 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE |
216 StoragePartition::REMOVE_DATA_MASK_WEBSQL,
217 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_TEMPORARY);
232 StoragePartition* storage_partition = GetStoragePartition()
    [all...]
aw_quota_manager_bridge_impl.h 23 class StoragePartition;
61 content::StoragePartition* GetStoragePartition() const;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.h 24 class StoragePartition;
39 void AddContextFromStoragePartition(StoragePartition* partition);
indexed_db_internals_ui.cc 63 StoragePartition* partition) {
109 StoragePartition** result_partition,
111 StoragePartition* storage_partition) {
146 StoragePartition* result_partition;
indexed_db_browsertest.cc 75 StoragePartition* partition =
  /external/chromium_org/content/public/test/
mock_render_process_host.h 14 class StoragePartition;
49 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
68 StoragePartition* partition) const OVERRIDE;
mock_render_process_host.cc 94 StoragePartition* MockRenderProcessHost::GetStoragePartition() const {
198 StoragePartition* partition) const {
  /external/chromium_org/content/browser/
browser_context.cc 54 StoragePartition* GetStoragePartitionFromConfig(
69 void PurgeDOMStorageContextInPartition(StoragePartition* storage_partition) {
158 StoragePartition* BrowserContext::GetStoragePartition(
177 StoragePartition* BrowserContext::GetStoragePartitionForSite(
204 StoragePartition* BrowserContext::GetDefaultStoragePartition(
224 StoragePartition* storage_partition =
storage_partition_impl_unittest.cc 102 StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE,
103 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
storage_partition_impl.h 20 class StoragePartitionImpl : public StoragePartition {
24 // StoragePartition interface.
59 // StoragePartition's on-disk storage.
69 // StoragePartition uses. This method generates that mask.
95 // before the default StoragePartition is created, we end up reentering the
storage_partition_impl_map.cc 362 // here. Otherwise, it's possible to have an in-memory StoragePartition and
476 // This method should avoid creating any StoragePartition (which would
501 StoragePartition::REMOVE_DATA_MASK_ALL &
502 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE),
503 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL);
512 // StoragePartition state that just happens to not have been used during this
storage_partition_impl.cc 34 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS)
36 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_WEBSQL)
38 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_APPCACHE)
40 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_INDEXEDDB)
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 43 class StoragePartition;
62 // StoragePartition. This allows us to implement strong storage isolation
90 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
98 StoragePartition* partition) const OVERRIDE;
render_process_host_impl.cc 830 StoragePartition* RenderProcessHostImpl::GetStoragePartition() const {
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc 46 StoragePartition* storage_partition =
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 560 content::StoragePartition::REMOVE_DATA_MASK_WEBRTC_IDENTITY,
561 content::StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_handler.cc 185 content::StoragePartition* storage_partition =
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 622 using content::StoragePartition;
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 183 content::StoragePartition* storage_partition =
  /external/chromium_org/content/browser/android/
browser_media_player_manager.cc 239 StoragePartition* partition = host->GetStoragePartition();

Completed in 1387 milliseconds

1 2