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

  /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());
  /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/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/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());
  /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/worker/
worker_webkitplatformsupport_impl.cc 301 const WebKit::WebURL& storage_partition,
309 storage_partition,
worker_webkitplatformsupport_impl.h 104 const WebKit::WebURL& storage_partition,
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 146 const WebKit::WebURL& storage_partition,
renderer_webkitplatformsupport_impl.cc     [all...]
  /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/chrome/browser/profiles/
profile_impl.cc 93 #include "content/public/browser/storage_partition.h"
873 content::StoragePartition* storage_partition = rph->GetStoragePartition(); local
    [all...]

Completed in 1034 milliseconds