Searched refs:HttpSM (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dhttp_interface.cc15 HttpSM::HttpSM(SMConnection* connection, function in class:net::HttpSM
33 HttpSM::~HttpSM() {
38 void HttpSM::ProcessBodyData(const char* input, size_t size) {
40 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Process Body Data: stream "
46 void HttpSM::ProcessHeaders(const BalsaHeaders& headers) {
59 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Received Response from "
66 void HttpSM::MessageDone() {
68 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM
[all...]
H A Dhttp_interface.h25 class HttpSM : public BalsaVisitorInterface, public SMInterface { class in namespace:net
27 HttpSM(SMConnection* connection,
31 virtual ~HttpSM();
H A Dhttp_interface_test.cc83 interface_.reset(new HttpSM(connection_.get(),
108 scoped_ptr<HttpSM> interface_;
H A Dsm_connection.cc369 sm_http_interface_ = new HttpSM(this, NULL, memory_cache_, acceptor_);
H A Dspdy_interface.cc88 new HttpSM(server_connection, this, memory_cache_, acceptor_);
/external/chromium/net/tools/flip_server/
H A Dhttp_interface.cc15 HttpSM::HttpSM(SMConnection* connection, function in class:net::HttpSM
35 HttpSM::~HttpSM() {
40 void HttpSM::ProcessBodyData(const char *input, size_t size) {
42 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Process Body Data: stream "
48 void HttpSM::ProcessHeaders(const BalsaHeaders& headers) {
60 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Received Response from "
67 void HttpSM::MessageDone() {
69 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM
[all...]
H A Dhttp_interface.h24 class HttpSM : public BalsaVisitorInterface, class in namespace:net
27 HttpSM(SMConnection* connection,
32 virtual ~HttpSM();
H A Dsm_connection.cc352 sm_http_interface_ = new HttpSM(this,
H A Dspdy_interface.cc112 SMInterface *sm_http_interface = new HttpSM(server_connection,

Completed in 175 milliseconds