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;
138 uint32 probe_bytes,
162 probe_bytes,
177 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
137 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.cc136 uint32 probe_bytes,
141 probe_packet_bytes_ = probe_bytes;
132 Start(net::HostResolver* host_resolver, const net::HostPortPair& server_host_port_pair, uint16 histogram_port, bool has_proxy_server, uint32 probe_bytes, const net::CompletionCallback& finished_callback) argument

Completed in 41 milliseconds