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

  /external/chromium_org/content/renderer/
render_thread_impl.cc 337 widget_count_ = 0;
577 widget_count_++;
582 widget_count_--;
614 DCHECK_LT(hidden_widget_count_, widget_count_);
617 if (widget_count_ && hidden_widget_count_ == widget_count_) {
778 bool run_in_foreground_tab = (widget_count_ > hidden_widget_count_) &&
    [all...]
render_thread_impl.h 444 int widget_count_; member in class:content::RenderThreadImpl

Completed in 49 milliseconds