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

  /external/chromium/chrome/browser/sessions/
session_service.h 230 SessionCommand* CreateTabClosedCommand(SessionID::id_type tab_id);
session_service.cc 243 ScheduleCommand(CreateTabClosedCommand(tab_id.id()));
672 SessionCommand* SessionService::CreateTabClosedCommand(
690 // See comment in CreateTabClosedCommand as to why we do this.
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service.h 260 SessionCommand* CreateTabClosedCommand(SessionID::id_type tab_id);
session_service.cc 294 ScheduleCommand(CreateTabClosedCommand(tab_id.id()));
756 SessionCommand* SessionService::CreateTabClosedCommand(
774 // See comment in CreateTabClosedCommand as to why we do this.
    [all...]

Completed in 58 milliseconds