Lines Matching refs:dict2
253 ProxyConfigDictionary dict2(prefs2->GetDictionary(prefs::kProxy));
254 assertProxyMode(dict2, ProxyPrefs::MODE_FIXED_SERVERS);
255 assertProxyServer(dict2, "ghi");
256 assertPacUrl(dict2, "");
257 assertBypassList(dict2, "abc");
290 ProxyConfigDictionary dict2(prefs2->GetDictionary(prefs::kProxy));
291 assertProxyModeWithoutParams(dict2, ProxyPrefs::MODE_AUTO_DETECT);
319 ProxyConfigDictionary dict2(prefs2->GetDictionary(prefs::kProxy));
320 assertProxyModeWithoutParams(dict2, ProxyPrefs::MODE_AUTO_DETECT);
348 ProxyConfigDictionary dict2(prefs2->GetDictionary(prefs::kProxy));
349 assertProxyModeWithoutParams(dict2, ProxyPrefs::MODE_DIRECT);