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

  /external/chromium_org/chrome/browser/sessions/
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...]
persistent_tab_restore_service.cc 287 ScheduleCommand(CreateRestoredEntryCommand((*i)->id));
296 ScheduleCommand(CreateRestoredEntryCommand(1));
310 ScheduleCommand(CreateRestoredEntryCommand(id));
400 ScheduleCommand(
407 ScheduleCommand(
439 ScheduleCommand(
449 ScheduleCommand(command);
453 ScheduleCommand(
459 ScheduleCommand(
468 ScheduleCommand(
    [all...]
base_session_service.h 82 virtual void ScheduleCommand(SessionCommand* command);
base_session_service.cc 101 void BaseSessionService::ScheduleCommand(SessionCommand* command) {
session_service_unittest.cc     [all...]
session_service.h 392 virtual void ScheduleCommand(SessionCommand* command) OVERRIDE;

Completed in 59 milliseconds