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

/external/chromium/chrome/browser/sessions/
H A Dbase_session_service.cc96 void BaseSessionService::ScheduleCommand(SessionCommand* command) { function in class:BaseSessionService
H A Dsession_service.cc184 ScheduleCommand(CreateSetTabWindowCommand(window_id, tab_id));
193 ScheduleCommand(CreateSetWindowBoundsCommand(window_id, bounds,
203 ScheduleCommand(CreateSetTabIndexInWindowCommand(tab_id, new_index));
212 ScheduleCommand(CreatePinnedStateCommand(tab_id, is_pinned));
243 ScheduleCommand(CreateTabClosedCommand(tab_id.id()));
280 ScheduleCommand(CreateWindowClosedCommand(window_id.id()));
288 ScheduleCommand(CreateWindowClosedCommand(window_id.id()));
306 ScheduleCommand(
323 ScheduleCommand(command);
348 ScheduleCommand(comman
1233 void SessionService::ScheduleCommand(SessionCommand* command) { function in class:SessionService
[all...]

Completed in 53 milliseconds