OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexed_db_context
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/content/browser/worker_host/
worker_storage_partition.cc
25
IndexedDBContextImpl*
indexed_db_context
)
32
indexed_db_context_(
indexed_db_context
) {
worker_storage_partition.h
51
IndexedDBContextImpl*
indexed_db_context
);
86
IndexedDBContextImpl*
indexed_db_context
() const {
function in class:content::WorkerStoragePartition
worker_process_host.cc
270
new IndexedDBDispatcherHost(partition_.
indexed_db_context
()));
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_indexed_db_helper.cc
18
#include "content/public/browser/
indexed_db_context
.h"
29
IndexedDBContext*
indexed_db_context
);
69
IndexedDBContext*
indexed_db_context
)
70
: indexed_db_context_(
indexed_db_context
),
140
IndexedDBContext*
indexed_db_context
) {
141
return new BrowsingDataIndexedDBHelperImpl(
indexed_db_context
);
browsing_data_indexed_db_helper.h
18
#include "content/public/browser/
indexed_db_context
.h"
/external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.h
29
IndexedDBContextImpl*
indexed_db_context
);
indexed_db_internals_ui.h
12
#include "content/public/browser/
indexed_db_context
.h"
indexed_db_quota_client.cc
65
IndexedDBContextImpl*
indexed_db_context
)
66
: indexed_db_context_(
indexed_db_context
) {}
indexed_db_context_impl.h
18
#include "content/public/browser/
indexed_db_context
.h"
indexed_db_dispatcher_host.h
44
explicit IndexedDBDispatcherHost(IndexedDBContextImpl*
indexed_db_context
);
indexed_db_dispatcher_host.cc
35
IndexedDBContextImpl*
indexed_db_context
)
36
: indexed_db_context_(
indexed_db_context
),
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_data_deleter.cc
84
webkit_context_->
indexed_db_context
()->DeleteIndexedDBForOrigin(origin_id_);
extension_service_unittest.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_handler.cc
187
content::IndexedDBContext*
indexed_db_context
=
local
197
BrowsingDataIndexedDBHelper::Create(
indexed_db_context
),
/external/chromium_org/content/browser/
browser_context.cc
89
scoped_refptr<IndexedDBContextImpl>
indexed_db_context
) {
90
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"
327
IndexedDBContextImpl*
indexed_db_context
,
337
indexed_db_context_(
indexed_db_context
),
412
scoped_refptr<IndexedDBContextImpl>
indexed_db_context
=
local
437
indexed_db_context
.get(),
/external/chromium/chrome/browser/
browsing_data_indexed_db_helper.cc
281
profile_->GetWebKitContext()->
indexed_db_context
()->
/external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc
17
#include "content/public/browser/
indexed_db_context
.h"
/external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc
9
#include "content/public/browser/
indexed_db_context
.h"
/external/chromium_org/content/
content_browser.gypi
110
'public/browser/
indexed_db_context
.h',
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc
82
#include "content/public/browser/
indexed_db_context
.h"
[
all
...]
Completed in 2008 milliseconds