Home | History | Annotate | Download | only in sessions

Lines Matching refs:entry_count

482   int entry_count = controller->entry_count();
483 if (entry_count == 0 && pending_index == 0)
484 entry_count++;
485 tab->navigations.resize(static_cast<int>(entry_count));
486 for (int i = 0; i < entry_count; ++i) {
493 if (tab->current_navigation_index == -1 && entry_count > 0)