Searched refs:failed_response_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc59 uint64 failed_response_; member in class:CustomThreadWatcher
75 failed_response_(0),
143 ++failed_response_;
334 EXPECT_EQ(io_watcher_->failed_response_, static_cast<uint64>(0));
366 EXPECT_GT(io_watcher_->failed_response_, static_cast<uint64>(0));
397 EXPECT_EQ(webkit_watcher_->failed_response_, static_cast<uint64>(0));
406 EXPECT_EQ(io_watcher_->failed_response_, static_cast<uint64>(0));
446 EXPECT_EQ(webkit_watcher_->failed_response_, static_cast<uint64>(0));
452 EXPECT_GT(io_watcher_->failed_response_, static_cast<uint64>(0));

Completed in 283 milliseconds