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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_impl.cc483 if (!was_open && database->ConnectionCount() > 0) {
500 count += it->second->ConnectionCount();
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() &&
H A Dindexed_db_database.h162 size_t ConnectionCount() const;
165 // Number of pending upgrades (0 or 1). Also included in ConnectionCount().
167 // Number of running upgrades (0 or 1). Also included in ConnectionCount().
H A Dindexed_db_context_impl.cc211 db->ConnectionCount() - db->PendingUpgradeCount() -

Completed in 175 milliseconds