HomeSort by relevance Sort by last modified time
    Searched refs:WriteUInt32 (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium/webkit/glue/
webcursor_unittest.cc 26 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(0)
    [all...]
  /external/chromium_org/content/common/
child_process_sandbox_support_impl_shm_linux.cc 16 request.WriteUInt32(length);
ssl_status_serialization.cc 18 pickle.WriteUInt32(cert_status);
font_config_ipc_linux.cc 61 request.WriteUInt32(requestedStyle);
101 request.WriteUInt32(identity.fID);
  /external/chromium_org/webkit/common/cursors/
webcursor_unittest.cc 27 ok_custom_pickle.WriteUInt32(0);
29 ok_custom_pickle.WriteUInt32(0);
56 short_custom_pickle.WriteUInt32(0);
75 large_custom_pickle.WriteUInt32(0);
92 neg_custom_pickle.WriteUInt32(0);
94 neg_custom_pickle.WriteUInt32(0);
111 scale_zero_custom_pickle.WriteUInt32(0);
113 scale_zero_custom_pickle.WriteUInt32(0);
130 scale_tiny_custom_pickle.WriteUInt32(0);
132 scale_tiny_custom_pickle.WriteUInt32(0)
    [all...]
  /external/chromium_org/net/quic/
quic_data_writer_test.cc 16 writer.WriteUInt32(0xfefdfcfb);
quic_data_writer.h 43 bool WriteUInt32(uint32 value);
quic_data_writer.cc 45 bool QuicDataWriter::WriteUInt32(uint32 value) {
52 return WriteUInt32(lo) && WriteUInt16(hi);
136 bool success = WriteUInt32(value);
  /external/chromium_org/skia/ext/
skia_utils_base.cc 47 return pickle->WriteUInt32(identity.fID) &&
48 pickle->WriteUInt32(identity.fTTCIndex) &&
  /external/chromium_org/chrome/test/chromedriver/
util.cc 111 void WriteUInt32(uint32 data) {
289 stream.WriteUInt32(kFileHeaderSignature);
295 stream.WriteUInt32(crc);
296 stream.WriteUInt32(compressed_data.length());
297 stream.WriteUInt32(uncompressed_size);
306 stream.WriteUInt32(kCentralDirSignature);
313 stream.WriteUInt32(crc);
314 stream.WriteUInt32(compressed_data.length());
315 stream.WriteUInt32(uncompressed_size);
321 stream.WriteUInt32(0); // External file attr
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 69 buffer.WriteUInt32(frame.width);
70 buffer.WriteUInt32(frame.height);
71 buffer.WriteUInt32(frame.fourcc);
72 buffer.WriteUInt32(frame.pixel_width);
73 buffer.WriteUInt32(frame.pixel_height);
76 buffer.WriteUInt32(size);
  /external/chromium_org/chrome/test/webdriver/
webdriver_util.cc 98 void WriteUInt32(uint32 data) {
276 stream.WriteUInt32(kFileHeaderSignature);
282 stream.WriteUInt32(crc);
283 stream.WriteUInt32(compressed_data.length());
284 stream.WriteUInt32(uncompressed_size);
293 stream.WriteUInt32(kCentralDirSignature);
300 stream.WriteUInt32(crc);
301 stream.WriteUInt32(compressed_data.length());
302 stream.WriteUInt32(uncompressed_size);
308 stream.WriteUInt32(0); // External file attr
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_framer.cc 114 if (!writer.WriteUInt32(message.tag())) {
146 if (!writer.WriteUInt32(it->first)) {
151 if (!writer.WriteUInt32(end_offset)) {
280 if (!writer->WriteUInt32(kPAD)) {
285 if (!writer->WriteUInt32(*end_offset)) {
  /external/chromium_org/net/spdy/
spdy_frame_builder.cc 84 success &= WriteUInt32(stream_id);
109 success &= WriteUInt32(stream_id);
127 if (!WriteUInt32(value.size())) {
spdy_frame_builder.h 91 bool WriteUInt32(uint32 value) {
spdy_frame_builder_test.cc 54 builder.WriteUInt32(0); // Write the number of settings.
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.h 60 void WriteUInt32(uint32 val);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 51 buf->WriteUInt32(start_sec);
52 buf->WriteUInt32(start_usec);
53 buf->WriteUInt32(source);
275 buffer.WriteUInt32(timestamp);
312 buf.WriteUInt32(elapsed);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.cc 57 buf->WriteUInt32(start_sec);
58 buf->WriteUInt32(start_usec);
59 buf->WriteUInt32(source);
312 buffer.WriteUInt32(timestamp);
377 buf.WriteUInt32(elapsed);
  /external/chromium/net/spdy/
spdy_framer.cc 549 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(values.size())
    [all...]
spdy_frame_builder.h 70 bool WriteUInt32(uint32 value) {
  /external/chromium_org/build/mac/
change_mach_o_flags.py 164 def WriteUInt32(file, uint32, endian):
218 WriteUInt32(file, flags, endian)
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.h 80 void WriteUInt32(uint32 val);
bytebuffer_unittest.cc 89 buffer.WriteUInt32(1);
165 buffer.WriteUInt32(wu32);
212 buffer.WriteUInt32(wu32);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 343 buf->WriteUInt32(ip_);
368 buf->WriteUInt32(bits_);
452 buf->WriteUInt32(error_code());
548 buf->WriteUInt32((preallocate_ ? 4 : 0) | prefs_);

Completed in 907 milliseconds

1 2 3