DecodeInt         159 content/browser/indexed_db/indexed_db_backing_store.cc   if (DecodeInt(&slice, found_int) && slice.empty())
DecodeInt        1140 content/browser/indexed_db/indexed_db_backing_store.cc       if (!DecodeInt(&slice, &max_index_id) || !slice.empty())
DecodeInt        1177 content/browser/indexed_db/indexed_db_backing_store.cc       if (!DecodeInt(&slice, &key_generator_current_number) || !slice.empty())
DecodeInt        1496 content/browser/indexed_db/indexed_db_backing_store.cc     if (!DecodeInt(&slice, key_generator_current_number) || !slice.empty()) {
DecodeInt        1872 content/browser/indexed_db/indexed_db_backing_store.cc   if (!DecodeInt(&slice, &decoded) || !slice.empty())
DecodeInt        1175 content/browser/indexed_db/indexed_db_leveldb_coding.cc     if (!DecodeInt(&tmp, &result->database_id_))
DecodeInt        1181 content/browser/indexed_db/indexed_db_leveldb_coding.cc     if (!DecodeInt(&tmp, &result->object_store_id_))
DecodeInt        1187 content/browser/indexed_db/indexed_db_leveldb_coding.cc     if (!DecodeInt(&tmp, &result->index_id_))
DecodeInt          44 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeInt(base::StringPiece* slice,
DecodeInt         215 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc TEST(IndexedDBLevelDBCodingTest, DecodeInt) {
DecodeInt         235 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_TRUE(DecodeInt(&slice, &value));
DecodeInt         242 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_TRUE(DecodeInt(&slice, &value));
DecodeInt         249 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_FALSE(DecodeInt(&slice, &value));