Searched refs:hidden_widget_count_ (Results 1 – 2 of 2) sorted by relevance
338 hidden_widget_count_ = 0; in Init()614 DCHECK_LT(hidden_widget_count_, widget_count_); in WidgetHidden()615 hidden_widget_count_++; in WidgetHidden()617 if (widget_count_ && hidden_widget_count_ == widget_count_) { in WidgetHidden()630 DCHECK_GT(hidden_widget_count_, 0); in WidgetRestored()631 hidden_widget_count_--; in WidgetRestored()778 bool run_in_foreground_tab = (widget_count_ > hidden_widget_count_) && in IdleHandler()
447 int hidden_widget_count_; variable