OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxInMemoryStorageAreas
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/dom_storage/
dom_storage_types.h
37
const int64
kMaxInMemoryStorageAreas
= 100;
/external/chromium_org/content/browser/dom_storage/
dom_storage_host.cc
68
if (ns->CountInMemoryAreas() >
kMaxInMemoryStorageAreas
) {
70
if (ns->CountInMemoryAreas() >
kMaxInMemoryStorageAreas
)
Completed in 48 milliseconds