Home | History | Annotate | Download | only in sessions

Lines Matching refs:Pickle

16 #include "base/pickle.h"
1193 scoped_ptr<Pickle> command_pickle(command->PayloadAsPickle());
1207 // Creating a pickle like this means the Pickle references the data from
1208 // the command. Make sure we delete the pickle before the command, else
1209 // the pickle references deleted memory.
1210 scoped_ptr<Pickle> existing_pickle(existing_command->PayloadAsPickle());