Searched defs:histogram_max (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_database.cc170 const uint64 histogram_max = static_cast<uint64>(1e9); local
171 COMPILE_ASSERT(histogram_max <= INT_MAX, histogram_max_too_big);
174 histogram_max,

Completed in 170 milliseconds