OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxIDBValueSizeInBytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher_unittest.cc
80
const std::vector<char> data(
kMaxIDBValueSizeInBytes
+ 1);
107
const std::vector<char> data(
kMaxIDBValueSizeInBytes
- kKeySize);
indexed_db_dispatcher.h
44
CONTENT_EXPORT extern const size_t
kMaxIDBValueSizeInBytes
;
indexed_db_dispatcher.cc
49
const size_t
kMaxIDBValueSizeInBytes
=
339
if (value.size() + key.size_estimate() >
kMaxIDBValueSizeInBytes
) {
346
kMaxIDBValueSizeInBytes
).c_str())));
Completed in 79 milliseconds