Home
last modified time | relevance | path

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

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