HomeSort by relevance Sort by last modified time
    Searched refs:hidden_widget_count_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/
render_thread_impl.cc 338 hidden_widget_count_ = 0;
614 DCHECK_LT(hidden_widget_count_, widget_count_);
615 hidden_widget_count_++;
617 if (widget_count_ && hidden_widget_count_ == widget_count_) {
630 DCHECK_GT(hidden_widget_count_, 0);
631 hidden_widget_count_--;
778 bool run_in_foreground_tab = (widget_count_ > hidden_widget_count_) &&
    [all...]
render_thread_impl.h 447 int hidden_widget_count_; member in class:content::RenderThreadImpl

Completed in 23 milliseconds