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

  /external/chromium_org/ash/test/
test_overlay_delegate.cc 11 : cancel_count_(0) {}
15 int count = cancel_count_;
16 cancel_count_ = 0;
21 ++cancel_count_;
test_overlay_delegate.h 26 int cancel_count_; member in class:ash::test::TestOverlayDelegate
  /external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc 77 ask_allow_count_ = cancel_count_ = continue_count_ = 0;
161 EXPECT_EQ(expect_cancels, cancel_count_) << "line " << line;
163 continue_count_ = cancel_count_ = ask_allow_count_ = 0;
171 cancel_count_++;
193 int cancel_count_; member in class:DownloadRequestLimiterTest
  /external/chromium_org/net/socket/
socket_test_util.h 1237 int cancel_count_; member in class:net::MockTransportClientSocketPool
    [all...]
socket_test_util.cc     [all...]

Completed in 99 milliseconds