Searched refs:CreatePinnedStateCommand (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sessions/
H A Dsession_service.h241 SessionCommand* CreatePinnedStateCommand(const SessionID& tab_id,
H A Dsession_service.cc212 ScheduleCommand(CreatePinnedStateCommand(tab_id, is_pinned));
724 SessionCommand* SessionService::CreatePinnedStateCommand( function in class:SessionService
1079 CreatePinnedStateCommand(controller->session_id(), true));
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.h274 SessionCommand* CreatePinnedStateCommand(const SessionID& tab_id,
H A Dsession_service.cc267 ScheduleCommand(CreatePinnedStateCommand(tab_id, is_pinned));
811 SessionCommand* SessionService::CreatePinnedStateCommand( function in class:SessionService
1298 commands->push_back(CreatePinnedStateCommand(session_id, true));

Completed in 43 milliseconds