protocol_version  446 chrome/browser/extensions/install_signer.cc   int protocol_version = 0;
protocol_version  451 chrome/browser/extensions/install_signer.cc   dictionary->GetInteger(kProtocolVersionKey, &protocol_version);
protocol_version  456 chrome/browser/extensions/install_signer.cc       protocol_version == 1 && !signature_base64.empty() &&
protocol_version  227 net/spdy/buffered_spdy_framer.cc   return spdy_framer_.protocol_version();
protocol_version  168 net/spdy/buffered_spdy_framer.h   SpdyMajorVersion protocol_version();
protocol_version   63 net/spdy/spdy_frame_builder.cc   DCHECK_GT(4, framer.protocol_version());
protocol_version   65 net/spdy/spdy_frame_builder.cc             SpdyConstants::SerializeFrameType(framer.protocol_version(), type));
protocol_version   69 net/spdy/spdy_frame_builder.cc   success &= WriteUInt16(kControlFlagMask | framer.protocol_version());
protocol_version   71 net/spdy/spdy_frame_builder.cc       SpdyConstants::SerializeFrameType(framer.protocol_version(), type));
protocol_version   80 net/spdy/spdy_frame_builder.cc   if (framer.protocol_version() >= 4) {
protocol_version  102 net/spdy/spdy_frame_builder.cc             SpdyConstants::SerializeFrameType(framer.protocol_version(), type));
protocol_version  104 net/spdy/spdy_frame_builder.cc   DCHECK_LE(4, framer.protocol_version());
protocol_version  115 net/spdy/spdy_frame_builder.cc       SpdyConstants::SerializeFrameType(framer.protocol_version(), type));
protocol_version  160 net/spdy/spdy_frame_builder.cc   if (framer.protocol_version() < 4) {
protocol_version  169 net/spdy/spdy_frame_builder.cc   if (framer.protocol_version() < 4) {
protocol_version  189 net/spdy/spdy_frame_builder.cc   DCHECK_LE(SPDY4, framer.protocol_version());
protocol_version  177 net/spdy/spdy_framer.cc   switch (protocol_version()) {
protocol_version  190 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  206 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  213 net/spdy/spdy_framer.cc   if (protocol_version() < SPDY3) {
protocol_version  222 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  237 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  246 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  266 net/spdy/spdy_framer.cc   if (protocol_version() >= 3) {
protocol_version  277 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  284 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY2) {
protocol_version  293 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  305 net/spdy/spdy_framer.cc   DCHECK_LE(4, protocol_version());
protocol_version  312 net/spdy/spdy_framer.cc   DCHECK_LE(4, protocol_version());
protocol_version  329 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  534 net/spdy/spdy_framer.cc             data, len, protocol_version() > SPDY3);
protocol_version  637 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  662 net/spdy/spdy_framer.cc     version = protocol_version();
protocol_version  692 net/spdy/spdy_framer.cc         SpdyConstants::SerializeFrameType(protocol_version(), CONTINUATION));
protocol_version  728 net/spdy/spdy_framer.cc     if (protocol_version() > SPDY3) {
protocol_version  735 net/spdy/spdy_framer.cc     if (protocol_version() > SPDY3) {
protocol_version  759 net/spdy/spdy_framer.cc   } else if (version != protocol_version()) {
protocol_version  763 net/spdy/spdy_framer.cc              << " (expected " << protocol_version() << ")";
protocol_version  777 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version  787 net/spdy/spdy_framer.cc       DCHECK_EQ(SPDY3, protocol_version());
protocol_version  794 net/spdy/spdy_framer.cc   if (!SpdyConstants::IsValidFrameType(protocol_version(),
protocol_version  797 net/spdy/spdy_framer.cc                   << " (protocol version: " << protocol_version() << ")";
protocol_version  802 net/spdy/spdy_framer.cc   current_frame_type_ = SpdyConstants::ParseFrameType(protocol_version(),
protocol_version  827 net/spdy/spdy_framer.cc            protocol_version() <= SPDY3) ||
protocol_version  829 net/spdy/spdy_framer.cc            protocol_version() > SPDY3)) {
protocol_version  839 net/spdy/spdy_framer.cc       size_t values_prefix_size = (protocol_version() <= SPDY3 ? 4 : 0);
protocol_version  841 net/spdy/spdy_framer.cc       size_t setting_size = (protocol_version() <= SPDY3 ? 8 : 5);
protocol_version  848 net/spdy/spdy_framer.cc       } else if (protocol_version() <= SPDY3 &&
protocol_version  852 net/spdy/spdy_framer.cc       } else if (protocol_version() > SPDY3 &&
protocol_version  855 net/spdy/spdy_framer.cc       } else if (protocol_version() > SPDY3 &&
protocol_version  865 net/spdy/spdy_framer.cc       } else if ((protocol_version() <= SPDY3 && current_frame_flags_ != 0) ||
protocol_version  877 net/spdy/spdy_framer.cc              protocol_version() <= SPDY3) ||
protocol_version  879 net/spdy/spdy_framer.cc              protocol_version() > SPDY3)) {
protocol_version  889 net/spdy/spdy_framer.cc         if (protocol_version() > SPDY3 &&
protocol_version  895 net/spdy/spdy_framer.cc         } else if (protocol_version() <= SPDY3 &&
protocol_version  898 net/spdy/spdy_framer.cc         } else if (protocol_version() > SPDY3 && current_frame_flags_ &
protocol_version  922 net/spdy/spdy_framer.cc       } else if (protocol_version() <= SPDY3 && current_frame_flags_ != 0) {
protocol_version  924 net/spdy/spdy_framer.cc       } else if (protocol_version() > SPDY3 && current_frame_flags_ &
protocol_version  986 net/spdy/spdy_framer.cc       if (protocol_version() > SPDY3 &&
protocol_version 1272 net/spdy/spdy_framer.cc           DCHECK_GE(SPDY3, protocol_version());
protocol_version 1288 net/spdy/spdy_framer.cc           if (protocol_version() <= SPDY2) {
protocol_version 1314 net/spdy/spdy_framer.cc         if (protocol_version() > SPDY3 &&
protocol_version 1328 net/spdy/spdy_framer.cc           if (protocol_version() > SPDY3) {
protocol_version 1332 net/spdy/spdy_framer.cc           if (protocol_version() <= SPDY3) {
protocol_version 1340 net/spdy/spdy_framer.cc           if (protocol_version() <= SPDY2) {
protocol_version 1344 net/spdy/spdy_framer.cc           if (protocol_version() > SPDY3 &&
protocol_version 1353 net/spdy/spdy_framer.cc           if (protocol_version() > SPDY3 && has_priority) {
protocol_version 1361 net/spdy/spdy_framer.cc             if (protocol_version() > SPDY3 && has_priority) {
protocol_version 1373 net/spdy/spdy_framer.cc           } else if (protocol_version() > SPDY3 &&
protocol_version 1394 net/spdy/spdy_framer.cc           DCHECK_LT(SPDY3, protocol_version());
protocol_version 1483 net/spdy/spdy_framer.cc     if (enable_compression_ && protocol_version() <= SPDY3) {
protocol_version 1540 net/spdy/spdy_framer.cc   size_t setting_size = protocol_version() <= SPDY3 ? 8 : 5;
protocol_version 1590 net/spdy/spdy_framer.cc   DCHECK_LT(SPDY3, protocol_version());
protocol_version 1600 net/spdy/spdy_framer.cc       GetSerializedLength(protocol_version(), &block));
protocol_version 1617 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 1620 net/spdy/spdy_framer.cc       SettingsFlagsAndId::FromWireFormat(protocol_version(), id_and_flags_wire);
protocol_version 1630 net/spdy/spdy_framer.cc   if (!SpdyConstants::IsValidSettingId(protocol_version(), id_field)) {
protocol_version 1634 net/spdy/spdy_framer.cc   id = SpdyConstants::ParseSettingId(protocol_version(), id_field);
protocol_version 1636 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 1675 net/spdy/spdy_framer.cc           bool is_ack = protocol_version() > SPDY3 &&
protocol_version 1678 net/spdy/spdy_framer.cc           if (protocol_version() <= SPDY3) {
protocol_version 1693 net/spdy/spdy_framer.cc           if (protocol_version() <= SPDY3) {
protocol_version 1705 net/spdy/spdy_framer.cc           DCHECK_LT(SPDY3, protocol_version());
protocol_version 1749 net/spdy/spdy_framer.cc       if (protocol_version() >= SPDY3) {
protocol_version 1810 net/spdy/spdy_framer.cc       if (protocol_version() <= SPDY3) {
protocol_version 1962 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY2) {
protocol_version 1981 net/spdy/spdy_framer.cc     if ((protocol_version() <= SPDY2) ? !reader.ReadStringPiece16(&temp)
protocol_version 1990 net/spdy/spdy_framer.cc     if ((protocol_version() <= SPDY2) ? !reader.ReadStringPiece16(&temp)
protocol_version 2017 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2064 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2092 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2108 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2117 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2121 net/spdy/spdy_framer.cc     builder.WriteUInt8(priority << ((protocol_version() <= SPDY2) ? 6 : 5));
protocol_version 2131 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2138 net/spdy/spdy_framer.cc     const size_t payload_len = protocol_version() > SPDY3 ?
protocol_version 2140 net/spdy/spdy_framer.cc         GetSerializedLength(protocol_version(),
protocol_version 2160 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2168 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2177 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2186 net/spdy/spdy_framer.cc   if (protocol_version() < SPDY3) {
protocol_version 2190 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2197 net/spdy/spdy_framer.cc     const size_t payload_len = protocol_version() > SPDY3 ?
protocol_version 2199 net/spdy/spdy_framer.cc         GetSerializedLength(protocol_version(),
protocol_version 2218 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2224 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2234 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3 && rst_stream.description().size() > 0) {
protocol_version 2247 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2258 net/spdy/spdy_framer.cc   size_t setting_size = (protocol_version() <= SPDY3 ? 8 : 5);
protocol_version 2263 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2270 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3 && settings.is_ack()) {
protocol_version 2274 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2281 net/spdy/spdy_framer.cc     if (protocol_version() <= SPDY3) {
protocol_version 2291 net/spdy/spdy_framer.cc           SpdyConstants::SerializeSettingId(protocol_version(), it->first));
protocol_version 2292 net/spdy/spdy_framer.cc       uint32 id_and_flags_wire = flags_and_id.GetWireFormat(protocol_version());
protocol_version 2295 net/spdy/spdy_framer.cc       builder.WriteUInt8(SpdyConstants::SerializeSettingId(protocol_version(),
protocol_version 2305 net/spdy/spdy_framer.cc   DCHECK_LT(SPDY3, protocol_version());
protocol_version 2313 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2333 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2339 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2349 net/spdy/spdy_framer.cc   if (protocol_version() >= SPDY3) {
protocol_version 2354 net/spdy/spdy_framer.cc   if ((protocol_version() > SPDY3) && (goaway.description().size() > 0)) {
protocol_version 2369 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2391 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2399 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2411 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY2) {
protocol_version 2416 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2423 net/spdy/spdy_framer.cc     const size_t payload_len = protocol_version() > SPDY3 ?
protocol_version 2425 net/spdy/spdy_framer.cc         GetSerializedLength(protocol_version(),
protocol_version 2439 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY3) {
protocol_version 2455 net/spdy/spdy_framer.cc   DCHECK_LT(SPDY3, protocol_version());
protocol_version 2464 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2478 net/spdy/spdy_framer.cc   if (protocol_version() > SPDY3) {
protocol_version 2485 net/spdy/spdy_framer.cc     const size_t payload_len = protocol_version() > SPDY3 ?
protocol_version 2487 net/spdy/spdy_framer.cc         GetSerializedLength(protocol_version(),
protocol_version 2501 net/spdy/spdy_framer.cc   CHECK_LT(SPDY3, protocol_version());
protocol_version 2593 net/spdy/spdy_framer.cc   CHECK_GE(SPDY3, protocol_version());
protocol_version 2595 net/spdy/spdy_framer.cc     GetSerializedLength(protocol_version(), &headers);
protocol_version 2633 net/spdy/spdy_framer.cc     const char* dictionary = (protocol_version() <= SPDY2) ?
protocol_version 2635 net/spdy/spdy_framer.cc     const int dictionary_size = (protocol_version() <= SPDY2) ?
protocol_version 2696 net/spdy/spdy_framer.cc       const char* dictionary = (protocol_version() <= SPDY2) ? kV2Dictionary
protocol_version 2698 net/spdy/spdy_framer.cc       const int dictionary_size = (protocol_version() <= SPDY2) ?
protocol_version 2701 net/spdy/spdy_framer.cc       const uLong dictionary_id = (protocol_version() <= SPDY2) ?
protocol_version 2760 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY2) {
protocol_version 2770 net/spdy/spdy_framer.cc     if (protocol_version() <= SPDY2) {
protocol_version 2783 net/spdy/spdy_framer.cc   CHECK_GE(SPDY3, protocol_version());
protocol_version 2791 net/spdy/spdy_framer.cc       protocol_version(), &(frame.name_value_block()));
protocol_version  494 net/spdy/spdy_framer.h   SpdyMajorVersion protocol_version() const { return spdy_version_; }
protocol_version   57 net/spdy/spdy_framer_test.cc     DecompressionVisitor visitor(framer->protocol_version());
protocol_version   68 net/spdy/spdy_framer_test.cc                    framer->protocol_version());
protocol_version  356 net/spdy/spdy_framer_test.cc     DCHECK_GE(4, framer_.protocol_version());
protocol_version  361 net/spdy/spdy_framer_test.cc     if (framer_.protocol_version() < 4) { return; }
protocol_version   24 net/spdy/spdy_http_utils.cc                                SpdyMajorVersion protocol_version,
protocol_version   26 net/spdy/spdy_http_utils.cc   std::string status_key = (protocol_version >= SPDY3) ? ":status" : "status";
protocol_version   28 net/spdy/spdy_http_utils.cc       (protocol_version >= SPDY3) ? ":version" : "version";
protocol_version   67 net/spdy/spdy_http_utils.cc       if (protocol_version >= 3 && it->first[0] == ':')
protocol_version   86 net/spdy/spdy_http_utils.cc                                       SpdyMajorVersion protocol_version,
protocol_version  107 net/spdy/spdy_http_utils.cc   if (protocol_version < SPDY3) {
protocol_version  133 net/spdy/spdy_http_utils.cc     SpdyMajorVersion protocol_version) {
protocol_version  136 net/spdy/spdy_http_utils.cc   if (protocol_version == SPDY2) {
protocol_version  151 net/spdy/spdy_http_utils.cc     SpdyMajorVersion protocol_version) {
protocol_version  154 net/spdy/spdy_http_utils.cc   SpdyPriority idle_cutoff = (protocol_version == SPDY2) ? 3 : 5;
protocol_version  160 net/spdy/spdy_http_utils.cc                            SpdyMajorVersion protocol_version,
protocol_version  163 net/spdy/spdy_http_utils.cc   if (pushed && protocol_version == SPDY2) {
protocol_version  172 net/spdy/spdy_http_utils.cc   const char* scheme_header = protocol_version >= SPDY3 ? ":scheme" : "scheme";
protocol_version  173 net/spdy/spdy_http_utils.cc   const char* host_header = protocol_version >= SPDY3 ? ":host" : "host";
protocol_version  174 net/spdy/spdy_http_utils.cc   const char* path_header = protocol_version >= SPDY3 ? ":path" : "url";
protocol_version   27 net/spdy/spdy_http_utils.h                                SpdyMajorVersion protocol_version,
protocol_version   36 net/spdy/spdy_http_utils.h     SpdyMajorVersion protocol_version,
protocol_version   42 net/spdy/spdy_http_utils.h                            SpdyMajorVersion protocol_version,
protocol_version   47 net/spdy/spdy_http_utils.h     SpdyMajorVersion protocol_version);
protocol_version   51 net/spdy/spdy_http_utils.h     SpdyMajorVersion protocol_version);
protocol_version  836 net/spdy/spdy_session.cc   return buffered_spdy_framer_->protocol_version();
protocol_version 2677 net/spdy/spdy_session_unittest.cc             session->buffered_spdy_framer_->protocol_version());
protocol_version 3487 net/third_party/nss/ssl/ssl3con.c     case protocol_version: 	error = SSL_ERROR_PROTOCOL_VERSION_ALERT; break;
protocol_version 6425 net/third_party/nss/ssl/ssl3con.c     	desc = (version > SSL_LIBRARY_VERSION_3_0) ? protocol_version 
protocol_version 8068 net/third_party/nss/ssl/ssl3con.c     	desc = (version > SSL_LIBRARY_VERSION_3_0) ? protocol_version 
protocol_version 8842 net/third_party/nss/ssl/ssl3con.c     	desc = (version > SSL_LIBRARY_VERSION_3_0) ? protocol_version : handshake_failure;
protocol_version  177 net/tools/flip_server/spdy_interface.h     return buffered_spdy_framer_->protocol_version();
protocol_version  257 sync/engine/syncer_proto_util.cc       ClientToServerMessage::default_instance().protocol_version();
protocol_version  268 sync/engine/syncer_proto_util.cc   DCHECK_EQ(msg.protocol_version(),
protocol_version  269 sync/engine/syncer_proto_util.cc             ClientToServerMessage::default_instance().protocol_version());
protocol_version  989 sync/protocol/proto_value_conversions.cc   SET_INT32(protocol_version);