Home
last modified time | relevance | path

Searched refs:GetPingSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_framer.h535 size_t GetPingSize() const;
Dspdy_framer.cc257 size_t SpdyFramer::GetPingSize() const { in GetPingSize() function in net::SpdyFramer
940 if (current_frame_length_ != GetPingSize()) { in ProcessControlFrameHeader()
2548 SpdyFrameBuilder builder(GetPingSize(), protocol_version()); in SerializePing()
2560 DCHECK_EQ(GetPingSize(), builder.length()); in SerializePing()
Dspdy_framer_test.cc4310 EXPECT_EQ(17u, framer.GetPingSize()); in TEST_P()
4327 EXPECT_EQ(12u, framer.GetPingSize()); in TEST_P()