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

  /external/chromium_org/net/proxy/
proxy_config_service_win.h 42 class NET_EXPORT_PRIVATE ProxyConfigServiceWin
46 ProxyConfigServiceWin();
47 virtual ~ProxyConfigServiceWin();
proxy_config_service_win.cc 41 class ProxyConfigServiceWin::KeyEntry {
70 ProxyConfigServiceWin::ProxyConfigServiceWin()
73 &ProxyConfigServiceWin::GetCurrentProxyConfig) {
76 ProxyConfigServiceWin::~ProxyConfigServiceWin() {
83 void ProxyConfigServiceWin::AddObserver(Observer* observer) {
91 void ProxyConfigServiceWin::StartWatchingRegistryForChanges() {
125 bool ProxyConfigServiceWin::AddKeyToWatchList(HKEY rootkey,
138 void ProxyConfigServiceWin::OnObjectSignaled(HANDLE object)
    [all...]
proxy_config_service_win_unittest.cc 194 ProxyConfigServiceWin::SetFromIEConfig(&config, tests[i].ie_config);
proxy_service.cc     [all...]
  /external/chromium_org/remoting/base/
url_request_context.cc 51 return new net::ProxyConfigServiceWin();

Completed in 78 milliseconds