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

  /external/chromium/chrome/browser/net/
passive_log_collector_unittest.cc 213 EXPECT_EQ(0u, GetLiveSources(log.http_stream_job_tracker_).size());
227 EXPECT_EQ(1u, GetLiveSources(log.http_stream_job_tracker_).size());
245 ASSERT_EQ(1u, GetLiveSources(log.http_stream_job_tracker_).size());
248 GetLiveSources(log.http_stream_job_tracker_)[0];
270 ASSERT_EQ(1u, GetLiveSources(log.http_stream_job_tracker_).size());
273 GetLiveSources(log.http_stream_job_tracker_)[0];
304 EXPECT_EQ(0u, GetLiveSources(log.http_stream_job_tracker_).size());
305 ASSERT_EQ(1u, GetDeadSources(log.http_stream_job_tracker_).size());
308 GetDeadSources(log.http_stream_job_tracker_)[0];
323 EXPECT_EQ(0u, GetLiveSources(log.http_stream_job_tracker_).size())
    [all...]
passive_log_collector.h 383 HttpStreamJobTracker http_stream_job_tracker_; member in class:PassiveLogCollector
passive_log_collector.cc 57 ALLOW_THIS_IN_INITIALIZER_LIST(http_stream_job_tracker_(this)),
75 trackers_[net::NetLog::SOURCE_HTTP_STREAM_JOB] = &http_stream_job_tracker_;

Completed in 30 milliseconds