Searched refs:ScheduleCommand (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/sessions/ |
D | session_service.cc | 184 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 …]
|
D | tab_restore_service.cc | 278 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()
|
D | base_session_service.h | 106 virtual void ScheduleCommand(SessionCommand* command);
|
D | base_session_service.cc | 96 void BaseSessionService::ScheduleCommand(SessionCommand* command) { in ScheduleCommand() function in BaseSessionService
|
D | session_service.h | 350 virtual void ScheduleCommand(SessionCommand* command);
|
/external/chromium_org/chrome/browser/sessions/ |
D | session_service.cc | 240 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 …]
|
D | persistent_tab_restore_service.cc | 288 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()
|
D | base_session_service.h | 83 virtual void ScheduleCommand(SessionCommand* command);
|
D | session_service_unittest.cc | 952 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()
|
D | base_session_service.cc | 101 void BaseSessionService::ScheduleCommand(SessionCommand* command) { in ScheduleCommand() function in BaseSessionService
|
D | session_service.h | 390 virtual void ScheduleCommand(SessionCommand* command) OVERRIDE;
|