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

  /external/chromium_org/chrome/browser/sessions/
base_session_service.cc 101 void BaseSessionService::ScheduleCommand(SessionCommand* command) {
session_service.cc 286 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(command)
    [all...]

Completed in 1758 milliseconds