HomeSort by relevance Sort by last modified time
    Searched refs:SetProxyConfig (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.h 21 // GetProxyConfig and SetProxyConfig.
46 // SetProxyConfig.
51 void SetProxyConfig(const UIProxyConfig& config);
ui_proxy_config_service.cc 106 void UIProxyConfigService::SetProxyConfig(const UIProxyConfig& config) {
proxy_cros_settings_parser.cc 284 config_service->SetProxyConfig(config);
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 34 void SetProxyConfig(const net::ProxyConfig config,
168 delegate_service_->SetProxyConfig(config2, CONFIG_VALID);
189 delegate_service_->SetProxyConfig(config3, CONFIG_VALID);
205 delegate_service_->SetProxyConfig(config4, CONFIG_VALID);
217 delegate_service_->SetProxyConfig(net::ProxyConfig::CreateDirect(),
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc 38 void SetProxyConfig(const net::ProxyConfig config,
179 delegate_service_->SetProxyConfig(config2, CONFIG_VALID);
200 delegate_service_->SetProxyConfig(config3, CONFIG_VALID);
216 delegate_service_->SetProxyConfig(config4, CONFIG_VALID);
228 delegate_service_->SetProxyConfig(net::ProxyConfig::CreateDirect(),
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 286 void SetProxyConfig(net::URLRequestContextGetter* context,
sync_test.cc 605 SetProxyConfig(profile->GetRequestContext(),
620 SetProxyConfig(profile->GetRequestContext(), config);
833 void SyncTest::SetProxyConfig(net::URLRequestContextGetter* context_getter,
  /external/chromium/chrome/browser/automation/
automation_provider.h 230 void SetProxyConfig(const std::string& new_proxy_config);
automation_provider.cc 316 IPC_MESSAGE_HANDLER(AutomationMsg_SetProxyConfig, SetProxyConfig)
570 void AutomationProvider::SetProxyConfig(const std::string& new_proxy_config) {
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider.h 239 void SetProxyConfig(const std::string& new_proxy_config);
automation_provider.cc 414 IPC_MESSAGE_HANDLER(AutomationMsg_SetProxyConfig, SetProxyConfig)
573 void AutomationProvider::SetProxyConfig(const std::string& new_proxy_config) {

Completed in 784 milliseconds