OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddUnusedIdleTime
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/socket/
client_socket_pool_histograms.h
27
void
AddUnusedIdleTime
(base::TimeDelta time) const;
client_socket_handle.cc
102
histograms->
AddUnusedIdleTime
(idle_time());
client_socket_pool_histograms.cc
83
void ClientSocketPoolHistograms::
AddUnusedIdleTime
(base::TimeDelta time) const {
/external/chromium_org/net/socket/
client_socket_pool_histograms.h
27
void
AddUnusedIdleTime
(base::TimeDelta time) const;
client_socket_pool_histograms.cc
70
void ClientSocketPoolHistograms::
AddUnusedIdleTime
(base::TimeDelta time) const {
client_socket_handle.cc
171
histograms->
AddUnusedIdleTime
(idle_time());
Completed in 112 milliseconds