Searched refs:fixed_https_port (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/http/
H A Dhttp_network_session.h58 static uint16 fixed_https_port() { return g_fixed_https_port; } function in class:net::HttpNetworkSession
H A Dhttp_network_transaction.cc664 if (session_->fixed_https_port() != 0)
665 port = session_->fixed_https_port();
/external/chromium/net/flip/
H A Dflip_network_transaction.cc225 if (session_->fixed_https_port() != 0)
226 port = session_->fixed_https_port();

Completed in 15 milliseconds