Home | History | Annotate | Download | only in sessions

Lines Matching full:sessioncommand

96 void BaseSessionService::ScheduleCommand(SessionCommand* command) {
121 new std::vector<SessionCommand*>(pending_commands_), pending_reset_);
125 new std::vector<SessionCommand*>(pending_commands_),
137 SessionCommand* BaseSessionService::CreateUpdateTabNavigationCommand(
153 static const SessionCommand::size_type max_state_size =
154 std::numeric_limits<SessionCommand::size_type>::max() - 1024;
180 return new SessionCommand(command_id, pickle);
183 SessionCommand* BaseSessionService::CreateSetTabExtensionAppIDCommand(
192 static const SessionCommand::size_type max_id_size =
193 std::numeric_limits<SessionCommand::size_type>::max() - 1024;
199 return new SessionCommand(command_id, pickle);
203 const SessionCommand& command,
237 const SessionCommand& command,