HomeSort by relevance Sort by last modified time
    Searched defs:GetConnectionCount (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
testrelayserver.h 61 int GetConnectionCount() const {
62 return server_.GetConnectionCount();
rawtransportchannel.h 107 virtual size_t GetConnectionCount() const { return 1; }
dtlstransportchannel.h 130 virtual size_t GetConnectionCount() const {
131 return channel_->GetConnectionCount();
p2ptransportchannel.h 82 virtual size_t GetConnectionCount() const { return connections_.size(); }
relayserver.cc 167 int RelayServer::GetConnectionCount() const {
fakesession.h 104 virtual size_t GetConnectionCount() const { return connection_count_; }
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc 153 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) {
362 return factory_->GetConnectionCount(origin_url);
408 if (factory_.get() && factory_->GetConnectionCount(origin_url) == 0)
413 DCHECK(!factory_.get() || factory_->GetConnectionCount(origin_url) > 0);
indexed_db_factory_impl.cc 495 size_t IndexedDBFactoryImpl::GetConnectionCount(const GURL& origin_url) const {

Completed in 183 milliseconds