Searched refs:hidden_widget_count_ (Results 1 – 2 of 2) sorted by relevance
426 hidden_widget_count_ = 0; in Init()1000 bool run_in_foreground_tab = (widget_count_ > hidden_widget_count_) && in IdleHandler()1606 DCHECK_LT(hidden_widget_count_, widget_count_); in WidgetHidden()1607 hidden_widget_count_++; in WidgetHidden()1609 if (widget_count_ && hidden_widget_count_ == widget_count_) { in WidgetHidden()1622 DCHECK_GT(hidden_widget_count_, 0); in WidgetRestored()1623 hidden_widget_count_--; in WidgetRestored()
501 int hidden_widget_count_; variable