HomeSort by relevance Sort by last modified time
    Searched refs:current_test_index_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/net/
network_stats.cc 130 current_test_index_(0),
175 if (test_sequence_[current_test_index_] == TOKEN_REQUEST) {
248 StartReadDataTimer(kGetTokenTimeoutSeconds, current_test_index_);
251 probe_packet.set_group_id(current_test_index_);
266 switch (test_sequence_[current_test_index_]) {
301 current_test_index_,
308 StartReadDataTimer(timeout_seconds, current_test_index_);
376 if (probe_packet.group_id() != current_test_index_)
384 if (current_test_index_ == 0)
411 TestType test_type = test_sequence_[current_test_index_];
    [all...]
network_stats.h 117 // Start the test specified by the current_test_index_. It also resets all
176 // the index of the test. If |current_test_index_| has changed to a
238 // Return the next test type (internally increment |current_test_index_|)
313 uint32 current_test_index_; // Index of the current test. member in class:chrome_browser_net::NetworkStats
network_stats_unittest.cc 163 1, // current_test_index_ = 1.
234 udp_stats_client->current_test_index_ = 1;

Completed in 44 milliseconds