HomeSort by relevance Sort by last modified time
    Searched refs:header_block_len (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/flip/
flip_protocol.h 317 int header_block_len() const { function in class:flip::FlipSynStreamControlFrame
344 int header_block_len() const { function in class:flip::FlipSynReplyControlFrame
flip_protocol_test.cc 79 EXPECT_EQ(2, syn_frame->header_block_len());
88 EXPECT_EQ(2, syn_reply->header_block_len());
flip_framer.cc 409 int header_length = syn_frame.header_block_len();
614 *payload_length = syn_frame->header_block_len();

Completed in 136 milliseconds