Searched defs:probe_bytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats_unittest.cc51 uint32 probe_bytes,
70 token, 1, probe_bytes, 0, max_probe_packets, &probe_packet);
91 int padding_size = probe_bytes - probe_packet.ByteSize() - 8;
139 uint32 probe_bytes,
164 probe_bytes,
179 int padding_size = probe_bytes - probe_packet.ByteSize() - 8;
49 MakeDeterministicMockData(uint32 max_tests, uint32 max_probe_packets, uint32 probe_bytes, net::IoMode io_mode_write) argument
138 MakeDelayedMockData(NetworkStats::TestType test_type, uint32 probe_bytes, uint32 pacing_interval_micros, uint32 max_probe_packets, net::IoMode io_mode) argument
H A Dnetwork_stats.cc143 uint32 probe_bytes,
149 probe_packet_bytes_ = probe_bytes;
264 uint32 probe_bytes = probe_packet_bytes_; local
289 probe_bytes = bytes_for_packet_size_test_;
302 probe_bytes,
139 Start(net::HostResolver* host_resolver, const net::HostPortPair& server_host_port_pair, uint16 histogram_port, bool has_proxy_server, uint32 probe_bytes, uint32 bytes_for_packet_size_test, const net::CompletionCallback& finished_callback) argument

Completed in 117 milliseconds