Lines Matching full:framer
40 void FramerSetEnableCompressionHelper(SpdyFramer* framer, bool compress);
53 // decoded from the framer.
59 virtual void OnError(SpdyFramer* framer) = 0;
129 // The maximum size of header data chunks delivered to the framer visitor
134 // Create a new Framer.
138 // Set callbacks to be called from the framer. A visitor must be set, or
139 // else the framer will likely crash. It is acceptable for the visitor
146 // Pass data into the framer for parsing.
151 // Resets the framer state after a frame has been successfully decoded.
155 // Check the state of the framer.
332 friend void test::FramerSetEnableCompressionHelper(SpdyFramer* framer,
413 // Set the error code and moves the framer into the error state.