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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.cc1392 size_t IndexedDBDatabase::ConnectionCount() const { function in class:content::IndexedDBDatabase
1415 if (pending_run_version_change_transaction_call_ && ConnectionCount() == 1) {
1424 DCHECK_EQ(1u, ConnectionCount());
1591 if (ConnectionCount() > 1) {
1658 return !!ConnectionCount();
1745 if (!ConnectionCount() && !pending_open_calls_.size() &&

Completed in 236 milliseconds