Searched refs:SetProxyConfig (Results 1 – 3 of 3) sorted by relevance
34 void SetProxyConfig(const net::ProxyConfig config, in SetProxyConfig() function in __anonfa3dd2c60111::TestProxyConfigService168 delegate_service_->SetProxyConfig(config2, CONFIG_VALID); in TEST_F()189 delegate_service_->SetProxyConfig(config3, CONFIG_VALID); in TEST_F()205 delegate_service_->SetProxyConfig(config4, CONFIG_VALID); in TEST_F()217 delegate_service_->SetProxyConfig(net::ProxyConfig::CreateDirect(), in TEST_F()
230 void SetProxyConfig(const std::string& new_proxy_config);
316 IPC_MESSAGE_HANDLER(AutomationMsg_SetProxyConfig, SetProxyConfig) in OnMessageReceived()570 void AutomationProvider::SetProxyConfig(const std::string& new_proxy_config) { in SetProxyConfig() function in AutomationProvider