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

123

/external/chromium_org/content/common/cursors/
H A Dwebcursor_unittest.cc29 ok_custom_pickle.WriteUInt32(0);
31 ok_custom_pickle.WriteUInt32(0);
51 short_custom_pickle.WriteUInt32(0);
70 large_custom_pickle.WriteUInt32(0);
87 neg_custom_pickle.WriteUInt32(0);
89 neg_custom_pickle.WriteUInt32(0);
106 scale_zero_custom_pickle.WriteUInt32(0);
108 scale_zero_custom_pickle.WriteUInt32(0);
125 scale_tiny_custom_pickle.WriteUInt32(0);
127 scale_tiny_custom_pickle.WriteUInt32(
[all...]
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_shm_linux.cc16 request.WriteUInt32(length);
H A Dfont_config_ipc_linux.cc61 request.WriteUInt32(requestedStyle);
101 request.WriteUInt32(identity.fID);
H A Dssl_status_serialization.cc21 pickle.WriteUInt32(cert_status);
H A Dchild_process_sandbox_support_impl_linux.cc127 request.WriteUInt32(charset);
128 request.WriteUInt32(fallback_family);
/external/chromium_org/skia/ext/
H A Dskia_utils_base.cc47 return pickle->WriteUInt32(identity.fID) &&
48 pickle->WriteUInt32(identity.fTTCIndex) &&
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.cc116 void WriteUInt32(uint32 data) { function in class:__anon5980::DataOutputStream
298 stream.WriteUInt32(kFileHeaderSignature);
304 stream.WriteUInt32(crc);
305 stream.WriteUInt32(compressed_data.length());
306 stream.WriteUInt32(uncompressed_size);
315 stream.WriteUInt32(kCentralDirSignature);
322 stream.WriteUInt32(crc);
323 stream.WriteUInt32(compressed_data.length());
324 stream.WriteUInt32(uncompressed_size);
330 stream.WriteUInt32(
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.cc70 buffer.WriteUInt32(frame.width);
71 buffer.WriteUInt32(frame.height);
72 buffer.WriteUInt32(frame.fourcc);
73 buffer.WriteUInt32(frame.pixel_width);
74 buffer.WriteUInt32(frame.pixel_height);
77 buffer.WriteUInt32(size);
/external/chromium_org/net/quic/crypto/
H A Dcrypto_framer.cc112 if (!writer.WriteUInt32(message.tag())) {
144 if (!writer.WriteUInt32(it->first)) {
149 if (!writer.WriteUInt32(end_offset)) {
278 if (!writer->WriteUInt32(kPAD)) {
283 if (!writer->WriteUInt32(*end_offset)) {
H A Dquic_server_info.cc126 !p.WriteUInt32(state_.certs.size())) {
/external/chromium_org/net/quic/
H A Dquic_data_writer.cc45 bool QuicDataWriter::WriteUInt32(uint32 value) { function in class:net::QuicDataWriter
52 return WriteUInt32(lo) && WriteUInt16(hi);
186 bool success = WriteUInt32(value);
H A Dquic_data_writer.h43 bool WriteUInt32(uint32 value);
H A Dquic_data_writer_test.cc19 writer.WriteUInt32(0xfefdfcfb);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump.cc57 buf->WriteUInt32(start_sec);
58 buf->WriteUInt32(start_usec);
59 buf->WriteUInt32(source);
312 buffer.WriteUInt32(timestamp);
377 buf.WriteUInt32(elapsed);
/external/chromium_org/build/mac/
H A Dchange_mach_o_flags.py164 def WriteUInt32(file, uint32, endian): function
218 WriteUInt32(file, flags, endian)
/external/chromium_org/net/spdy/
H A Dspdy_frame_builder.h103 bool WriteUInt32(uint32 value) { function in class:net::SpdyFrameBuilder
H A Dspdy_frame_builder_test.cc51 builder.WriteUInt32(0); // Write the number of settings.
H A Dspdy_frame_builder.cc88 success &= WriteUInt32(stream_id);
128 success &= WriteUInt32(stream_id);
146 if (!WriteUInt32(value.size())) {
H A Dspdy_framer.cc1178 frame->WriteUInt32(headers->size()); // Number of headers.
2393 builder.WriteUInt32(syn_stream.stream_id());
2394 builder.WriteUInt32(syn_stream.associated_to_stream_id());
2428 builder.WriteUInt32(syn_reply.stream_id());
2469 builder.WriteUInt32(rst_stream.stream_id());
2474 builder.WriteUInt32(rst_stream.status());
2518 builder.WriteUInt32(values->size());
2541 builder.WriteUInt32(it->second.value);
2551 builder.WriteUInt32(static_cast<uint32>(ping.id()));
2582 builder.WriteUInt32(goawa
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.h63 void WriteUInt32(uint32 val);
H A Dbytebuffer_unittest.cc72 buffer.WriteUInt32(1);
148 buffer.WriteUInt32(wu32);
195 buffer.WriteUInt32(wu32);
/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.cc97 if (!pickle->WriteUInt32(hdr.size))
H A Dserialized_flash_menu.cc48 m->WriteUInt32(type);
58 m->WriteUInt32(menu->count);
H A Draw_var_data.cc179 m->WriteUInt32(static_cast<uint32_t>(data_.size()));
578 m->WriteUInt32(static_cast<uint32_t>(children_.size()));
580 m->WriteUInt32(static_cast<uint32_t>(children_[i]));
642 m->WriteUInt32(static_cast<uint32_t>(children_.size()));
645 m->WriteUInt32(static_cast<uint32_t>(children_[i].second));
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.h85 m->WriteUInt32(reinterpret_cast<uint32>(p));

Completed in 443 milliseconds

123