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

/external/chromium_org/net/tools/flip_server/
H A Dflip_config.cc20 int spdy_only,
36 spdy_only_(spdy_only),
91 VLOG(1) << "\tSpdy Only : " << (spdy_only ? "true" : "false");
112 int spdy_only,
129 spdy_only,
11 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
103 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.cc307 int spdy_only = atoi(valueArgs[8].c_str()); local
319 spdy_only,

Completed in 68 milliseconds