Home | History | Annotate | Download | only in ext

Lines Matching refs:Pickle

8 #include "base/pickle.h"
13 // Return true if the pickle/iterator contains a string. If so, and if str
15 SK_API bool ReadSkString(const Pickle& pickle, PickleIterator* iter,
18 // Return true if the pickle/iterator contains a FontIdentity. If so, and if
20 SK_API bool ReadSkFontIdentity(const Pickle& pickle, PickleIterator* iter,
23 // Return true if str can be written into the request pickle.
24 SK_API bool WriteSkString(Pickle* pickle, const SkString& str);
26 // Return true if identity can be written into the request pickle.
27 SK_API bool WriteSkFontIdentity(Pickle* pickle,