Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sessions/
Dsession_service.cc1202 SessionCommand* existing_command = *i; in ReplacePendingCommand() local
1203 if (existing_command->id() == kCommandUpdateTabNavigation) { in ReplacePendingCommand()
1210 scoped_ptr<Pickle> existing_pickle(existing_command->PayloadAsPickle()); in ReplacePendingCommand()
1222 delete existing_command; in ReplacePendingCommand()