Home
last modified time | relevance | path

Searched refs:pending_index (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_util.cc31 int pending_index = tab.GetPendingEntryIndex(); in ShouldSyncTab() local
34 const content::NavigationEntry* entry = (i == pending_index) ? in ShouldSyncTab()
Dsessions_sync_manager.cc839 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentVirtualURL() local
841 (current_index == pending_index) ? in GetCurrentVirtualURL()
851 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentFaviconURL() local
853 (current_index == pending_index) ? in GetCurrentFaviconURL()
959 const int pending_index = tab_delegate.GetPendingEntryIndex(); in SetSessionTabFromDelegate() local
967 const NavigationEntry* entry = (i == pending_index) ? in SetSessionTabFromDelegate()
/external/chromium_org/chrome/browser/sessions/
Dtab_restore_service_helper.cc407 const int pending_index = controller->GetPendingEntryIndex(); in PopulateTab() local
409 if (entry_count == 0 && pending_index == 0) in PopulateTab()
413 NavigationEntry* entry = (i == pending_index) ? in PopulateTab()
Dsession_service.cc1352 const int pending_index = tab->GetController().GetPendingEntryIndex(); in BuildCommandsForTab() local
1379 const NavigationEntry* entry = (i == pending_index) ? in BuildCommandsForTab()