Home
last modified time | relevance | path

Searched refs:ScheduleCommand (Results 1 – 11 of 11) 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);
/external/chromium_org/chrome/browser/sessions/
Dsession_service.cc240 ScheduleCommand(CreateSetTabWindowCommand(window_id, tab_id)); in SetTabWindow()
249 ScheduleCommand(CreateSetWindowBoundsCommand(window_id, bounds, show_state)); in SetWindowBounds()
258 ScheduleCommand(CreateSetTabIndexInWindowCommand(tab_id, new_index)); in SetTabIndexInWindow()
267 ScheduleCommand(CreatePinnedStateCommand(tab_id, is_pinned)); in SetPinnedState()
298 ScheduleCommand(CreateTabClosedCommand(tab_id.id())); in TabClosed()
348 ScheduleCommand(CreateWindowClosedCommand(window_id.id())); in WindowClosed()
356 ScheduleCommand(CreateWindowClosedCommand(window_id.id())); in WindowClosed()
376 ScheduleCommand( in SetWindowType()
386 ScheduleCommand(CreateSetTabExtensionAppIDCommand( in SetWindowAppName()
405 ScheduleCommand(command); in TabNavigationPathPrunedFromBack()
[all …]
Dpersistent_tab_restore_service.cc288 ScheduleCommand(CreateRestoredEntryCommand((*i)->id)); in OnClearEntries()
297 ScheduleCommand(CreateRestoredEntryCommand(1)); in OnClearEntries()
311 ScheduleCommand(CreateRestoredEntryCommand(id)); in OnRestoreEntryById()
401 ScheduleCommand( in ScheduleCommandsForWindow()
408 ScheduleCommand( in ScheduleCommandsForWindow()
440 ScheduleCommand( in ScheduleCommandsForTab()
450 ScheduleCommand(command); in ScheduleCommandsForTab()
454 ScheduleCommand( in ScheduleCommandsForTab()
460 ScheduleCommand( in ScheduleCommandsForTab()
469 ScheduleCommand( in ScheduleCommandsForTab()
Dbase_session_service.h83 virtual void ScheduleCommand(SessionCommand* command);
Dsession_service_unittest.cc952 service()->ScheduleCommand( in TEST_F()
954 service()->ScheduleCommand( in TEST_F()
975 service()->ScheduleCommand( in TEST_F()
977 service()->ScheduleCommand( in TEST_F()
979 service()->ScheduleCommand( in TEST_F()
Dbase_session_service.cc101 void BaseSessionService::ScheduleCommand(SessionCommand* command) { in ScheduleCommand() function in BaseSessionService
Dsession_service.h390 virtual void ScheduleCommand(SessionCommand* command) OVERRIDE;