Searched refs:IsMonotonicTimeGreaterThan (Results 1 – 4 of 4) sorted by relevance
406 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time - in TEST_F()408 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()409 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()415 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time - in TEST_F()417 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()418 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()434 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()459 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()461 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
89 bool IsMonotonicTimeGreaterThan(base::Time timestamp);
53 ec->IsMonotonicTimeGreaterThan( in UpdateCheckAllowed()
137 bool EvaluationContext::IsMonotonicTimeGreaterThan(Time timestamp) { in IsMonotonicTimeGreaterThan() function in chromeos_update_manager::EvaluationContext