Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:Pickle

20 class Pickle;
67 void WriteToPickle(Pickle* pickle) const;
68 bool ReadFromPickle(Pickle* pickle, void** iterator);
117 // Writes the data for a drag to |pickle|.
118 void WriteToPickle(Profile* profile, Pickle* pickle) const;
120 // Reads the data for a drag from a |pickle|.
121 bool ReadFromPickle(Pickle* pickle);