Home
last modified time | relevance | path

Searched refs:ScheduleCommand (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dsession_service.cc184 ScheduleCommand(CreateSetTabWindowCommand(window_id, tab_id)); in SetTabWindow()
193 ScheduleCommand(CreateSetWindowBoundsCommand(window_id, bounds, in SetWindowBounds()
203 ScheduleCommand(CreateSetTabIndexInWindowCommand(tab_id, new_index)); in SetTabIndexInWindow()
212 ScheduleCommand(CreatePinnedStateCommand(tab_id, is_pinned)); in SetPinnedState()
243 ScheduleCommand(CreateTabClosedCommand(tab_id.id())); in TabClosed()
280 ScheduleCommand(CreateWindowClosedCommand(window_id.id())); in WindowClosed()
288 ScheduleCommand(CreateWindowClosedCommand(window_id.id())); in WindowClosed()
306 ScheduleCommand( in SetWindowType()
323 ScheduleCommand(command); in TabNavigationPathPrunedFromBack()
348 ScheduleCommand(command); in TabNavigationPathPrunedFromFront()
[all …]
Dtab_restore_service.cc278 ScheduleCommand(CreateRestoredEntryCommand((*i)->id)); in ClearEntries()
287 ScheduleCommand(CreateRestoredEntryCommand(1)); in ClearEntries()
320 ScheduleCommand(CreateRestoredEntryCommand(id)); in RestoreEntryById()
580 ScheduleCommand( in ScheduleCommandsForWindow()
610 ScheduleCommand( in ScheduleCommandsForTab()
620 ScheduleCommand(command); in ScheduleCommandsForTab()
624 ScheduleCommand( in ScheduleCommandsForTab()
638 ScheduleCommand( in ScheduleCommandsForTab()
Dbase_session_service.h106 virtual void ScheduleCommand(SessionCommand* command);
Dbase_session_service.cc96 void BaseSessionService::ScheduleCommand(SessionCommand* command) { in ScheduleCommand() function in BaseSessionService
Dsession_service.h350 virtual void ScheduleCommand(SessionCommand* command);