Searched defs:spdy_only (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dflip_config.cc18 int spdy_only,
34 spdy_only_(spdy_only),
91 VLOG(1) << "\tSpdy Only : " << (spdy_only?"true":"flase");
113 int spdy_only,
130 spdy_only,
9 FlipAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void *memory_cache) argument
104 AddAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void *memory_cache) argument
H A Dflip_in_mem_edsm_server.cc314 int spdy_only = atoi(valueArgs[8].c_str()); local
322 spdy_only,

Completed in 43 milliseconds