Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:Pickle

19 class Pickle;
66 void WriteToPickle(Pickle* pickle) const;
67 bool ReadFromPickle(Pickle* pickle, PickleIterator* iterator);
122 // Writes the data for a drag to |pickle|.
123 void WriteToPickle(Profile* profile, Pickle* pickle) const;
125 // Reads the data for a drag from a |pickle|.
126 bool ReadFromPickle(Pickle* pickle);