Home
last modified time | relevance | path

Searched refs:WriteUInt32 (Results 1 – 16 of 16) sorted by relevance

/external/chromium/webkit/glue/
Dwebcursor_unittest.cc26 ok_custom_pickle.WriteUInt32(0); in TEST()
28 ok_custom_pickle.WriteUInt32(0); in TEST()
43 short_custom_pickle.WriteUInt32(0); in TEST()
45 ok_custom_pickle.WriteUInt32(0); in TEST()
62 large_custom_pickle.WriteUInt32(0); in TEST()
64 ok_custom_pickle.WriteUInt32(0); in TEST()
79 neg_custom_pickle.WriteUInt32(0); in TEST()
81 neg_custom_pickle.WriteUInt32(0); in TEST()
112 ok_custom_pickle.WriteUInt32(0); in TEST()
114 ok_custom_pickle.WriteUInt32(0); in TEST()
Dwebcursor_win.cc216 return pickle->WriteUInt32(reinterpret_cast<uint32>(external_cursor_)); in SerializePlatformData()
/external/chromium/net/spdy/
Dspdy_framer.cc252 frame.WriteUInt32(0); // Placeholder for the length and flags in CreateSynStream()
253 frame.WriteUInt32(stream_id); in CreateSynStream()
254 frame.WriteUInt32(associated_stream_id); in CreateSynStream()
292 frame.WriteUInt32(0); // Placeholder for the length and flags. in CreateSynReply()
293 frame.WriteUInt32(stream_id); in CreateSynReply()
333 frame.WriteUInt32(8); in CreateRstStream()
334 frame.WriteUInt32(stream_id); in CreateRstStream()
335 frame.WriteUInt32(status); in CreateRstStream()
347 frame.WriteUInt32(settings_size); in CreateSettings()
348 frame.WriteUInt32(values.size()); in CreateSettings()
[all …]
Dspdy_framer_test.cc244 frame.WriteUInt32(0); // Placeholder for the length. in TEST_F()
245 frame.WriteUInt32(3); // stream_id in TEST_F()
246 frame.WriteUInt32(0); // associated stream id in TEST_F()
272 frame1.WriteUInt32(0); // Placeholder for the length. in TEST_F()
273 frame1.WriteUInt32(3); // stream_id in TEST_F()
287 frame2.WriteUInt32(0); // Placeholder for the length. in TEST_F()
288 frame2.WriteUInt32(3); // stream_id in TEST_F()
313 frame.WriteUInt32(0); // Placeholder for the length. in TEST_F()
314 frame.WriteUInt32(3); // stream_id in TEST_F()
315 frame.WriteUInt32(0); // associated stream id in TEST_F()
[all …]
Dspdy_frame_builder.h70 bool WriteUInt32(uint32 value) { in WriteUInt32() function
/external/chromium/third_party/libjingle/source/talk/session/phone/
Drtpdump.cc51 buf->WriteUInt32(start_sec); in WriteToByteBuffer()
52 buf->WriteUInt32(start_usec); in WriteToByteBuffer()
53 buf->WriteUInt32(source); in WriteToByteBuffer()
275 buffer.WriteUInt32(timestamp); in UpdateDumpPacket()
312 buf.WriteUInt32(elapsed); in WritePacket()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.cc343 buf->WriteUInt32(ip_); in Write()
368 buf->WriteUInt32(bits_); in Write()
452 buf->WriteUInt32(error_code()); in Write()
548 buf->WriteUInt32((preallocate_ ? 4 : 0) | prefs_); in Write()
/external/chromium/third_party/libjingle/source/talk/base/
Dbytebuffer.h60 void WriteUInt32(uint32 val);
Dbytebuffer.cc158 void ByteBuffer::WriteUInt32(uint32 val) { in WriteUInt32() function in talk_base::ByteBuffer
Dsocketadapters.cc696 request.WriteUInt32(dest_.ip()); // Destination IP in SendConnect()
834 response.WriteUInt32(addr.ip()); in SendConnectResult()
/external/chromium/base/
Dpickle.h105 bool WriteUInt32(uint32 value) { in WriteUInt32() function
/external/chromium/net/socket/
Ddns_cert_provenance_checker.cc265 p.WriteUInt32(pad_bytes); in BuildEncryptedReport()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc219 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h330 static void WriteUInt32 (field_number, uint32 value, output);
Dextension_set.cc1218 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, in SerializeMessageSetItemWithCachedSizes()
/external/chromium/base/metrics/
Dhistogram.cc221 pickle.WriteUInt32(histogram.range_checksum()); in SerializeHistogramInfo()