Searched refs:pending_index (Results 1 – 4 of 4) sorted by relevance
31 int pending_index = tab.GetPendingEntryIndex(); in ShouldSyncTab() local34 const content::NavigationEntry* entry = (i == pending_index) ? in ShouldSyncTab()
839 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentVirtualURL() local841 (current_index == pending_index) ? in GetCurrentVirtualURL()851 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentFaviconURL() local853 (current_index == pending_index) ? in GetCurrentFaviconURL()959 const int pending_index = tab_delegate.GetPendingEntryIndex(); in SetSessionTabFromDelegate() local967 const NavigationEntry* entry = (i == pending_index) ? in SetSessionTabFromDelegate()
407 const int pending_index = controller->GetPendingEntryIndex(); in PopulateTab() local409 if (entry_count == 0 && pending_index == 0) in PopulateTab()413 NavigationEntry* entry = (i == pending_index) ? in PopulateTab()
1352 const int pending_index = tab->GetController().GetPendingEntryIndex(); in BuildCommandsForTab() local1379 const NavigationEntry* entry = (i == pending_index) ? in BuildCommandsForTab()