OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIndexedDatabase
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/webkit/browser/quota/
quota_client.h
37
kIndexedDatabase
= 1 << 4,
quota_manager_unittest.cc
[
all
...]
mock_quota_manager_unittest.cc
32
const QuotaClient::ID kClientDB = QuotaClient::
kIndexedDatabase
;
/external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.cc
70
QuotaClient::ID IndexedDBQuotaClient::id() const { return
kIndexedDatabase
; }
indexed_db_context_impl.cc
388
quota::QuotaClient::
kIndexedDatabase
,
411
quota::QuotaClient::
kIndexedDatabase
,
505
quota::QuotaClient::
kIndexedDatabase
,
/external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc
693
case quota::QuotaClient::
kIndexedDatabase
:
712
quota::QuotaClient::
kIndexedDatabase
[
all
...]
/external/chromium_org/content/browser/
storage_partition_impl_unittest.cc
456
EXPECT_EQ(quota::QuotaClient::
kIndexedDatabase
,
462
quota::QuotaClient::
kIndexedDatabase
,
[
all
...]
storage_partition_impl.cc
205
quota_client_mask |= quota::QuotaClient::
kIndexedDatabase
;
Completed in 1142 milliseconds