GetConnectionCount 152 content/browser/indexed_db/indexed_db_context_impl.cc size_t connection_count = GetConnectionCount(origin_url); GetConnectionCount 184 content/browser/indexed_db/indexed_db_context_impl.cc info->SetDouble("connection_count", GetConnectionCount(origin_url)); GetConnectionCount 348 content/browser/indexed_db/indexed_db_context_impl.cc DCHECK_EQ(0UL, GetConnectionCount(origin_url)); GetConnectionCount 359 content/browser/indexed_db/indexed_db_context_impl.cc return factory_->GetConnectionCount(origin_url); GetConnectionCount 405 content/browser/indexed_db/indexed_db_context_impl.cc if (factory_ && factory_->GetConnectionCount(origin_url) == 0) GetConnectionCount 410 content/browser/indexed_db/indexed_db_context_impl.cc DCHECK(!factory_ || factory_->GetConnectionCount(origin_url) > 0); GetConnectionCount 98 content/browser/indexed_db/indexed_db_context_impl.h size_t GetConnectionCount(const GURL& origin_url); GetConnectionCount 71 content/browser/indexed_db/indexed_db_factory.h size_t GetConnectionCount(const GURL& origin_url) const; GetConnectionCount 206 content/browser/indexed_db/indexed_db_internals_ui.cc size_t connection_count = context->GetConnectionCount(origin_url); GetConnectionCount 248 content/browser/indexed_db/indexed_db_internals_ui.cc size_t connection_count = context->GetConnectionCount(origin_url);