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

  /external/chromium/net/proxy/
proxy_config_service_win.cc 79 STLDeleteElements(&keys_to_watch_);
91 if (!keys_to_watch_.empty())
133 keys_to_watch_.push_back(entry.release());
140 for (it = keys_to_watch_.begin(); it != keys_to_watch_.end(); ++it) {
145 DCHECK(it != keys_to_watch_.end());
149 keys_to_watch_.erase(it);
proxy_config_service_win.h 59 // Creates a new KeyEntry and appends it to |keys_to_watch_|. If the key
74 KeyEntryList keys_to_watch_; member in class:net::ProxyConfigServiceWin
  /external/chromium_org/net/proxy/
proxy_config_service_win.cc 79 STLDeleteElements(&keys_to_watch_);
91 if (!keys_to_watch_.empty())
133 keys_to_watch_.push_back(entry.release());
140 for (it = keys_to_watch_.begin(); it != keys_to_watch_.end(); ++it) {
145 DCHECK(it != keys_to_watch_.end());
149 keys_to_watch_.erase(it);
proxy_config_service_win.h 60 // Creates a new KeyEntry and appends it to |keys_to_watch_|. If the key
75 KeyEntryList keys_to_watch_; member in class:net::ProxyConfigServiceWin

Completed in 209 milliseconds