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

  /external/chromium/net/proxy/
proxy_info.cc 9 ProxyInfo::ProxyInfo() : config_id_(ProxyConfig::INVALID_ID) {
12 void ProxyInfo::Use(const ProxyInfo& other) {
16 void ProxyInfo::UseDirect() {
20 void ProxyInfo::UseNamedProxy(const std::string& proxy_uri_list) {
24 void ProxyInfo::UseProxyServer(const ProxyServer& proxy_server) {
28 std::string ProxyInfo::ToPacString() const {
proxy_info.h 20 class ProxyInfo {
22 ProxyInfo();
26 void Use(const ProxyInfo& proxy_info);

Completed in 25 milliseconds