Home
last modified time | relevance | path

Searched refs:sm_spdy_interface_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/tools/flip_server/
Dhttp_interface.cc23 sm_spdy_interface_(sm_spdy_interface), in HttpSM()
42 sm_spdy_interface_->SendDataFrame(stream_id_, input, size, 0, false); in ProcessBodyData()
62 sm_spdy_interface_->SendSynReply(stream_id_, headers); in ProcessHeaders()
70 sm_spdy_interface_->SendEOF(stream_id_); in MessageDone()
91 sm_spdy_interface_ = sm_spdy_interface; in InitSMInterface()
162 sm_spdy_interface_->SendEOF(stream_id_); in ResetForNewConnection()
166 if (sm_spdy_interface_) { in ResetForNewConnection()
167 sm_spdy_interface_->ResetForNewInterface(server_idx_); in ResetForNewConnection()
198 sm_spdy_interface_->ResetForNewInterface(server_idx_); in SendEOF()
Dsm_connection.cc51 sm_spdy_interface_(NULL), in SMConnection()
392 << (sm_spdy_interface_ ? "Creating" : "Reusing") in SetupProtocolInterfaces()
394 if (sm_spdy_interface_) in SetupProtocolInterfaces()
395 sm_spdy_interface_->CreateFramer(version); in SetupProtocolInterfaces()
397 sm_spdy_interface_ = new SpdySM( in SetupProtocolInterfaces()
399 sm_interface_ = sm_spdy_interface_; in SetupProtocolInterfaces()
Dsm_connection.h150 SpdySM* sm_spdy_interface_; variable
Dhttp_interface.h133 SMInterface* sm_spdy_interface_; variable