Searched refs:ScheduleCommand (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.cc286 ScheduleCommand(CreateSetTabWindowCommand(window_id, tab_id));
295 ScheduleCommand(CreateSetWindowBoundsCommand(window_id, bounds, show_state));
304 ScheduleCommand(CreateSetTabIndexInWindowCommand(tab_id, new_index));
313 ScheduleCommand(CreatePinnedStateCommand(tab_id, is_pinned));
344 ScheduleCommand(CreateTabClosedCommand(tab_id.id()));
417 ScheduleCommand(CreateWindowClosedCommand(window_id.id()));
425 ScheduleCommand(CreateWindowClosedCommand(window_id.id()));
445 ScheduleCommand(
455 ScheduleCommand(CreateSetTabExtensionAppIDCommand(
474 ScheduleCommand(comman
1537 void SessionService::ScheduleCommand(SessionCommand* command) { function in class:SessionService
[all...]
H A Dpersistent_tab_restore_service.cc287 ScheduleCommand(CreateRestoredEntryCommand((*i)->id));
296 ScheduleCommand(CreateRestoredEntryCommand(1));
310 ScheduleCommand(CreateRestoredEntryCommand(id));
400 ScheduleCommand(
407 ScheduleCommand(
439 ScheduleCommand(
449 ScheduleCommand(command);
453 ScheduleCommand(
459 ScheduleCommand(
468 ScheduleCommand(
[all...]
H A Dbase_session_service.h82 virtual void ScheduleCommand(SessionCommand* command);
H A Dbase_session_service.cc101 void BaseSessionService::ScheduleCommand(SessionCommand* command) { function in class:BaseSessionService
H A Dsession_service_unittest.cc935 service()->ScheduleCommand(
937 service()->ScheduleCommand(
958 service()->ScheduleCommand(
960 service()->ScheduleCommand(
962 service()->ScheduleCommand(
H A Dsession_service.h392 virtual void ScheduleCommand(SessionCommand* command) OVERRIDE;

Completed in 4947 milliseconds