Home
last modified time | relevance | path

Searched refs:CreateTabClosedCommand (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dsession_service.h230 SessionCommand* CreateTabClosedCommand(SessionID::id_type tab_id);
Dsession_service.cc243 ScheduleCommand(CreateTabClosedCommand(tab_id.id())); in TabClosed()
672 SessionCommand* SessionService::CreateTabClosedCommand( in CreateTabClosedCommand() function in SessionService
1251 ScheduleCommand(CreateTabClosedCommand(*i)); in CommitPendingCloses()