Searched defs:ScheduleCommand (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc101 void BaseSessionService::ScheduleCommand(SessionCommand* command) { function in class:BaseSessionService
H A Dsession_service.cc241 ScheduleCommand(CreateSetTabWindowCommand(window_id, tab_id));
250 ScheduleCommand(CreateSetWindowBoundsCommand(window_id, bounds, show_state));
259 ScheduleCommand(CreateSetTabIndexInWindowCommand(tab_id, new_index));
268 ScheduleCommand(CreatePinnedStateCommand(tab_id, is_pinned));
299 ScheduleCommand(CreateTabClosedCommand(tab_id.id()));
372 ScheduleCommand(CreateWindowClosedCommand(window_id.id()));
380 ScheduleCommand(CreateWindowClosedCommand(window_id.id()));
400 ScheduleCommand(
410 ScheduleCommand(CreateSetTabExtensionAppIDCommand(
429 ScheduleCommand(comman
1500 void SessionService::ScheduleCommand(SessionCommand* command) { function in class:SessionService
[all...]

Completed in 103 milliseconds