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

1 2

  /external/chromium_org/chrome/browser/extensions/
data_deleter.cc 30 using content::StoragePartition;
39 StoragePartition* partition,
56 StoragePartition::REMOVE_DATA_MASK_ALL &
57 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE),
58 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
65 StoragePartition::REMOVE_DATA_MASK_ALL &
66 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE),
67 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
97 StoragePartition* partition = BrowserContext::GetStoragePartitionForSite(
  /external/chromium_org/content/browser/service_worker/
service_worker_internals_ui.h 26 class StoragePartition;
46 void AddContextFromStoragePartition(StoragePartition* partition);
48 void RemoveObserverFromStoragePartition(StoragePartition* partition);
65 StoragePartition** result_partition,
66 StoragePartition* storage_partition) const;
service_worker_internals_ui.cc 488 StoragePartition* partition) {
517 StoragePartition* partition) {
530 StoragePartition** result_partition,
531 StoragePartition* storage_partition) const {
544 StoragePartition* result_partition(NULL);
  /external/chromium_org/content/public/browser/
browser_context.h 42 class StoragePartition;
56 static content::StoragePartition* GetStoragePartition(
58 static content::StoragePartition* GetStoragePartitionForSite(
60 typedef base::Callback<void(StoragePartition*)> StoragePartitionCallback;
78 static content::StoragePartition* GetDefaultStoragePartition(
storage_partition.h 45 // The StoragePartition defines the view each child process has of the
49 class StoragePartition {
89 // inside this StoragePartition for the given |storage_origin|.
94 // URLRequestContextGetter objects that the StoragePartition does not know
111 // Deletes all data out fo the StoragePartition if |storage_origin| is NULL.
125 virtual ~StoragePartition() {}
render_process_host.h 30 class StoragePartition;
107 // URLRequestContextGetter's creation is moved into StoragePartition.
109 virtual StoragePartition* GetStoragePartition() const = 0;
135 // Returns whether this process is using the same StoragePartition as
137 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 GURL(), 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 66 using content::StoragePartition;
119 StoragePartition::OriginMatcherFunction origin_matcher;
125 class TestStoragePartition : public StoragePartition {
130 // content::StoragePartition implementation.
746 StoragePartition::REMOVE_DATA_MASK_COOKIES));
749 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL));
766 StoragePartition::REMOVE_DATA_MASK_COOKIES));
771 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL &
772 ~StoragePartition::QUOTA_MANAGED_STORAGE_MASK_PERSISTENT));
867 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE))
    [all...]
browsing_data_remover.h 36 class StoragePartition;
217 content::StoragePartition* storage_partition);
467 content::StoragePartition* storage_partition_for_testing_;
browsing_data_remover.cc 427 content::StoragePartition::REMOVE_DATA_MASK_COOKIES;
474 content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE;
479 content::StoragePartition::REMOVE_DATA_MASK_INDEXEDDB;
483 content::StoragePartition::REMOVE_DATA_MASK_WEBSQL;
487 content::StoragePartition::REMOVE_DATA_MASK_APPCACHE;
491 content::StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS;
598 content::StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE;
601 content::StoragePartition::REMOVE_DATA_MASK_WEBRTC_IDENTITY;
607 content::StoragePartition* storage_partition;
614 ~content::StoragePartition::QUOTA_MANAGED_STORAGE_MASK_PERSISTENT
    [all...]
  /external/chromium_org/chrome/browser/extensions/signin/
gaia_auth_extension_loader.cc 77 content::StoragePartition* partition =
82 content::StoragePartition::REMOVE_DATA_MASK_ALL,
83 content::StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
85 content::StoragePartition::OriginMatcherFunction(),
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 58 StoragePartition::REMOVE_DATA_MASK_INDEXEDDB |
59 StoragePartition::REMOVE_DATA_MASK_WEBSQL |
60 StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS |
61 StoragePartition::REMOVE_DATA_MASK_APPCACHE;
247 void ClearQuotaData(content::StoragePartition* partition,
251 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
252 GURL(), StoragePartition::OriginMatcherFunction(),
257 content::StoragePartition* partition,
259 const StoragePartition::OriginMatcherFunction& origin_matcher,
263 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL
    [all...]
browser_context.cc 56 StoragePartition* GetStoragePartitionFromConfig(
150 StoragePartition* BrowserContext::GetStoragePartition(
169 StoragePartition* BrowserContext::GetStoragePartitionForSite(
196 StoragePartition* BrowserContext::GetDefaultStoragePartition(
230 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 350 // here. Otherwise, it's possible to have an in-memory StoragePartition and
473 // This method should avoid creating any StoragePartition (which would
498 StoragePartition::REMOVE_DATA_MASK_ALL &
499 (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE),
500 StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
502 StoragePartition::OriginMatcherFunction(),
513 // 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.
100 // StoragePartition's on-disk storage.
135 // before the default StoragePartition is created, we end up reentering the
  /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;
  /external/chromium_org/content/public/test/
mock_render_process_host.h 15 class StoragePartition;
51 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
68 StoragePartition* partition) const OVERRIDE;
mock_render_process_host.cc 108 StoragePartition* MockRenderProcessHost::GetStoragePartition() const {
186 StoragePartition* partition) const {
  /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/content/browser/renderer_host/
render_process_host_impl.h 59 class StoragePartition;
81 // StoragePartition. This allows us to implement strong storage isolation
110 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
116 StoragePartition* partition) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 33 return content::StoragePartition::REMOVE_DATA_MASK_APPCACHE;
35 return content::StoragePartition::REMOVE_DATA_MASK_COOKIES;
37 return content::StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS;
39 return content::StoragePartition::REMOVE_DATA_MASK_INDEXEDDB;
41 return content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE;
43 return content::StoragePartition::REMOVE_DATA_MASK_WEBSQL;
  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_ui_browsertest.cc 32 ContentInfo(int pid, content::StoragePartition* storage_partition) {
38 content::StoragePartition* storage_partition;

Completed in 725 milliseconds

1 2