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

  /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/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/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/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/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();
  /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/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/browsing_data/
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/profiles/
profile_impl.cc 100 #include "content/public/browser/storage_partition.h"
1058 content::StoragePartition* storage_partition = rph->GetStoragePartition(); local
    [all...]

Completed in 265 milliseconds