OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReleaseAllConnections
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/socket/
transport_client_socket_pool_unittest.cc
382
void
ReleaseAllConnections
(ClientSocketPoolTest::KeepAlive keep_alive) {
383
test_base_.
ReleaseAllConnections
(keep_alive);
553
ReleaseAllConnections
(ClientSocketPoolTest::KEEP_ALIVE);
606
ReleaseAllConnections
(ClientSocketPoolTest::NO_KEEP_ALIVE);
711
ReleaseAllConnections
(ClientSocketPoolTest::KEEP_ALIVE);
[
all
...]
client_socket_pool_base_unittest.cc
582
void
ReleaseAllConnections
(ClientSocketPoolTest::KeepAlive keep_alive) {
583
test_base_.
ReleaseAllConnections
(keep_alive);
751
ReleaseAllConnections
(ClientSocketPoolTest::NO_KEEP_ALIVE);
787
ReleaseAllConnections
(ClientSocketPoolTest::NO_KEEP_ALIVE);
818
ReleaseAllConnections
(ClientSocketPoolTest::NO_KEEP_ALIVE);
853
ReleaseAllConnections
(ClientSocketPoolTest::NO_KEEP_ALIVE);
900
ReleaseAllConnections
(ClientSocketPoolTest::NO_KEEP_ALIVE);
[
all
...]
socket_test_util.h
805
void
ReleaseAllConnections
(KeepAlive keep_alive);
[
all
...]
socket_test_util.cc
[
all
...]
Completed in 182 milliseconds