Searched defs:current_frame_type_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/net/spdy/
H A Dspdy_framer.cc182 current_frame_type_ = DATA;
683 // ProcessControlFrameHeader() will set current_frame_type_ to the
685 current_frame_type_ = DATA;
842 current_frame_type_ = CREDENTIAL;
879 current_frame_type_ = SpdyConstants::ParseFrameType(protocol_version(),
883 switch (current_frame_type_) {
1039 << current_frame_type_; local
1060 if (current_frame_type_ == GOAWAY) {
1065 if (current_frame_type_ == RST_STREAM) {
1070 if (current_frame_type_
[all...]
H A Dspdy_framer.h761 SpdyFrameType current_frame_type_; member in class:net::SpdyFramer

Completed in 289 milliseconds