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

1 2 3

  /external/chromium_org/content/browser/
browser_context.cc 69 void PurgeDOMStorageContextInPartition(StoragePartition* storage_partition) {
70 static_cast<StoragePartitionImpl*>(storage_partition)->
224 StoragePartition* storage_partition = local
233 storage_partition->GetAppCacheService()));
238 storage_partition->GetDOMStorageContext());
243 storage_partition->GetIndexedDBContext());
storage_partition_impl_unittest.cc 12 #include "content/public/browser/storage_partition.h"
storage_partition_impl.h 16 #include "content/public/browser/storage_partition.h"
  /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;
232 StoragePartition* storage_partition = GetStoragePartition(); local
233 storage_partition->ClearDataForOrigin(
241 storage_partition->GetURLRequestContext());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
fileapi_util.cc 13 #include "content/public/browser/storage_partition.h"
private_api_util.cc 20 #include "content/public/browser/storage_partition.h"
  /external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_handler.cc 27 #include "content/public/browser/storage_partition.h"
185 content::StoragePartition* storage_partition = local
188 storage_partition->GetIndexedDBContext();
190 storage_partition->GetFileSystemContext();
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc 12 #include "content/public/browser/storage_partition.h"
46 StoragePartition* storage_partition =
48 if (!storage_partition)
50 return storage_partition->GetFileSystemContext();
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 18 #include "content/public/browser/storage_partition.h"
111 StoragePartition* storage_partition) {
112 if (storage_partition->GetPath() == partition_path) {
113 *result_partition = storage_partition;
115 storage_partition->GetIndexedDBContext());
indexed_db_quota_client_unittest.cc 17 #include "content/public/browser/storage_partition.h"
indexed_db_unittest.cc 12 #include "content/public/browser/storage_partition.h"
  /external/chromium_org/chrome/browser/extensions/
data_deleter.cc 13 #include "content/public/browser/storage_partition.h"
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_handler.cc 15 #include "content/public/browser/storage_partition.h"
  /external/chromium_org/content/browser/fileapi/
file_system_browsertest.cc 13 #include "content/public/browser/storage_partition.h"
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.cc 14 #include "content/public/browser/storage_partition.h"
browsing_data_local_storage_helper.cc 13 #include "content/public/browser/storage_partition.h"
browsing_data_database_helper.cc 15 #include "content/public/browser/storage_partition.h"
browsing_data_database_helper_browsertest.cc 15 #include "content/public/browser/storage_partition.h"
browsing_data_quota_helper_impl.cc 17 #include "content/public/browser/storage_partition.h"
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.cc 17 #include "content/public/browser/storage_partition.h"
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_handler.cc 20 #include "content/public/browser/storage_partition.h"
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h 104 const WebKit::WebURL& storage_partition,
worker_webkitplatformsupport_impl.cc 301 const WebKit::WebURL& storage_partition,
309 storage_partition,
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 33 #include "content/public/browser/storage_partition.h"
183 content::StoragePartition* storage_partition = local
186 storage_partition->GetFileSystemContext();
  /external/chromium_org/android_webview/browser/
aw_browser_context.cc 20 #include "content/public/browser/storage_partition.h"

Completed in 1484 milliseconds

1 2 3