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

  /external/chromium/net/url_request/
url_request_throttler_unittest.cc 222 TimeTicks now_; member in class:net::URLRequestThrottlerEntryTest
228 now_ = TimeTicks::Now();
230 entry_->ResetToBlank(now_);
260 entry_->ResetToBlank(now_);
295 TimeAndBool(now_, false, __LINE__),
296 TimeAndBool(now_ - kFiveMs, false, __LINE__),
297 TimeAndBool(now_ + kFiveMs, false, __LINE__),
298 TimeAndBool(now_ - (lifetime - kFiveMs), false, __LINE__),
299 TimeAndBool(now_ - lifetime, true, __LINE__),
300 TimeAndBool(now_ - (lifetime + kFiveMs), true, __LINE__)}
    [all...]
  /external/chromium/net/base/
backoff_entry_unittest.cc 20 now_(TimeTicks()) {
29 return now_;
33 now_ = now;
37 TimeTicks now_; member in class:__anon4324::TestBackoffEntry
  /external/chromium/chrome/browser/extensions/
extension_prefs_unittest.cc 422 now_ + TimeDelta::FromSeconds(num));
436 ASSERT_TRUE(fetch_time == now_ + TimeDelta::FromSeconds(num));
441 now_ = Time::Now();
497 Time now_; member in class:ExtensionPrefsIdleInstallInfo
    [all...]
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 58 now_(Time::Now()) {
117 const Time now_; member in class:history::ExpireHistoryTest
    [all...]

Completed in 1880 milliseconds