Home
last modified time | relevance | path

Searched refs:is_enabled_refcount (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.cc124 is_enabled_refcount(0), in MainThreadOnly()
795 main_thread_only().is_enabled_refcount--; in RemoveQueueEnabledVoter()
796 DCHECK_GE(main_thread_only().is_enabled_refcount, 0); in RemoveQueueEnabledVoter()
809 return (main_thread_only().is_enabled_refcount == in IsQueueEnabled()
817 main_thread_only().is_enabled_refcount++; in OnQueueEnabledVoteChanged()
818 DCHECK_LE(main_thread_only().is_enabled_refcount, in OnQueueEnabledVoteChanged()
821 main_thread_only().is_enabled_refcount--; in OnQueueEnabledVoteChanged()
822 DCHECK_GE(main_thread_only().is_enabled_refcount, 0); in OnQueueEnabledVoteChanged()
860 main_thread_only().is_enabled_refcount++; in CreateQueueEnabledVoter()
Dtask_queue_impl.h356 int is_enabled_refcount; member