Searched refs:httpProxyTracker (Results 1 – 3 of 3) sorted by relevance
259 NetHttpProxyTracker httpProxyTracker; in LoadGlobalHttpProxy() local260 httpProxyTracker.ReadFromSettingsData(globalHttpProxy_); in LoadGlobalHttpProxy()
1951 NetHttpProxyTracker httpProxyTracker; in SetGlobalHttpProxy() local1953 if (!httpProxyTracker.WriteToSettingsData(newHttpProxy)) { in SetGlobalHttpProxy()1958 if (!httpProxyTracker.WriteToSettingsDataUser(newHttpProxy, userId)) { in SetGlobalHttpProxy()2059 NetHttpProxyTracker httpProxyTracker; in LoadGlobalHttpProxy() local2062 httpProxyTracker.ReadFromSettingsData(tmpHttpProxy); in LoadGlobalHttpProxy()2064 httpProxyTracker.ReadFromSettingsDataUser(tmpHttpProxy, userId); in LoadGlobalHttpProxy()
117 NetHttpProxyTracker httpProxyTracker; in SetUpTestCase() local120 httpProxyTracker.ReadFromSettingsData(httpProxy); in SetUpTestCase()943 NetHttpProxyTracker httpProxyTracker; variable946 std::list<std::string> list = httpProxyTracker.ParseExclusionList(exclusions);949 std::string result = httpProxyTracker.GetExclusionsAsString(list);