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

  /external/chromium_org/net/spdy/
spdy_framer.cc 162 current_frame_type_ = DATA;
665 // ProcessControlFrameHeader() will set current_frame_type_ to the
667 current_frame_type_ = DATA;
818 current_frame_type_ = NOOP;
825 current_frame_type_ = CREDENTIAL;
841 current_frame_type_ = SpdyConstants::ParseFrameType(protocol_version(),
845 switch (current_frame_type_) {
1002 << current_frame_type_; local
    [all...]
spdy_framer.h 742 SpdyFrameType current_frame_type_; member in class:net::SpdyFramer
    [all...]

Completed in 40 milliseconds