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

  /external/chromium/net/proxy/
proxy_config_service_win.h 42 class ProxyConfigServiceWin : public PollingProxyConfigService,
45 ProxyConfigServiceWin();
46 virtual ~ProxyConfigServiceWin();
proxy_config_service_win.cc 40 class ProxyConfigServiceWin::KeyEntry {
69 ProxyConfigServiceWin::ProxyConfigServiceWin()
72 &ProxyConfigServiceWin::GetCurrentProxyConfig) {
75 ProxyConfigServiceWin::~ProxyConfigServiceWin() {
82 void ProxyConfigServiceWin::AddObserver(Observer* observer) {
90 void ProxyConfigServiceWin::StartWatchingRegistryForChanges() {
124 bool ProxyConfigServiceWin::AddKeyToWatchList(HKEY rootkey,
137 void ProxyConfigServiceWin::OnObjectSignaled(HANDLE object)
    [all...]

Completed in 171 milliseconds