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

  /external/chromium/net/http/
http_network_session.h 55 static uint16 fixed_http_port() { return g_fixed_http_port; }
56 static void set_fixed_http_port(uint16 port) { g_fixed_http_port = port; }
75 static uint16 g_fixed_http_port; member in class:net::HttpNetworkSession
http_network_session.cc 19 uint16 HttpNetworkSession::g_fixed_http_port = 0; member in class:net::HttpNetworkSession

Completed in 134 milliseconds