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 27 #include "content/public/browser/storage_partition.h"
186 content::StoragePartition* storage_partition = local
189 storage_partition->GetIndexedDBContext();
191 storage_partition->GetFileSystemContext();
  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_ui_browsertest.cc 16 #include "content/public/browser/storage_partition.h"
32 ContentInfo(int pid, content::StoragePartition* storage_partition) {
34 this->storage_partition = storage_partition;
38 content::StoragePartition* storage_partition; member in struct:__anon10111::ContentInfo
95 ASSERT_EQ(info2.storage_partition, info3.storage_partition);
97 ASSERT_NE(info1.storage_partition, info2.storage_partition);
  /external/chromium_org/content/browser/
browser_context.cc 230 StoragePartition* storage_partition = local
240 storage_partition->GetAppCacheService())));
245 storage_partition->GetDOMStorageContext());
250 storage_partition->GetIndexedDBContext());
  /external/chromium_org/android_webview/native/
aw_quota_manager_bridge_impl.cc 15 #include "content/public/browser/storage_partition.h"
189 StoragePartition* storage_partition = local
191 DCHECK(storage_partition);
192 return storage_partition;
234 StoragePartition* storage_partition = GetStoragePartition(); local
235 storage_partition->ClearDataForOrigin(
243 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 22 #include "content/public/browser/storage_partition.h"
465 content::StoragePartition* storage_partition = local
467 DCHECK(storage_partition);
469 storage_partition->GetQuotaManager());
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 33 #include "content/public/browser/storage_partition.h"
318 content::StoragePartition* storage_partition = local
321 storage_partition->GetFileSystemContext();
  /external/chromium_org/content/shell/browser/
webkit_test_controller.cc 25 #include "content/public/browser/storage_partition.h"
575 StoragePartition* storage_partition = local
577 storage_partition->GetDOMStorageContext()->DeleteLocalStorage(
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 75 #include "content/public/browser/storage_partition.h"
607 content::StoragePartition* storage_partition; local
609 storage_partition = storage_partition_for_testing_;
611 storage_partition = BrowserContext::GetDefaultStoragePartition(profile_);
625 storage_partition->ClearData(
709 content::StoragePartition* storage_partition) {
710 storage_partition_for_testing_ = storage_partition;
    [all...]
browsing_data_remover_unittest.cc 52 #include "content/public/browser/storage_partition.h"
635 TestStoragePartition storage_partition; local
636 remover->OverrideStoragePartitionForTesting(&storage_partition);
651 storage_partition.GetStoragePartitionRemovalData();
659 TestStoragePartition storage_partition; local
660 remover->OverrideStoragePartitionForTesting(&storage_partition);
672 storage_partition.GetStoragePartitionRemovalData();
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 95 #include "content/public/browser/storage_partition.h"
959 content::StoragePartition* storage_partition = rph->GetStoragePartition(); local
    [all...]

Completed in 153 milliseconds