Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_network_session.h55 static uint16 fixed_http_port() { return g_fixed_http_port; } in fixed_http_port()
56 static void set_fixed_http_port(uint16 port) { g_fixed_http_port = port; } in set_fixed_http_port()
75 static uint16 g_fixed_http_port; variable
Dhttp_network_session.cc19 uint16 HttpNetworkSession::g_fixed_http_port = 0; member in net::HttpNetworkSession