HomeSort by relevance Sort by last modified time
    Searched refs:storage_partition (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/sessions/
session_data_deleter.cc 16 #include "content/public/browser/storage_partition.h"
35 void Run(content::StoragePartition* storage_partition,
45 content::StoragePartition* storage_partition,
75 void SessionDataDeleter::Run(content::StoragePartition* storage_partition,
78 storage_partition->GetDOMStorageContext()->GetLocalStorageUsage(
81 storage_partition));
94 content::StoragePartition* storage_partition,
102 storage_partition->GetDOMStorageContext()->DeleteLocalStorage(usage.origin);
  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_ui_browsertest.cc 22 #include "content/public/browser/storage_partition.h"
44 ContentInfo(int pid, content::StoragePartition* storage_partition) {
46 this->storage_partition = storage_partition;
50 content::StoragePartition* storage_partition; member in struct:__anon10195::ContentInfo
112 ASSERT_EQ(info2.storage_partition, info3.storage_partition);
114 ASSERT_NE(info1.storage_partition, info2.storage_partition);
  /external/chromium_org/android_webview/native/
aw_quota_manager_bridge_impl.cc 15 #include "content/public/browser/storage_partition.h"
190 StoragePartition* storage_partition = local
192 DCHECK(storage_partition);
193 return storage_partition;
235 StoragePartition* storage_partition = GetStoragePartition(); local
236 storage_partition->ClearDataForOrigin(
244 storage_partition->GetURLRequestContext(),
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 55 const blink::WebURL& storage_partition,
62 const blink::WebURL& storage_partition,
webfilesystem_impl.cc 406 const blink::WebURL& storage_partition,
415 MakeTuple(GURL(storage_partition),
446 const blink::WebURL& storage_partition,
455 MakeTuple(GURL(storage_partition),
  /external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_handler.cc 29 #include "content/public/browser/storage_partition.h"
189 content::StoragePartition* storage_partition = local
192 storage_partition->GetIndexedDBContext();
194 storage_partition->GetServiceWorkerContext();
196 storage_partition->GetFileSystemContext();
  /external/chromium_org/content/browser/
browser_context.cc 243 StoragePartition* storage_partition = local
253 storage_partition->GetAppCacheService())));
258 storage_partition->GetDOMStorageContext());
263 storage_partition->GetIndexedDBContext());
  /external/chromium_org/content/browser/service_worker/
service_worker_internals_ui.h 66 StoragePartition* storage_partition) const;
service_worker_internals_ui.cc 23 #include "content/public/browser/storage_partition.h"
534 StoragePartition* storage_partition) const {
536 observers_.get(reinterpret_cast<uintptr_t>(storage_partition));
538 *result_partition = storage_partition;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 19 #include "content/public/browser/storage_partition.h"
115 StoragePartition* storage_partition) {
116 if (storage_partition->GetPath() == partition_path) {
117 *result_partition = storage_partition;
119 storage_partition->GetIndexedDBContext());
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.cc 21 #include "content/public/browser/storage_partition.h"
51 StoragePartition* storage_partition = host->GetStoragePartition(); local
52 if (storage_partition)
53 stuff.file_system_context = storage_partition->GetFileSystemContext();
pepper_file_system_browser_host.cc 16 #include "content/public/browser/storage_partition.h"
44 StoragePartition* storage_partition = host->GetStoragePartition();
45 if (!storage_partition)
47 return storage_partition->GetFileSystemContext();
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h 215 content::StoragePartition* storage_partition);
browsing_data_remover.cc 63 #include "content/public/browser/storage_partition.h"
635 content::StoragePartition* storage_partition; local
637 storage_partition = storage_partition_for_testing_;
639 storage_partition = BrowserContext::GetDefaultStoragePartition(profile_);
653 storage_partition->ClearData(
742 content::StoragePartition* storage_partition) {
743 storage_partition_for_testing_ = storage_partition;
    [all...]
browsing_data_remover_unittest.cc 43 #include "content/public/browser/storage_partition.h"
743 TestStoragePartition storage_partition; local
744 remover->OverrideStoragePartitionForTesting(&storage_partition);
759 storage_partition.GetStoragePartitionRemovalData();
767 TestStoragePartition storage_partition; local
768 remover->OverrideStoragePartitionForTesting(&storage_partition);
780 storage_partition.GetStoragePartitionRemovalData();
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_storage_monitor.cc 23 #include "content/public/browser/storage_partition.h"
468 content::StoragePartition* storage_partition = local
470 DCHECK(storage_partition);
472 storage_partition->GetQuotaManager());
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 144 const blink::WebURL& storage_partition,
renderer_webkitplatformsupport_impl.cc     [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 32 #include "content/public/browser/storage_partition.h"
306 content::StoragePartition* storage_partition = local
309 storage_partition->GetFileSystemContext();
  /external/chromium_org/content/shell/browser/
webkit_test_controller.cc 25 #include "content/public/browser/storage_partition.h"
583 StoragePartition* storage_partition = local
585 storage_partition->GetDOMStorageContext()->DeleteLocalStorage(
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 100 #include "content/public/browser/storage_partition.h"
1058 content::StoragePartition* storage_partition = rph->GetStoragePartition(); local
    [all...]

Completed in 614 milliseconds