Home | History | Annotate | Download | only in sessions

Lines Matching refs:entry_index

245   size_t entry_index = 0;
247 PopulateTab(&(window->tabs[entry_index]),
251 if (window->tabs[entry_index].navigations.empty()) {
252 window->tabs.erase(window->tabs.begin() + entry_index);
254 window->tabs[entry_index].browser_id = delegate->GetSessionID().id();
255 entry_index++;