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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtestrelayserver.h61 int GetConnectionCount() const { function in class:cricket::TestRelayServer
62 return server_.GetConnectionCount();
H A Ddtlstransportchannel.h130 virtual size_t GetConnectionCount() const { function in class:cricket::DtlsTransportChannelWrapper
131 return channel_->GetConnectionCount();
H A Drawtransportchannel.h107 virtual size_t GetConnectionCount() const { return 1; } function in class:cricket::RawTransportChannel
H A Dp2ptransportchannel.h82 virtual size_t GetConnectionCount() const { return connections_.size(); } function in class:cricket::P2PTransportChannel
H A Drelayserver.cc167 int RelayServer::GetConnectionCount() const { function in class:cricket::RelayServer
H A Dfakesession.h104 virtual size_t GetConnectionCount() const { return connection_count_; } function in class:cricket::FakeTransportChannel
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_impl.cc495 size_t IndexedDBFactoryImpl::GetConnectionCount(const GURL& origin_url) const { function in class:content::IndexedDBFactoryImpl
H A Dindexed_db_context_impl.cc153 size_t connection_count = GetConnectionCount(origin_url);
186 info->SetDouble("connection_count", GetConnectionCount(origin_url));
351 DCHECK_EQ(0UL, GetConnectionCount(origin_url));
354 size_t IndexedDBContextImpl::GetConnectionCount(const GURL& origin_url) { function in class:content::IndexedDBContextImpl
362 return factory_->GetConnectionCount(origin_url);
408 if (factory_.get() && factory_->GetConnectionCount(origin_url) == 0)
413 DCHECK(!factory_.get() || factory_->GetConnectionCount(origin_url) > 0);

Completed in 1291 milliseconds