Home
last modified time | relevance | path

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

/external/libchrome/base/task/sequence_manager/
Dwork_queue_sets_unittest.cc262 EXPECT_TRUE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()
266 EXPECT_TRUE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()
271 EXPECT_TRUE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()
276 EXPECT_FALSE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()
280 EXPECT_TRUE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()
Dtask_queue_selector.cc382 if (!prioritizing_selector_.delayed_work_queue_sets()->IsSetEmpty( in AllEnabledWorkQueuesAreEmpty()
384 !prioritizing_selector_.immediate_work_queue_sets()->IsSetEmpty( in AllEnabledWorkQueuesAreEmpty()
399 return !prioritizing_selector_.delayed_work_queue_sets()->IsSetEmpty( in HasTasksWithPriority()
401 !prioritizing_selector_.immediate_work_queue_sets()->IsSetEmpty( in HasTasksWithPriority()
Dwork_queue_sets.h66 bool IsSetEmpty(size_t set_index) const;
Dwork_queue_sets.cc138 bool WorkQueueSets::IsSetEmpty(size_t set_index) const { in IsSetEmpty() function in base::sequence_manager::internal::WorkQueueSets