HomeSort by relevance Sort by last modified time
    Searched refs:StoragePartition (Results 1 - 25 of 35) 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(
storage_partition.h 44 // The StoragePartition defines the view each child process has of the
48 class StoragePartition {
87 // inside this StoragePartition for the given |storage_origin|.
92 // URLRequestContextGetter objects that the StoragePartition does not know
109 // Deletes all data out fo the StoragePartition if |storage_origin| is NULL.
123 virtual ~StoragePartition() {}
render_process_host.h 31 class StoragePartition;
108 // URLRequestContextGetter's creation is moved into StoragePartition.
110 virtual StoragePartition* GetStoragePartition() const = 0;
149 // Returns whether this process is using the same StoragePartition as
151 virtual bool InSameStoragePartition(StoragePartition* partition) const = 0;
  /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,
218 NULL, StoragePartition::OriginMatcherFunction()
    [all...]
aw_quota_manager_bridge_impl.h 23 class StoragePartition;
61 content::StoragePartition* GetStoragePartition() const;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 61 using content::StoragePartition;
152 StoragePartition::OriginMatcherFunction origin_matcher;
158 class TestStoragePartition : public StoragePartition {
163 // content::StoragePartition implementation.
737 StoragePartition::REMOVE_DATA_MASK_COOKIES));
740 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL));
757 StoragePartition::REMOVE_DATA_MASK_COOKIES));
762 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL &
763 ~StoragePartition::QUOTA_MANAGED_STORAGE_MASK_PERSISTENT));
858 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE))
    [all...]
browsing_data_remover.h 32 class StoragePartition;
177 content::StoragePartition* storage_partition);
409 content::StoragePartition* storage_partition_for_testing_;
browsing_data_remover.cc 401 content::StoragePartition::REMOVE_DATA_MASK_COOKIES;
448 content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE;
453 content::StoragePartition::REMOVE_DATA_MASK_INDEXEDDB;
457 content::StoragePartition::REMOVE_DATA_MASK_WEBSQL;
461 content::StoragePartition::REMOVE_DATA_MASK_APPCACHE;
465 content::StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS;
564 content::StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE;
567 content::StoragePartition::REMOVE_DATA_MASK_WEBRTC_IDENTITY;
573 content::StoragePartition* storage_partition;
580 ~content::StoragePartition::QUOTA_MANAGED_STORAGE_MASK_PERSISTENT
    [all...]
  /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 76 StoragePartition* partition =
  /external/chromium_org/content/public/test/
mock_render_process_host.h 15 class StoragePartition;
52 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
71 StoragePartition* partition) const OVERRIDE;
mock_render_process_host.cc 111 StoragePartition* MockRenderProcessHost::GetStoragePartition() const {
219 StoragePartition* partition) const {
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 59 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,
277 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
278 NULL, StoragePartition::OriginMatcherFunction(),
283 content::StoragePartition* storage_partition,
285 const StoragePartition::OriginMatcherFunction& origin_matcher,
289 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL
    [all...]
browser_context.cc 57 StoragePartition* GetStoragePartitionFromConfig(
72 void PurgeDOMStorageContextInPartition(StoragePartition* storage_partition) {
161 StoragePartition* BrowserContext::GetStoragePartition(
180 StoragePartition* BrowserContext::GetStoragePartitionForSite(
207 StoragePartition* BrowserContext::GetDefaultStoragePartition(
227 StoragePartition* storage_partition =
storage_partition_impl.cc 112 const StoragePartition::OriginMatcherFunction& origin_matcher,
136 const StoragePartition::OriginMatcherFunction& origin_matcher,
155 const StoragePartition::OriginMatcherFunction& origin_matcher,
182 const StoragePartition::OriginMatcherFunction& origin_matcher,
198 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS)
200 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_WEBSQL)
202 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_APPCACHE)
204 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_INDEXEDDB)
232 const StoragePartition::OriginMatcherFunction& origin_matcher);
237 const StoragePartition::OriginMatcherFunction& origin_matcher
    [all...]
storage_partition_impl_map.cc 326 // here. Otherwise, it's possible to have an in-memory StoragePartition and
440 // This method should avoid creating any StoragePartition (which would
465 StoragePartition::REMOVE_DATA_MASK_ALL &
466 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE),
467 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
469 StoragePartition::OriginMatcherFunction(),
480 // StoragePartition state that just happens to not have been used during this
storage_partition_impl.h 22 class StoragePartitionImpl : public StoragePartition {
27 // StoragePartition uses. This method generates that mask.
35 // StoragePartition interface.
101 // StoragePartition's on-disk storage.
136 // before the default StoragePartition is created, we end up reentering the
  /external/chromium_org/chrome/browser/sessions/
session_data_deleter.cc 34 void Run(content::StoragePartition* storage_partition,
44 content::StoragePartition* storage_partition,
73 void SessionDataDeleter::Run(content::StoragePartition* storage_partition,
90 content::StoragePartition* storage_partition,
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 26 return content::StoragePartition::REMOVE_DATA_MASK_APPCACHE;
28 return content::StoragePartition::REMOVE_DATA_MASK_COOKIES;
30 return content::StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS;
32 return content::StoragePartition::REMOVE_DATA_MASK_INDEXEDDB;
34 return content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE;
36 return content::StoragePartition::REMOVE_DATA_MASK_WEBSQL;
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 49 class StoragePartition;
68 // StoragePartition. This allows us to implement strong storage isolation
98 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
106 StoragePartition* partition) const OVERRIDE;
render_process_host_impl.cc     [all...]
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 544 content::StoragePartition* partition =
554 content::StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
556 content::StoragePartition::OriginMatcherFunction(),
  /external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_handler.cc 185 content::StoragePartition* storage_partition =

Completed in 696 milliseconds

1 2