Searched refs:Pickle (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/webkit/glue/
H A Dnpruntime_util.h10 class Pickle;
15 bool SerializeNPIdentifier(NPIdentifier identifier, Pickle* pickle);
16 bool DeserializeNPIdentifier(const Pickle& pickle, void** pickle_iter,
H A Dwebcursor.h31 class Pickle;
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);
H A Dwebcursor_unittest.cc16 Pickle ok_custom_pickle;
33 Pickle short_custom_pickle;
50 Pickle large_custom_pickle;
69 Pickle neg_custom_pickle;
86 Pickle win32_custom_pickle;
100 Pickle ok_custom_pickle;
H A Dnpruntime_util.cc14 bool SerializeNPIdentifier(NPIdentifier identifier, Pickle* pickle) {
29 bool DeserializeNPIdentifier(const Pickle& pickle, void** pickle_iter,
/external/chromium/base/
H A Dpickle.cc15 const int Pickle::kPayloadUnit = 64;
22 Pickle::Pickle() function in class:Pickle
31 Pickle::Pickle(int header_size) function in class:Pickle
42 Pickle::Pickle(const char* data, int data_len) function in class:Pickle
61 Pickle::Pickle(const Pickle function in class:Pickle
[all...]
H A Dpickle_unittest.cc25 void VerifyResult(const Pickle& pickle) {
67 Pickle pickle;
87 Pickle pickle2(pickle);
91 Pickle pickle3;
101 Pickle pickle(buffer.get(), 1);
112 Pickle pickle(reinterpret_cast<char*>(buffer), sizeof(buffer));
122 Pickle pickle(reinterpret_cast<char*>(buffer), sizeof(buffer));
130 Pickle pickle;
140 Pickle pickle;
150 Pickle pickl
[all...]
H A Dpickle.h19 // The Pickle class supports appending primitive values (ints, strings, etc.)
20 // to a pickle instance. The Pickle instance grows its internal memory buffer
22 // buffer is exposed as the "data" of the Pickle. This "data" can be passed
23 // to a Pickle object to initialize it for reading.
25 // When reading from a Pickle object, it is important for the consumer to know
26 // what value types to read and in what order to read them as the Pickle does
29 // The Pickle's data has a header which contains the size of the Pickle's
31 // space is controlled by the header_size parameter passed to the Pickle
34 class BASE_API Pickle { class
[all...]
H A Dfile_path.h123 class Pickle;
313 static void WriteStringTypeToPickle(Pickle* pickle,
315 static bool ReadStringTypeFromPickle(Pickle* pickle, void** iter,
318 void WriteToPickle(Pickle* pickle);
319 bool ReadFromPickle(Pickle* pickle, void** iter);
/external/chromium/chrome/browser/sessions/
H A Dsession_command.cc16 SessionCommand::SessionCommand(id_type id, const Pickle& pickle)
30 Pickle* SessionCommand::PayloadAsPickle() const {
31 return new Pickle(contents(), static_cast<int>(size()));
H A Dsession_command.h13 class Pickle;
39 SessionCommand(id_type id, const Pickle& pickle);
56 // returned Pickle. The returned Pickle references the underlying data of
59 Pickle* PayloadAsPickle() const;
H A Dbase_session_service.cc30 void WriteStringToPickle(Pickle& pickle, int* bytes_written, int max_bytes,
42 void WriteString16ToPickle(Pickle& pickle, int* bytes_written, int max_bytes,
143 Pickle pickle;
188 Pickle pickle;
206 scoped_ptr<Pickle> pickle(command.PayloadAsPickle());
240 scoped_ptr<Pickle> pickle(command.PayloadAsPickle());
/external/chromium/net/http/
H A Dhttp_vary_data.h11 class Pickle;
54 bool InitFromPickle(const Pickle& pickle, void** pickle_iter);
58 void Persist(Pickle* pickle) const;
H A Dhttp_response_info.h15 class Pickle;
34 bool InitFromPickle(const Pickle& pickle, bool* response_truncated);
37 void Persist(Pickle* pickle,
H A Dhttp_vary_data.cc67 bool HttpVaryData::InitFromPickle(const Pickle& pickle, void** iter) {
77 void HttpVaryData::Persist(Pickle* pickle) const {
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.h20 class Pickle;
45 void WriteToPickle(Profile* profile, Pickle* pickle) const;
46 bool ReadFromPickle(Pickle* pickle);
H A Dbrowser_action_drag_data.cc32 Pickle data_pickle;
41 Pickle drag_data_pickle;
67 Profile* profile, Pickle* pickle) const {
74 bool BrowserActionDragData::ReadFromPickle(Pickle* pickle) {
H A Dbrowser_action_drag_data_unittest.cc42 Pickle pickle;
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.h20 class Pickle;
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);
H A Dbookmark_node_data.cc43 void BookmarkNodeData::Element::WriteToPickle(Pickle* pickle) const {
57 bool BookmarkNodeData::Element::ReadFromPickle(Pickle* pickle,
162 Pickle pickle;
173 Pickle pickle(data.data(), data.size());
233 Pickle data_pickle;
245 Pickle drag_data_pickle;
263 void BookmarkNodeData::WriteToPickle(Profile* profile, Pickle* pickle) const {
272 bool BookmarkNodeData::ReadFromPickle(Pickle* pickle) {
/external/chromium/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.h19 class Pickle;
93 static void SerializeValue(const PasswordFormList& forms, Pickle* pickle);
101 const Pickle& pickle,
104 // Convenience function to read a GURL from a Pickle. Assumes the URL has
106 static bool ReadGURL(const Pickle& pickle, void** iter, GURL* url);
H A Dnative_backend_kwallet_x.cc217 Pickle pickle(byte_array->data, byte_array->len);
314 Pickle pickle(byte_array->data, byte_array->len);
392 Pickle pickle(byte_array->data, byte_array->len);
420 Pickle value;
461 Pickle* pickle) {
484 const Pickle::Header* header =
485 reinterpret_cast<const Pickle::Header*>(byte_array->data);
495 const Pickle& pickle,
545 bool NativeBackendKWallet::ReadGURL(const Pickle& pickle, void** iter,
/external/chromium/chrome/common/extensions/
H A Duser_script.h17 class Pickle;
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);
H A Duser_script.cc93 void UserScript::File::Pickle(::Pickle* pickle) const { function in class:UserScript::File
99 void UserScript::File::Unpickle(const ::Pickle& pickle, void** iter) {
106 void UserScript::Pickle(::Pickle* pickle) const { function in class:UserScript
137 file->Pickle(pickle);
144 file->Pickle(pickle);
148 void UserScript::Unpickle(const ::Pickle& pickle, void** iter) {
/external/chromium/net/base/
H A Dio_buffer.h129 Pickle* pickle() { return &pickle_; }
138 Pickle pickle_;
H A Dx509_certificate.h38 class Pickle;
118 // When reading a certificate from a Pickle, the Pickle only contains a
122 // When reading a certificate from a Pickle, the Pickle contains the
165 static scoped_refptr<X509Certificate> CreateFromPickle(const Pickle& pickle,
201 void Persist(Pickle* pickle);
424 static OSCertHandle ReadCertHandleFromPickle(const Pickle& pickle,
428 static bool WriteCertHandleToPickle(OSCertHandle handle, Pickle* pickle);

Completed in 251 milliseconds

123