Home | History | Annotate | Download | only in common

Lines Matching refs:Pickle

17 class Pickle;
83 void Pickle(::Pickle* pickle) const;
84 void Unpickle(const ::Pickle& pickle, PickleIterator* iter);
182 // Serialize the UserScript into a pickle. The content of the scripts and
184 void Pickle(::Pickle* pickle) const;
186 // Deserialize the script from a pickle. Note that this always succeeds
189 void Unpickle(const ::Pickle& pickle, PickleIterator* iter);
192 // Pickle helper functions used to pickle the individual types of components.
193 void PickleGlobs(::Pickle* pickle,
195 void PickleURLPatternSet(::Pickle* pickle,
197 void PickleScripts(::Pickle* pickle, const FileList& scripts) const;
200 void UnpickleGlobs(const ::Pickle& pickle, PickleIterator* iter,
202 void UnpickleURLPatternSet(const ::Pickle& pickle, PickleIterator* iter,
204 void UnpickleScripts(const ::Pickle& pickle, PickleIterator* iter,