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

  /external/chromium/chrome/browser/sessions/
base_session_service.cc 96 void BaseSessionService::ScheduleCommand(SessionCommand* command) {
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...]

Completed in 51 milliseconds