HomeSort by relevance Sort by last modified time
    Searched full:storagepartition (Results 1 - 25 of 65) sorted by null

1 2 3

  /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_context_wrapper.h 44 // storagepartition is being setup and torn down.
  /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/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.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/content/public/browser/
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() {}
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(
  /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/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...]
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
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_map.h 27 // A std::string to StoragePartition map for use with SupportsUserData APIs.
35 // This map retains ownership of the returned StoragePartition objects.
63 // Each StoragePartition is uniquely identified by which partition domain
67 // uniqueness key to lookup StoragePartition objects in the global map.
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...]
  /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/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/browser/worker_host/
worker_storage_partition.h 32 // Contains the data from StoragePartition for use by Worker APIs.
34 // StoragePartition meant for the UI so we can't use it directly in many
37 // thread. Instead of changing the lifetime semantics of StoragePartition,
  /external/chromium_org/chrome/browser/profiles/
storage_partition_descriptor.h 11 // This structure combines a StoragePartition's on-disk path and a boolean for
  /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/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 143 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString());
144 blink::Platform::current()->fileSystem()->openFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks->release());
159 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString());
160 blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks->release());
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.cpp 72 KURL storagePartition = KURL(KURL(), securityOrigin->toString());
74 blink::Platform::current()->queryStorageUsageAndQuota(storagePartition, storageType, callbacks.release());
StorageQuota.cpp 98 KURL storagePartition = KURL(KURL(), securityOrigin->toString());
100 blink::Platform::current()->queryStorageUsageAndQuota(storagePartition, stringToStorageQuotaType(type), callbacks.release());
  /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;
  /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;

Completed in 2372 milliseconds

1 2 3