Searched refs:shared_timer_suspended_ (Results 1 – 4 of 4) sorted by relevance
67 if (shared_timer_func_ && !shared_timer_suspended_) in DoTimeout()79 int shared_timer_suspended_; // counter variable
57 shared_timer_suspended_(0), in BlinkPlatformImpl()114 if (shared_timer_suspended_) { in setSharedTimerFireInterval()
165 if (shared_timer_func_ && !shared_timer_suspended_) in NON_EXPORTED_BASE()176 int shared_timer_suspended_; // counter in NON_EXPORTED_BASE() local
424 shared_timer_suspended_(0), in BlinkPlatformImpl()953 if (shared_timer_suspended_) { in setSharedTimerFireInterval()1182 ++shared_timer_suspended_; in SuspendSharedTimer()1186 DCHECK_GT(shared_timer_suspended_, 0); in ResumeSharedTimer()1189 if (--shared_timer_suspended_ == 0 && in ResumeSharedTimer()