CompareInts       926 content/browser/indexed_db/indexed_db_leveldb_coding.cc   return CompareInts(sequence_number_a, sequence_number_b);
CompareInts      1248 content/browser/indexed_db/indexed_db_leveldb_coding.cc     return CompareInts(database_id_, other.database_id_);
CompareInts      1250 content/browser/indexed_db/indexed_db_leveldb_coding.cc     return CompareInts(object_store_id_, other.object_store_id_);
CompareInts      1252 content/browser/indexed_db/indexed_db_leveldb_coding.cc     return CompareInts(index_id_, other.index_id_);
CompareInts      1345 content/browser/indexed_db/indexed_db_leveldb_coding.cc   return CompareInts(database_id_, other.database_id_);
CompareInts      1463 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (int x = CompareInts(object_store_id_, other.object_store_id_))
CompareInts      1523 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (int x = CompareInts(object_store_id_, other.object_store_id_))
CompareInts      1525 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (int x = CompareInts(index_id_, other.index_id_))
CompareInts      1577 content/browser/indexed_db/indexed_db_leveldb_coding.cc   return CompareInts(object_store_id_, other.object_store_id_);
CompareInts      1620 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (int x = CompareInts(object_store_id_, other.object_store_id_))
CompareInts      1622 content/browser/indexed_db/indexed_db_leveldb_coding.cc   return CompareInts(index_id_, other.index_id_);
CompareInts      1704 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (int x = CompareInts(object_store_id_, other.object_store_id_))