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

  /external/chromium_org/net/tools/flip_server/
spdy_interface.cc 36 SMInterface* sm_http_interface,
87 SMInterface* sm_http_interface = local
89 return sm_http_interface;
95 SMInterface* sm_http_interface; local
98 sm_http_interface = NewConnectionInterface();
100 server_interface_list.push_back(sm_http_interface);
106 sm_http_interface = server_interface_list.at(server_idx);
111 sm_http_interface->InitSMInterface(this, server_idx);
112 sm_http_interface->InitSMConnection(NULL,
113 sm_http_interface,
271 SMInterface* sm_http_interface = local
    [all...]
spdy_interface.h 30 SMInterface* sm_http_interface,
37 virtual void InitSMInterface(SMInterface* sm_http_interface,
spdy_interface_test.cc 103 SMInterface* sm_http_interface,
109 sm_http_interface,

Completed in 540 milliseconds