Searched refs:IsMonotonicTimeGreaterThan (Results 1 – 4 of 4) sorted by relevance
400 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()402 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()403 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()409 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()411 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()412 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()428 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()453 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()455 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
45 ec->IsMonotonicTimeGreaterThan( in UpdateCheckAllowed()
93 bool IsMonotonicTimeGreaterThan(base::Time timestamp);
136 bool EvaluationContext::IsMonotonicTimeGreaterThan(Time timestamp) { in IsMonotonicTimeGreaterThan() function in chromeos_update_manager::EvaluationContext