OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetConnectionCount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
testrelayserver.h
61
int
GetConnectionCount
() const {
62
return server_.
GetConnectionCount
();
relayserver.cc
168
int RelayServer::
GetConnectionCount
() const {
/external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc
151
size_t connection_count =
GetConnectionCount
(origin_url);
183
info->SetDouble("connection_count",
GetConnectionCount
(origin_url));
355
size_t IndexedDBContextImpl::
GetConnectionCount
(const GURL& origin_url) {
/external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.cc
162
int RelayServer::
GetConnectionCount
() const {
Completed in 203 milliseconds