HomeSort by relevance Sort by last modified time
    Searched refs:ScheduleCommand (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/sessions/
session_service.cc 184 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(command)
    [all...]
base_session_service.h 106 virtual void ScheduleCommand(SessionCommand* command);
tab_restore_service.cc 278 ScheduleCommand(CreateRestoredEntryCommand((*i)->id));
287 ScheduleCommand(CreateRestoredEntryCommand(1));
320 ScheduleCommand(CreateRestoredEntryCommand(id));
580 ScheduleCommand(
610 ScheduleCommand(
620 ScheduleCommand(command);
624 ScheduleCommand(
638 ScheduleCommand(
    [all...]
base_session_service.cc 96 void BaseSessionService::ScheduleCommand(SessionCommand* command) {
session_service.h 350 virtual void ScheduleCommand(SessionCommand* command);

Completed in 204 milliseconds