Searched refs:GetConnectionCount (Results 1 - 17 of 17) 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 Dtransportchannelimpl.h56 virtual size_t GetConnectionCount() const = 0;
H A Drelayport_unittest.cc151 EXPECT_EQ(1, relay_server_->GetConnectionCount());
187 EXPECT_EQ(1, relay_server_->GetConnectionCount());
225 EXPECT_EQ(1, relay_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.h83 int GetConnectionCount() const;
H A Dfakesession.h104 virtual size_t GetConnectionCount() const { return connection_count_; } function in class:cricket::FakeTransportChannel
H A Dtransport.cc689 size_t connections = channel->GetConnectionCount();
707 channel->GetConnectionCount() == 1 &&
H A Drelayserver.cc167 int RelayServer::GetConnectionCount() const { function in class:cricket::RelayServer
/external/chromium_org/content/browser/indexed_db/
H A Dmock_indexed_db_factory.h50 MOCK_CONST_METHOD1(GetConnectionCount, size_t(const GURL& origin_url));
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);
H A Dindexed_db_factory.h78 virtual size_t GetConnectionCount(const GURL& origin_url) const = 0;
H A Dindexed_db_context_impl.h99 size_t GetConnectionCount(const GURL& origin_url);
H A Dindexed_db_factory_impl.h64 virtual size_t GetConnectionCount(const GURL& origin_url) const OVERRIDE;
H A Dindexed_db_internals_ui.cc210 size_t connection_count = context->GetConnectionCount(origin_url);
252 size_t connection_count = context->GetConnectionCount(origin_url);
H A Dindexed_db_factory_impl.cc495 size_t IndexedDBFactoryImpl::GetConnectionCount(const GURL& origin_url) const { function in class:content::IndexedDBFactoryImpl

Completed in 9414 milliseconds