Searched refs:GetPingSize (Results 1 – 3 of 3) sorted by relevance
535 size_t GetPingSize() const;
257 size_t SpdyFramer::GetPingSize() const { in GetPingSize() function in net::SpdyFramer940 if (current_frame_length_ != GetPingSize()) { in ProcessControlFrameHeader()2548 SpdyFrameBuilder builder(GetPingSize(), protocol_version()); in SerializePing()2560 DCHECK_EQ(GetPingSize(), builder.length()); in SerializePing()
4310 EXPECT_EQ(17u, framer.GetPingSize()); in TEST_P()4327 EXPECT_EQ(12u, framer.GetPingSize()); in TEST_P()