Home | History | Annotate | Download | only in sessions

Lines Matching refs:commands

46 // SessionWindow, SessionTab and TabNavigation). The commands are periodically
215 // Methods to create the various commands. It is up to the caller to delete
244 // Callback from the backend for getting the commands from the save file.
245 // Converts the commands in SessionWindows and notifies the real callback.
250 // Converts the commands into SessionWindows. On return any valid
256 void RestoreSessionFromCommands(const std::vector<SessionCommand*>& commands,
298 // Creates tabs and windows from the specified commands. The created tabs
308 // Adds commands to commands that will recreate the state of the specified
318 std::vector<SessionCommand*>* commands,
321 // Adds commands to create the specified browser, and invokes
326 std::vector<SessionCommand*>* commands,
335 std::vector<SessionCommand*>* commands,
345 // the pending commands and true is returned.
352 // Converts all pending tab/window closes to commands and schedules them.