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

  /external/chromium_org/content/browser/shared_worker/
worker_storage_partition.cc 26 IndexedDBContextImpl* indexed_db_context,
34 indexed_db_context_(indexed_db_context),
84 indexed_db_context_(partition.indexed_db_context()),
worker_storage_partition.h 53 IndexedDBContextImpl* indexed_db_context,
87 IndexedDBContextImpl* indexed_db_context() const { function in class:content::WorkerStoragePartition
  /external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.h 29 IndexedDBContextImpl* indexed_db_context);
indexed_db_quota_client.cc 65 IndexedDBContextImpl* indexed_db_context)
66 : indexed_db_context_(indexed_db_context) {}
indexed_db_dispatcher_host.h 50 IndexedDBContextImpl* indexed_db_context,
54 IndexedDBContextImpl* indexed_db_context,
indexed_db_dispatcher_host.cc 43 IndexedDBContextImpl* indexed_db_context,
48 indexed_db_context_(indexed_db_context),
59 IndexedDBContextImpl* indexed_db_context,
63 indexed_db_context_(indexed_db_context),
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_indexed_db_helper.cc 17 #include "content/public/browser/indexed_db_context.h"
24 IndexedDBContext* indexed_db_context)
25 : indexed_db_context_(indexed_db_context),
  /external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_handler.cc 191 content::IndexedDBContext* indexed_db_context = local
203 new BrowsingDataIndexedDBHelper(indexed_db_context),
  /external/chromium_org/content/browser/
browser_context.cc 83 scoped_refptr<IndexedDBContextImpl> indexed_db_context) {
84 indexed_db_context->SetForceKeepSessionState();
storage_partition_impl.h 117 IndexedDBContextImpl* indexed_db_context,
storage_partition_impl.cc 16 #include "content/public/browser/indexed_db_context.h"
362 IndexedDBContextImpl* indexed_db_context,
372 indexed_db_context_(indexed_db_context),
447 scoped_refptr<IndexedDBContextImpl> indexed_db_context = local
472 indexed_db_context.get(),

Completed in 4849 milliseconds