Searched refs:CompareInts (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc790 static int CompareInts(int64 a, int64 b) { function in namespace:content
959 return CompareInts(sequence_number_a, sequence_number_b);
1281 return CompareInts(database_id_, other.database_id_);
1283 return CompareInts(object_store_id_, other.object_store_id_);
1285 return CompareInts(index_id_, other.index_id_);
1378 return CompareInts(database_id_, other.database_id_);
1496 if (int x = CompareInts(object_store_id_, other.object_store_id_))
1556 if (int x = CompareInts(object_store_id_, other.object_store_id_))
1558 if (int x = CompareInts(index_id_, other.index_id_))
1610 return CompareInts(object_store_id
[all...]

Completed in 82 milliseconds