WriteUInt16       229 base/pickle.h    bool WriteUInt16(uint16 value) {
WriteUInt16        78 base/pickle_unittest.cc   EXPECT_TRUE(pickle.WriteUInt16(testuint16));
WriteUInt16       294 chrome/test/chromedriver/util.cc     stream.WriteUInt16(version_needed);
WriteUInt16       295 chrome/test/chromedriver/util.cc     stream.WriteUInt16(bit_flag);
WriteUInt16       296 chrome/test/chromedriver/util.cc     stream.WriteUInt16(compression_method);
WriteUInt16       297 chrome/test/chromedriver/util.cc     stream.WriteUInt16(mod_time);
WriteUInt16       298 chrome/test/chromedriver/util.cc     stream.WriteUInt16(mod_date);
WriteUInt16       302 chrome/test/chromedriver/util.cc     stream.WriteUInt16(name.length());
WriteUInt16       303 chrome/test/chromedriver/util.cc     stream.WriteUInt16(fields.length());
WriteUInt16       311 chrome/test/chromedriver/util.cc     stream.WriteUInt16(0x14);  // Version made by. Unused at version 0.
WriteUInt16       312 chrome/test/chromedriver/util.cc     stream.WriteUInt16(version_needed);
WriteUInt16       313 chrome/test/chromedriver/util.cc     stream.WriteUInt16(bit_flag);
WriteUInt16       314 chrome/test/chromedriver/util.cc     stream.WriteUInt16(compression_method);
WriteUInt16       315 chrome/test/chromedriver/util.cc     stream.WriteUInt16(mod_time);
WriteUInt16       316 chrome/test/chromedriver/util.cc     stream.WriteUInt16(mod_date);
WriteUInt16       320 chrome/test/chromedriver/util.cc     stream.WriteUInt16(name.length());
WriteUInt16       321 chrome/test/chromedriver/util.cc     stream.WriteUInt16(fields.length());
WriteUInt16       322 chrome/test/chromedriver/util.cc     stream.WriteUInt16(0);  // Comment length.
WriteUInt16       323 chrome/test/chromedriver/util.cc     stream.WriteUInt16(0);  // Disk number where file starts.
WriteUInt16       324 chrome/test/chromedriver/util.cc     stream.WriteUInt16(0);  // Internal file attr.
WriteUInt16       333 chrome/test/chromedriver/util.cc     stream.WriteUInt16(0);  // num of this disk
WriteUInt16       334 chrome/test/chromedriver/util.cc     stream.WriteUInt16(0);  // disk where cd starts
WriteUInt16       335 chrome/test/chromedriver/util.cc     stream.WriteUInt16(1);  // number of cds on this disk
WriteUInt16       336 chrome/test/chromedriver/util.cc     stream.WriteUInt16(1);  // total cds
WriteUInt16       339 chrome/test/chromedriver/util.cc     stream.WriteUInt16(0);  // comment len
WriteUInt16        29 content/common/ssl_status_serialization.cc     pickle.WriteUInt16(iter->status);
WriteUInt16       344 net/http/http_response_info.cc         pickle->WriteUInt16(it->status);
WriteUInt16       353 net/http/http_response_info.cc   pickle->WriteUInt16(socket_address.port());
WriteUInt16       116 net/quic/crypto/crypto_framer.cc   if (!writer.WriteUInt16(num_entries)) {
WriteUInt16       120 net/quic/crypto/crypto_framer.cc   if (!writer.WriteUInt16(0)) {
WriteUInt16        52 net/quic/quic_data_writer.cc   return WriteUInt32(lo) && WriteUInt16(hi);
WriteUInt16       102 net/quic/quic_data_writer.cc   if (!WriteUInt16(val.size())) {
WriteUInt16        42 net/quic/quic_data_writer.h   bool WriteUInt16(uint16 value);
WriteUInt16      2014 net/quic/quic_framer.cc       return writer->WriteUInt16(
WriteUInt16      2044 net/quic/quic_framer.cc     if (!writer->WriteUInt16(frame.data.TotalBufferSize())) {
WriteUInt16      2228 net/quic/quic_framer.cc         if (!writer->WriteUInt16(0)) {
WriteUInt16      2266 net/quic/quic_framer.cc           if (!writer->WriteUInt16(static_cast<uint16>(sequence_delta))) {
WriteUInt16      2294 net/quic/quic_framer.cc         if (!writer->WriteUInt16(0)) {
WriteUInt16      2298 net/quic/quic_framer.cc       if (!writer->WriteUInt16(receive_window)) {
WriteUInt16        69 net/spdy/spdy_frame_builder.cc   success &= WriteUInt16(kControlFlagMask | framer.protocol_version());
WriteUInt16        70 net/spdy/spdy_frame_builder.cc   success &= WriteUInt16(
WriteUInt16       110 net/spdy/spdy_frame_builder.cc     success &= WriteUInt16(capacity_ - framer.GetControlFrameHeaderSize());
WriteUInt16       112 net/spdy/spdy_frame_builder.cc     success &= WriteUInt16(capacity_ - framer.GetDataFrameMinimumSize());
WriteUInt16       128 net/spdy/spdy_frame_builder.cc   if (!WriteUInt16(static_cast<int>(value.size())))
WriteUInt16       180 net/spdy/spdy_frame_builder.cc     success = WriteUInt16(length);
WriteUInt16        87 net/spdy/spdy_frame_builder.h   bool WriteUInt16(uint16 value) {
WriteUInt16      1069 net/spdy/spdy_framer.cc     frame->WriteUInt16(headers->size());  // Number of headers.
WriteUInt16      2187 net/spdy/spdy_framer.cc     builder.WriteUInt16(0);  // Unused.
WriteUInt16      2412 net/spdy/spdy_framer.cc     builder.WriteUInt16(0);  // Unused.
WriteUInt16      2761 net/spdy/spdy_framer.cc     builder->WriteUInt16(name_value_block.size());
WriteUInt16       737 net/spdy/spdy_framer_test.cc     frame.WriteUInt16(0);  // Priority.
WriteUInt16       744 net/spdy/spdy_framer_test.cc     frame.WriteUInt16(2);  // Number of headers.
WriteUInt16       778 net/spdy/spdy_framer_test.cc     frame.WriteUInt16(0);  // Priority.
WriteUInt16       789 net/spdy/spdy_framer_test.cc     frame.WriteUInt16(1);  // Number of headers.