Searched refs:is_enabled_refcount (Results 1 – 2 of 2) sorted by relevance
124 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()
356 int is_enabled_refcount; member