Home
last modified time | relevance | path

Searched refs:ScheduleCommandsForTab (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dtab_restore_service.h226 void ScheduleCommandsForTab(const Tab& tab, int selected_index);
Dtab_restore_service.cc465 ScheduleCommandsForTab(*tab, selected_index); in Save()
589 ScheduleCommandsForTab(window.tabs[i], selected_index); in ScheduleCommandsForWindow()
593 void TabRestoreService::ScheduleCommandsForTab(const Tab& tab, in ScheduleCommandsForTab() function in TabRestoreService