Home
last modified time | relevance | path

Searched refs:sm_http_interface_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/tools/flip_server/
Dsm_connection.cc52 sm_http_interface_(NULL), in SMConnection()
366 << (sm_http_interface_ ? "Creating" : "Reusing") in SetupProtocolInterfaces()
368 if (!sm_http_interface_) in SetupProtocolInterfaces()
369 sm_http_interface_ = new HttpSM(this, NULL, memory_cache_, acceptor_); in SetupProtocolInterfaces()
370 sm_interface_ = sm_http_interface_; in SetupProtocolInterfaces()
Dsm_connection.h151 SMInterface* sm_http_interface_; variable