Home
last modified time | relevance | path

Searched refs:Pickle (Results 1 – 25 of 230) sorted by relevance

12345678910

/external/chromium/base/
Dpickle.cc15 const int Pickle::kPayloadUnit = 64;
22 Pickle::Pickle() in Pickle() function in Pickle
31 Pickle::Pickle(int header_size) in Pickle() function in Pickle
42 Pickle::Pickle(const char* data, int data_len) in Pickle() function in Pickle
61 Pickle::Pickle(const Pickle& other) in Pickle() function in Pickle
72 Pickle::~Pickle() { in ~Pickle()
77 Pickle& Pickle::operator=(const Pickle& other) { in operator =()
99 bool Pickle::ReadBool(void** iter, bool* result) const { in ReadBool()
110 bool Pickle::ReadInt(void** iter, int* result) const { in ReadInt()
127 bool Pickle::ReadLong(void** iter, long* result) const { in ReadLong()
[all …]
Dpickle_unittest.cc25 void VerifyResult(const Pickle& pickle) { in VerifyResult()
67 Pickle pickle; in TEST()
87 Pickle pickle2(pickle); in TEST()
91 Pickle pickle3; in TEST()
101 Pickle pickle(buffer.get(), 1); in TEST()
112 Pickle pickle(reinterpret_cast<char*>(buffer), sizeof(buffer)); in TEST()
122 Pickle pickle(reinterpret_cast<char*>(buffer), sizeof(buffer)); in TEST()
130 Pickle pickle; in TEST()
140 Pickle pickle; in TEST()
150 Pickle pickle; in TEST()
[all …]
Dpickle.h34 class BASE_API Pickle {
37 Pickle();
42 explicit Pickle(int header_size);
48 Pickle(const char* data, int data_len);
51 Pickle(const Pickle& other);
53 virtual ~Pickle();
56 Pickle& operator=(const Pickle& other);
/external/chromium_org/base/
Dpickle_unittest.cc29 void VerifyResult(const Pickle& pickle) { in VerifyResult()
71 Pickle pickle; in TEST()
84 Pickle pickle2(pickle); in TEST()
88 Pickle pickle3; in TEST()
98 Pickle pickle(buffer.get(), 1); in TEST()
109 Pickle pickle(reinterpret_cast<char*>(buffer), sizeof(buffer)); in TEST()
119 Pickle pickle(reinterpret_cast<char*>(buffer), sizeof(buffer)); in TEST()
127 Pickle pickle; in TEST()
137 Pickle pickle; in TEST()
147 Pickle pickle; in TEST()
[all …]
Dpickle.cc17 const int Pickle::kPayloadUnit = 64;
21 PickleIterator::PickleIterator(const Pickle& pickle) in PickleIterator()
164 Pickle::Pickle() in Pickle() function in Pickle
173 Pickle::Pickle(int header_size) in Pickle() function in Pickle
184 Pickle::Pickle(const char* data, int data_len) in Pickle() function in Pickle
203 Pickle::Pickle(const Pickle& other) in Pickle() function in Pickle
213 Pickle::~Pickle() { in ~Pickle()
218 Pickle& Pickle::operator=(const Pickle& other) { in operator =()
239 bool Pickle::WriteString(const std::string& value) { in WriteString()
246 bool Pickle::WriteWString(const std::wstring& value) { in WriteWString()
[all …]
Dpickle.h17 class Pickle; variable
24 explicit PickleIterator(const Pickle& pickle);
103 class BASE_EXPORT Pickle {
106 Pickle();
111 explicit Pickle(int header_size);
117 Pickle(const char* data, int data_len);
120 Pickle(const Pickle& other);
127 virtual ~Pickle();
130 Pickle& operator=(const Pickle& other);
/external/chromium_org/extensions/common/
Duser_script.h17 class Pickle; variable
83 void Pickle(::Pickle* pickle) const;
84 void Unpickle(const ::Pickle& pickle, PickleIterator* iter);
184 void Pickle(::Pickle* pickle) const;
189 void Unpickle(const ::Pickle& pickle, PickleIterator* iter);
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,
[all …]
Duser_script.cc111 void UserScript::File::Pickle(::Pickle* pickle) const { in Pickle() function in extensions::UserScript::File
117 void UserScript::File::Unpickle(const ::Pickle& pickle, PickleIterator* iter) { in Unpickle()
124 void UserScript::Pickle(::Pickle* pickle) const { in Pickle() function in extensions::UserScript
140 void UserScript::PickleGlobs(::Pickle* pickle, in PickleGlobs()
149 void UserScript::PickleURLPatternSet(::Pickle* pickle, in PickleURLPatternSet()
159 void UserScript::PickleScripts(::Pickle* pickle, in PickleScripts()
164 file->Pickle(pickle); in PickleScripts()
168 void UserScript::Unpickle(const ::Pickle& pickle, PickleIterator* iter) { in Unpickle()
188 void UserScript::UnpickleGlobs(const ::Pickle& pickle, PickleIterator* iter, in UnpickleGlobs()
200 void UserScript::UnpickleURLPatternSet(const ::Pickle& pickle, in UnpickleURLPatternSet()
[all …]
/external/chromium_org/ui/base/clipboard/
Dcustom_data_helper_unittest.cc17 void PrepareEmptyTestData(Pickle* pickle) { in PrepareEmptyTestData()
22 void PrepareTestData(Pickle* pickle) { in PrepareTestData()
31 Pickle pickle; in TEST()
40 Pickle pickle; in TEST()
52 Pickle pickle; in TEST()
61 Pickle pickle; in TEST()
75 Pickle pickle; in TEST()
99 Pickle pickle; in TEST()
120 Pickle malformed; in TEST()
128 Pickle malformed2; in TEST()
[all …]
/external/chromium_org/content/zygote/
Dzygote_linux.h16 class Pickle; variable
61 void HandleReapRequest(int fd, const Pickle& pickle, PickleIterator iter);
72 const Pickle& pickle,
90 base::ProcessId ReadArgsAndFork(const Pickle& pickle,
102 const Pickle& pickle,
107 const Pickle& pickle,
/external/chromium_org/webkit/common/cursors/
Dwebcursor_unittest.cc15 Pickle ok_custom_pickle; in TEST()
44 Pickle short_custom_pickle; in TEST()
61 Pickle large_custom_pickle; in TEST()
80 Pickle neg_custom_pickle; in TEST()
99 Pickle scale_zero_custom_pickle; in TEST()
118 Pickle scale_tiny_custom_pickle; in TEST()
140 Pickle win32_custom_pickle; in TEST()
154 Pickle ok_custom_pickle; in TEST()
189 Pickle broken_cursor_pickle; in TEST()
220 Pickle ok_custom_pickle; in TEST()
/external/chromium_org/skia/ext/
Dskia_utils_base.h15 SK_API bool ReadSkString(const Pickle& pickle, PickleIterator* iter,
20 SK_API bool ReadSkFontIdentity(const Pickle& pickle, PickleIterator* iter,
24 SK_API bool WriteSkString(Pickle* pickle, const SkString& str);
27 SK_API bool WriteSkFontIdentity(Pickle* pickle,
Dskia_utils_base.cc9 bool ReadSkString(const Pickle& pickle, PickleIterator* iter, SkString* str) { in ReadSkString()
21 bool ReadSkFontIdentity(const Pickle& pickle, PickleIterator* iter, in ReadSkFontIdentity()
41 bool WriteSkString(Pickle* pickle, const SkString& str) { in WriteSkString()
45 bool WriteSkFontIdentity(Pickle* pickle, in WriteSkFontIdentity()
/external/chromium_org/android_webview/native/
Dstate_serializer.h10 class Pickle; variable
27 Pickle* pickle) WARN_UNUSED_RESULT;
38 bool WriteHeaderToPickle(Pickle* pickle) WARN_UNUSED_RESULT;
41 Pickle* pickle) WARN_UNUSED_RESULT;
/external/chromium/chrome/browser/bookmarks/
Dbookmark_node_data.h20 class Pickle; variable
67 void WriteToPickle(Pickle* pickle) const;
68 bool ReadFromPickle(Pickle* pickle, void** iterator);
118 void WriteToPickle(Profile* profile, Pickle* pickle) const;
121 bool ReadFromPickle(Pickle* pickle);
/external/chromium/webkit/glue/
Dwebcursor_unittest.cc16 Pickle ok_custom_pickle; in TEST()
33 Pickle short_custom_pickle; in TEST()
50 Pickle large_custom_pickle; in TEST()
69 Pickle neg_custom_pickle; in TEST()
86 Pickle win32_custom_pickle; in TEST()
100 Pickle ok_custom_pickle; in TEST()
Dwebcursor.h31 class Pickle; variable
57 bool Deserialize(const Pickle* pickle, void** iter);
58 bool Serialize(Pickle* pickle) const;
118 bool SerializePlatformData(Pickle* pickle) const;
119 bool DeserializePlatformData(const Pickle* pickle, void** iter);
Dnpruntime_util.h10 class Pickle; variable
15 bool SerializeNPIdentifier(NPIdentifier identifier, Pickle* pickle);
16 bool DeserializeNPIdentifier(const Pickle& pickle, void** pickle_iter,
/external/chromium/chrome/common/extensions/
Duser_script.h17 class Pickle; variable
81 void Pickle(::Pickle* pickle) const;
82 void Unpickle(const ::Pickle& pickle, void** iter);
178 void Pickle(::Pickle* pickle) const;
183 void Unpickle(const ::Pickle& pickle, void** iter);
Duser_script.cc93 void UserScript::File::Pickle(::Pickle* pickle) const { in Pickle() function in UserScript::File
99 void UserScript::File::Unpickle(const ::Pickle& pickle, void** iter) { in Unpickle()
106 void UserScript::Pickle(::Pickle* pickle) const { in Pickle() function in UserScript
137 file->Pickle(pickle); in Pickle()
144 file->Pickle(pickle); in Pickle()
148 void UserScript::Unpickle(const ::Pickle& pickle, void** iter) { in Unpickle()
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_node_data.h21 class Pickle; variable
77 void WriteToPickle(Pickle* pickle) const;
78 bool ReadFromPickle(Pickle* pickle, PickleIterator* iterator);
127 void WriteToPickle(Profile* profile, Pickle* pickle) const;
130 bool ReadFromPickle(Pickle* pickle);
/external/chromium_org/content/browser/renderer_host/
Drender_sandbox_host_linux.cc147 Pickle pickle(buf, len); in HandleRequestFromRenderer()
189 void HandleFontMatchRequest(int fd, const Pickle& pickle, PickleIterator iter, in HandleFontMatchRequest()
206 Pickle reply; in HandleFontMatchRequest()
223 void HandleFontOpenRequest(int fd, const Pickle& pickle, PickleIterator iter, in HandleFontOpenRequest()
232 Pickle reply; in HandleFontOpenRequest()
249 void HandleGetFontFamilyForChar(int fd, const Pickle& pickle, in HandleGetFontFamilyForChar()
267 Pickle reply; in HandleGetFontFamilyForChar()
278 void HandleGetStyleForStrike(int fd, const Pickle& pickle, in HandleGetStyleForStrike()
293 Pickle reply; in HandleGetStyleForStrike()
305 void HandleLocaltime(int fd, const Pickle& pickle, PickleIterator iter, in HandleLocaltime()
[all …]
/external/chromium_org/chrome/browser/ui/app_list/
Dfast_show_pickler.cc78 bool PickleImage(Pickle* pickle, const gfx::ImageSkia& image) { in PickleImage()
171 bool PickleAppListItemModel(Pickle* pickle, AppListItemModel* item) { in PickleAppListItemModel()
196 scoped_ptr<Pickle> FastShowPickler::PickleAppListModelForFastShow( in PickleAppListModelForFastShow()
198 scoped_ptr<Pickle> result(new Pickle); in PickleAppListModelForFastShow()
200 return scoped_ptr<Pickle>(); in PickleAppListModelForFastShow()
202 return scoped_ptr<Pickle>(); in PickleAppListModelForFastShow()
205 return scoped_ptr<Pickle>(); in PickleAppListModelForFastShow()
221 FastShowPickler::UnpickleAppListModelForFastShow(Pickle* pickle) { in UnpickleAppListModelForFastShow()
/external/chromium_org/components/nacl/browser/
Dnacl_validation_cache.h12 class Pickle; variable
34 void Serialize(Pickle* pickle) const;
35 bool Deserialize(const Pickle* pickle);
56 bool DeserializeImpl(const Pickle* pickle);
/external/chromium_org/chrome/browser/sessions/
Dbase_session_service.cc32 void WriteStringToPickle(Pickle& pickle, int* bytes_written, int max_bytes, in WriteStringToPickle()
146 Pickle pickle; in CreateUpdateTabNavigationCommand()
161 Pickle pickle; in CreateSetTabExtensionAppIDCommand()
180 Pickle pickle; in CreateSetTabUserAgentOverrideCommand()
201 Pickle pickle; in CreateSetWindowAppNameCommand()
219 scoped_ptr<Pickle> pickle(command.PayloadAsPickle()); in RestoreUpdateTabNavigationCommand()
232 scoped_ptr<Pickle> pickle(command.PayloadAsPickle()); in RestoreSetTabExtensionAppIDCommand()
245 scoped_ptr<Pickle> pickle(command.PayloadAsPickle()); in RestoreSetTabUserAgentOverrideCommand()
258 scoped_ptr<Pickle> pickle(command.PayloadAsPickle()); in RestoreSetWindowAppNameCommand()

12345678910