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

  /external/chromium_org/chrome/browser/net/
network_stats.cc 152 test_sequence_.clear();
153 test_sequence_.push_back(TOKEN_REQUEST);
175 if (test_sequence_[current_test_index_] == TOKEN_REQUEST) {
266 switch (test_sequence_[current_test_index_]) {
385 test_sequence_.push_back(START_PACKET_TEST);
411 TestType test_type = test_sequence_[current_test_index_];
443 test_sequence_.push_back(PACKET_SIZE_TEST);
444 test_sequence_.push_back(TOKEN_REQUEST);
446 test_sequence_.push_back(base::RandInt(0, 1) ? PACED_PACKET_TEST
448 test_sequence_.push_back(TOKEN_REQUEST)
    [all...]
network_stats.h 171 // servers. |test_index| is the index of the test at vector |test_sequence_|
239 // in |test_sequence_|;
312 std::vector<TestType> test_sequence_; member in class:chrome_browser_net::NetworkStats
network_stats_unittest.cc 232 // test_sequence_
233 udp_stats_client->test_sequence_.push_back(test_type);

Completed in 121 milliseconds