HomeSort by relevance Sort by last modified time
    Searched refs:Pickle (Results 76 - 100 of 210) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/base/metrics/
histogram_base_unittest.cc 11 #include "base/pickle.h"
44 Pickle pickle; local
45 ASSERT_TRUE(histogram->SerializeInfo(&pickle));
47 PickleIterator iter(pickle);
53 PickleIterator iter2(pickle);
72 Pickle pickle; local
73 ASSERT_TRUE(histogram->SerializeInfo(&pickle));
74 histogram->SnapshotSamples()->Serialize(&pickle);
103 Pickle pickle; local
125 Pickle pickle; local
152 Pickle pickle; local
174 Pickle pickle; local
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data.cc 10 #include "base/pickle.h"
37 void BookmarkNodeData::Element::WriteToPickle(Pickle* pickle) const {
38 pickle->WriteBool(is_url);
39 pickle->WriteString(url.spec());
40 pickle->WriteString16(title);
41 pickle->WriteInt64(id_);
43 pickle->WriteUInt64(children.size());
46 i->WriteToPickle(pickle);
51 bool BookmarkNodeData::Element::ReadFromPickle(Pickle* pickle
153 Pickle pickle; local
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_validation_cache_unittest.cc 5 #include "base/pickle.h"
147 Pickle pickle; local
148 cache1.Serialize(&pickle);
149 ASSERT_TRUE(cache2.Deserialize(&pickle));
160 Pickle pickle; local
161 cache1.Serialize(&pickle);
162 Pickle truncated(static_cast<const char*>(pickle.data()), pickle.size()-20)
173 Pickle pickle; local
    [all...]
  /external/chromium_org/content/zygote/
zygote_linux.cc 18 #include "base/pickle.h"
122 Pickle pickle(buf, len);
123 PickleIterator iter(pickle);
126 if (pickle.ReadInt(&iter, &kind)) {
130 return HandleForkRequest(fd, pickle, iter, fds);
135 HandleReapRequest(fd, pickle, iter);
140 HandleGetTerminationStatus(fd, pickle, iter);
143 HandleGetSandboxStatus(fd, pickle, iter);
159 const Pickle& pickle
    [all...]
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 20 #include "base/pickle.h"
236 Pickle write_pickle;
261 Pickle read_pickle(reinterpret_cast<char*>(reply_buf), msg_len);
286 RAW_LOG(ERROR, "Could not read pickle");
318 Pickle pickle(buf, msg_len);
319 PickleIterator iter(pickle);
321 if (pickle.ReadInt(&iter, &command_type)) {
329 temporary_ipc, pickle, iter);
349 const Pickle& read_pickle
    [all...]
  /external/chromium/net/base/
x509_certificate.h 38 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
160 // pickle. The data for this object is found relative to the given
161 // pickle_iter, which should be passed to the pickle's various Read* methods.
165 static scoped_refptr<X509Certificate> CreateFromPickle(const Pickle& pickle,
200 // Appends a representation of this object to the given pickle
    [all...]
  /external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.cc 11 #include "base/pickle.h"
27 Pickle request;
40 Pickle reply(reinterpret_cast<char*>(buf), n);
56 Pickle request;
70 Pickle reply(reinterpret_cast<char*>(buf), n);
95 Pickle request;
  /external/chromium/net/http/
http_response_headers.h 18 class Pickle;
54 // Initializes from the representation stored in the given pickle. The data
56 // be passed to the pickle's various Read* methods.
57 HttpResponseHeaders(const Pickle& pickle, void** pickle_iter);
59 // Appends a representation of this object to the given pickle.
61 void Persist(Pickle* pickle, PersistOptions options);
  /external/chromium_org/ipc/
ipc_message.h 12 #include "base/pickle.h"
35 class IPC_EXPORT Message : public Pickle {
179 return Pickle::FindNext(sizeof(Header), range_start, range_end);
190 // iter: a Pickle iterator to the current location in the message.
233 struct Header : Pickle::Header {
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_clipboard_message_filter.cc 7 #include "base/pickle.h"
40 // Functions to pack/unpack custom data from a pickle. See the header file for
68 bool IsFormatAvailableInPickle(const string16& format, const Pickle& pickle) {
69 PickleIterator iter(pickle);
73 std::string ReadDataFromPickle(const string16& format, const Pickle& pickle) {
75 PickleIterator iter(pickle);
82 Pickle* pickle) {
343 Pickle pickle; local
    [all...]
  /external/chromium_org/android_webview/native/
state_serializer_unittests.cc 10 #include "base/pickle.h"
25 Pickle pickle; local
26 bool result = internal::WriteHeaderToPickle(&pickle);
29 PickleIterator iterator(pickle);
69 Pickle pickle; local
70 bool result = internal::WriteNavigationEntryToPickle(*entry, &pickle);
74 PickleIterator iterator(pickle);
  /external/chromium_org/components/sessions/
serialized_navigation_entry.h 22 class Pickle;
76 void WriteToPickle(int max_size, Pickle* pickle) const;
  /external/chromium_org/net/disk_cache/simple/
simple_index_file.cc 14 #include "base/pickle.h"
35 uint32 CalculatePickleCRC(const Pickle& pickle) {
37 reinterpret_cast<const Bytef*>(pickle.payload()),
38 pickle.payload_size());
48 scoped_ptr<Pickle> pickle,
53 reinterpret_cast<const char*>(pickle->data()),
54 pickle->size());
55 DCHECK_EQ(bytes_written, implicit_cast<int>(pickle->size()))
199 scoped_ptr<Pickle> pickle = Serialize(index_metadata, entry_set); local
    [all...]
simple_index.h 31 class Pickle;
50 // Serialize the data into the provided pickle.
51 void Serialize(Pickle* pickle) const;
  /external/chromium_org/ppapi/proxy/
serialized_handle.h 18 class Pickle;
125 static bool WriteHeader(const Header& hdr, Pickle* pickle);
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_unittest.cc 6 #include "base/pickle.h"
64 Pickle saved_pickle;
73 Pickle restored_pickle;
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data_unittest.cc 5 #include "base/pickle.h"
42 Pickle pickle; local
43 pickle.WriteBytes(&profile_id, sizeof(profile_id));
44 pickle.WriteString(extension_id);
45 pickle.WriteInt(42);
49 pickle); local
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data_unittest.cc 5 #include "base/pickle.h"
42 Pickle pickle; local
43 pickle.WriteBytes(&profile_ptr, sizeof(&profile));
44 pickle.WriteString(extension_id);
45 pickle.WriteUInt64(42);
49 pickle); local
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 11 #include "base/pickle.h"
65 bool SendMessage(const Pickle& data, const std::vector<int>* fds);
zygote_host_impl_linux.cc 211 Pickle pickle; local
212 pickle.WriteInt(kZygoteCommandGetSandboxStatus);
213 if (!SendMessage(pickle, NULL))
218 bool ZygoteHostImpl::SendMessage(const Pickle& data,
254 Pickle pickle; local
256 pickle.WriteInt(kZygoteCommandFork);
257 pickle.WriteString(process_type);
258 pickle.WriteInt(argv.size())
445 Pickle pickle; local
458 Pickle pickle; local
    [all...]
  /external/chromium_org/net/cert/
x509_certificate.h 37 class Pickle;
112 // When serializing certificates to a new Pickle,
115 // When reading a certificate from a Pickle, the Pickle only contains a
119 // When reading a certificate from a Pickle, the Pickle contains the
126 // The Pickle contains the certificate and any certificates that were
178 // pickle. The data for this object is found relative to the given
179 // pickle_iter, which should be passed to the pickle's various Read* methods.
183 static X509Certificate* CreateFromPickle(const Pickle& pickle
    [all...]
  /external/chromium_org/webkit/common/cursors/
webcursor_aurax11.cc 58 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc 10 #include "base/pickle.h"
217 Pickle pickle(byte_array->data, byte_array->len);
219 DeserializeValue(signon_realm, pickle, &all_forms);
314 Pickle pickle(byte_array->data, byte_array->len);
315 DeserializeValue(signon_realm, pickle, forms);
392 Pickle pickle(byte_array->data, byte_array->len);
393 DeserializeValue(*realm, pickle, forms)
    [all...]
  /external/chromium_org/base/files/
file_path.h 125 class Pickle;
366 void WriteToPickle(Pickle* pickle) const;
  /external/chromium_org/base/posix/
unix_domain_socket_linux.cc 13 #include "base/pickle.h"
120 const Pickle& request) {
132 const Pickle& request) {

Completed in 1365 milliseconds

1 2 34 5 6 7 8 9