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

/external/chromium/webkit/glue/
H A Dwebcursor_unittest.cc26 ok_custom_pickle.WriteUInt32(0);
28 ok_custom_pickle.WriteUInt32(0);
43 short_custom_pickle.WriteUInt32(0);
45 ok_custom_pickle.WriteUInt32(0);
62 large_custom_pickle.WriteUInt32(0);
64 ok_custom_pickle.WriteUInt32(0);
79 neg_custom_pickle.WriteUInt32(0);
81 neg_custom_pickle.WriteUInt32(0);
112 ok_custom_pickle.WriteUInt32(0);
114 ok_custom_pickle.WriteUInt32(
[all...]
H A Dwebcursor_win.cc216 return pickle->WriteUInt32(reinterpret_cast<uint32>(external_cursor_));
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.h60 void WriteUInt32(uint32 val);
H A Dbytebuffer.cc158 void ByteBuffer::WriteUInt32(uint32 val) { function in class:talk_base::ByteBuffer
H A Dsocketadapters.cc696 request.WriteUInt32(dest_.ip()); // Destination IP
834 response.WriteUInt32(addr.ip());
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtpdump.cc51 buf->WriteUInt32(start_sec);
52 buf->WriteUInt32(start_usec);
53 buf->WriteUInt32(source);
275 buffer.WriteUInt32(timestamp);
312 buf.WriteUInt32(elapsed);
/external/chromium/net/spdy/
H A Dspdy_framer.cc549 frame.WriteUInt32(0); // Placeholder for the length and flags
550 frame.WriteUInt32(stream_id);
551 frame.WriteUInt32(associated_stream_id);
590 frame.WriteUInt32(0); // Placeholder for the length and flags.
591 frame.WriteUInt32(stream_id);
632 frame.WriteUInt32(8);
633 frame.WriteUInt32(stream_id);
634 frame.WriteUInt32(status);
646 frame.WriteUInt32(settings_size);
647 frame.WriteUInt32(value
[all...]
H A Dspdy_frame_builder.h70 bool WriteUInt32(uint32 value) { function in class:spdy::SpdyFrameBuilder
H A Dspdy_framer_test.cc255 frame.WriteUInt32(0); // Placeholder for the length.
256 frame.WriteUInt32(3); // stream_id
257 frame.WriteUInt32(0); // associated stream id
283 frame1.WriteUInt32(0); // Placeholder for the length.
284 frame1.WriteUInt32(3); // stream_id
298 frame2.WriteUInt32(0); // Placeholder for the length.
299 frame2.WriteUInt32(3); // stream_id
324 frame.WriteUInt32(0); // Placeholder for the length.
325 frame.WriteUInt32(3); // stream_id
326 frame.WriteUInt32(
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc343 buf->WriteUInt32(ip_);
368 buf->WriteUInt32(bits_);
452 buf->WriteUInt32(error_code());
548 buf->WriteUInt32((preallocate_ ? 4 : 0) | prefs_);
/external/chromium/base/
H A Dpickle.h105 bool WriteUInt32(uint32 value) { function in class:Pickle
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc219 void WireFormatLite::WriteUInt32(int field_number, uint32 value, function in class:google::protobuf::internal::WireFormatLite
H A Dwire_format_lite.h330 static void WriteUInt32 (field_number, uint32 value, output);
H A Dextension_set.cc1218 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber,
/external/chromium/net/socket/
H A Ddns_cert_provenance_checker.cc265 p.WriteUInt32(pad_bytes);
/external/chromium/base/metrics/
H A Dhistogram.cc221 pickle.WriteUInt32(histogram.range_checksum());

Completed in 617 milliseconds