http_framer_ 19 net/tools/flip_server/http_interface.cc : http_framer_(new BalsaFrame), http_framer_ 28 net/tools/flip_server/http_interface.cc http_framer_->set_balsa_visitor(this); http_framer_ 29 net/tools/flip_server/http_interface.cc http_framer_->set_balsa_headers(&headers_); http_framer_ 31 net/tools/flip_server/http_interface.cc http_framer_->set_is_request(false); http_framer_ 35 net/tools/flip_server/http_interface.cc delete http_framer_; http_framer_ 118 net/tools/flip_server/http_interface.cc return http_framer_->ProcessInput(data, len); http_framer_ 135 net/tools/flip_server/http_interface.cc return http_framer_->MessageFullyRead(); http_framer_ 140 net/tools/flip_server/http_interface.cc bool HttpSM::Error() const { return http_framer_->Error(); } http_framer_ 143 net/tools/flip_server/http_interface.cc return BalsaFrameEnums::ErrorCodeToString(http_framer_->ErrorCode()); http_framer_ 148 net/tools/flip_server/http_interface.cc http_framer_->Reset(); http_framer_ 165 net/tools/flip_server/http_interface.cc http_framer_->Reset(); http_framer_ 70 net/tools/flip_server/http_interface.h BalsaFrame* spdy_framer() { return http_framer_; } http_framer_ 127 net/tools/flip_server/http_interface.h BalsaFrame* http_framer_; http_framer_ 29 net/tools/flip_server/streamer_interface.cc http_framer_->set_balsa_visitor(this); http_framer_ 30 net/tools/flip_server/streamer_interface.cc http_framer_->set_balsa_headers(&headers_); http_framer_ 31 net/tools/flip_server/streamer_interface.cc http_framer_->set_is_request(false); http_framer_ 37 net/tools/flip_server/streamer_interface.cc delete http_framer_; http_framer_ 42 net/tools/flip_server/streamer_interface.cc http_framer_->set_is_request(true); http_framer_ 73 net/tools/flip_server/streamer_interface.cc return http_framer_->ProcessInput(data, len); http_framer_ 96 net/tools/flip_server/streamer_interface.cc return http_framer_->MessageFullyRead(); http_framer_ 105 net/tools/flip_server/streamer_interface.cc http_framer_->Reset(); http_framer_ 109 net/tools/flip_server/streamer_interface.cc http_framer_->Reset(); http_framer_ 115 net/tools/flip_server/streamer_interface.cc http_framer_->Reset(); http_framer_ 130 net/tools/flip_server/streamer_interface.h BalsaFrame* http_framer_;