ConnectionCount 210 content/browser/indexed_db/indexed_db_context_impl.cc db->ConnectionCount() - db->PendingUpgradeCount() - ConnectionCount 1339 content/browser/indexed_db/indexed_db_database.cc if (pending_run_version_change_transaction_call_ && ConnectionCount() == 1) { ConnectionCount 1348 content/browser/indexed_db/indexed_db_database.cc DCHECK_EQ(1u, ConnectionCount()); ConnectionCount 1516 content/browser/indexed_db/indexed_db_database.cc if (ConnectionCount() > 1) { ConnectionCount 1591 content/browser/indexed_db/indexed_db_database.cc return !!ConnectionCount(); ConnectionCount 1658 content/browser/indexed_db/indexed_db_database.cc if (!ConnectionCount() && !pending_open_calls_.size() && ConnectionCount 164 content/browser/indexed_db/indexed_db_database.h size_t ConnectionCount() const; ConnectionCount 404 content/browser/indexed_db/indexed_db_factory.cc if (!was_open && database->ConnectionCount() > 0) { ConnectionCount 422 content/browser/indexed_db/indexed_db_factory.cc count += it->second->ConnectionCount();