Searched refs:IsMonotonicTimeGreaterThan (Results 1 – 4 of 4) sorted by relevance
403 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time - in TEST_F()405 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()406 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()412 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time - in TEST_F()414 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()415 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()431 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()456 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()458 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
51 ec->IsMonotonicTimeGreaterThan( in UpdateCheckAllowed()
93 bool IsMonotonicTimeGreaterThan(base::Time timestamp);
136 bool EvaluationContext::IsMonotonicTimeGreaterThan(Time timestamp) { in IsMonotonicTimeGreaterThan() function in chromeos_update_manager::EvaluationContext