OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCountConnectionType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/socket_stream/
socket_stream_metrics.cc
41
OnCountConnectionType
(ALL_CONNECTIONS);
76
void SocketStreamMetrics::
OnCountConnectionType
(ConnectionType type) {
socket_stream_metrics.h
53
void
OnCountConnectionType
(ConnectionType type);
socket_stream_metrics_unittest.cc
69
metrics.
OnCountConnectionType
(SocketStreamMetrics::TUNNEL_CONNECTION);
71
metrics.
OnCountConnectionType
(SocketStreamMetrics::SOCKS_CONNECTION);
73
metrics.
OnCountConnectionType
(SocketStreamMetrics::SSL_CONNECTION);
socket_stream.cc
814
metrics_->
OnCountConnectionType
(SocketStreamMetrics::TUNNEL_CONNECTION);
984
metrics_->
OnCountConnectionType
(SocketStreamMetrics::SOCKS_CONNECTION);
[
all
...]
Completed in 616 milliseconds