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

/external/chromium/chrome/browser/policy/
H A Dcloud_policy_cache_base.h61 base::Time last_policy_refresh_time() const { function in class:policy::CloudPolicyCacheBase
H A Duser_policy_cache_unittest.cc199 EXPECT_EQ(base::Time(), cache.last_policy_refresh_time());
207 EXPECT_EQ(base::Time(), cache.last_policy_refresh_time());
220 EXPECT_EQ(base::Time(), cache.last_policy_refresh_time());
232 EXPECT_NE(base::Time(), cache.last_policy_refresh_time());
233 EXPECT_GE(base::Time::Now(), cache.last_policy_refresh_time());
H A Dcloud_policy_controller.cc253 !cache_->last_policy_refresh_time().is_null()) {
255 cache_->last_policy_refresh_time() - base::Time::UnixEpoch();
306 base::Time last_refresh(cache_->last_policy_refresh_time());
H A Ddevice_token_fetcher.cc199 delayed_work_at = cache_->last_policy_refresh_time() +

Completed in 77 milliseconds