Home
last modified time | relevance | path

Searched refs:socket_performance_watcher (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/socket/
H A Dtransport_connect_job.cc316 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher; in DoTransportConnect() local
318 socket_performance_watcher = in DoTransportConnect()
325 std::move(socket_performance_watcher), net_log().net_log(), in DoTransportConnect()
403 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher; in DoIPv6FallbackTransportConnect() local
405 socket_performance_watcher = in DoIPv6FallbackTransportConnect()
413 *fallback_addresses_, std::move(socket_performance_watcher), in DoIPv6FallbackTransportConnect()
H A Dclient_socket_factory.cc39 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in CreateTransportClientSocket() argument
43 addresses, std::move(socket_performance_watcher), net_log, source); in CreateTransportClientSocket()
H A Dtcp_socket_win.h38 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
136 SocketPerformanceWatcher* socket_performance_watcher() const { in socket_performance_watcher() function
H A Dtcp_client_socket.cc31 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in TCPClientSocket() argument
35 std::make_unique<TCPSocket>(std::move(socket_performance_watcher), in TCPClientSocket()
247 if (socket_->socket_performance_watcher() && current_address_index_ != 0) in DoConnect()
248 socket_->socket_performance_watcher()->OnConnectionChanged(); in DoConnect()
H A Dtcp_socket_posix.h43 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
164 SocketPerformanceWatcher* socket_performance_watcher() const { in socket_performance_watcher() function
H A Dfuzzed_socket_factory.h44 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
H A Dclient_socket_factory.h48 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
H A Dfuzzed_socket_factory.cc125 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in CreateTransportClientSocket() argument
H A Dtcp_client_socket.h57 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
H A Dtcp_socket_posix.cc147 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in TCPSocketPosix() argument
150 : socket_performance_watcher_(std::move(socket_performance_watcher)), in TCPSocketPosix()
H A Dtcp_client_socket_unittest.cc469 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in NeverConnectingTCPClientSocket() argument
473 std::move(socket_performance_watcher), in NeverConnectingTCPClientSocket()
H A Dtcp_socket_win.cc256 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in TCPSocketWin() argument
260 socket_performance_watcher_(std::move(socket_performance_watcher)), in TCPSocketWin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/socket/
H A Dtransport_connect_job.cc318 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher; in DoTransportConnect() local
320 socket_performance_watcher = in DoTransportConnect()
327 std::move(socket_performance_watcher), network_quality_estimator(), in DoTransportConnect()
405 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher; in DoIPv6FallbackTransportConnect() local
407 socket_performance_watcher = in DoIPv6FallbackTransportConnect()
415 *fallback_addresses_, std::move(socket_performance_watcher), in DoIPv6FallbackTransportConnect()
H A Dclient_socket_factory.cc39 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in CreateTransportClientSocket() argument
44 addresses, std::move(socket_performance_watcher), in CreateTransportClientSocket()
H A Dtcp_socket_win.h38 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
136 SocketPerformanceWatcher* socket_performance_watcher() const { in socket_performance_watcher() function
H A Dtcp_socket_posix.h43 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
164 SocketPerformanceWatcher* socket_performance_watcher() const { in socket_performance_watcher() function
H A Dtcp_client_socket.cc34 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in TCPClientSocket() argument
39 std::make_unique<TCPSocket>(std::move(socket_performance_watcher), in TCPClientSocket()
259 if (socket_->socket_performance_watcher() && current_address_index_ != 0) in DoConnect()
260 socket_->socket_performance_watcher()->OnConnectionChanged(); in DoConnect()
H A Dfuzzed_socket_factory.h44 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
H A Dclient_socket_factory.h52 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
H A Dfuzzed_socket_factory.cc125 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in CreateTransportClientSocket() argument
H A Dtcp_client_socket.h59 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
H A Dtcp_socket_posix.cc147 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in TCPSocketPosix() argument
150 : socket_performance_watcher_(std::move(socket_performance_watcher)), in TCPSocketPosix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_connection_logger.h40 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_connection_logger.cc63 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher, in QuicConnectionLogger() argument
80 socket_performance_watcher_(std::move(socket_performance_watcher)), in QuicConnectionLogger()
H A Dquic_connection_logger.h40 std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,

12