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

  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher_unittest.cc 43 const std::vector<char> data(kMaxIDBValueSizeInBytes + 1);
indexed_db_dispatcher.h 41 CONTENT_EXPORT extern const size_t kMaxIDBValueSizeInBytes;
indexed_db_dispatcher.cc 47 const size_t kMaxIDBValueSizeInBytes = 64 * 1024 * 1024;
332 if (value.size() > kMaxIDBValueSizeInBytes) {
339 kMaxIDBValueSizeInBytes).c_str())));

Completed in 704 milliseconds