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 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 2252 milliseconds