Home
last modified time | relevance | path

Searched refs:config_watcher_ (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dconfig_file_watcher.cc80 std::unique_ptr<base::FilePathWatcher> config_watcher_; member in remoting::ConfigFileWatcherImpl
134 DCHECK(!config_watcher_); in WatchOnIoThread()
143 config_watcher_.reset(new base::FilePathWatcher()); in WatchOnIoThread()
144 if (!config_watcher_->Watch( in WatchOnIoThread()
168 DCHECK(!config_watcher_); in ~ConfigFileWatcherImpl()
175 config_watcher_.reset(); in FinishStopping()
H A Ddaemon_process.cc51 config_watcher_ = nullptr; in ~DaemonProcess()
266 config_watcher_.reset(new ConfigFileWatcher( in Initialize()
268 config_watcher_->Watch(this); in Initialize()
H A Ddaemon_process.h180 std::unique_ptr<ConfigWatcher> config_watcher_; variable
H A Dremoting_me2me_host.cc378 std::unique_ptr<ConfigWatcher> config_watcher_; member in remoting::HostProcess
490 DCHECK(!config_watcher_); in ~HostProcess()
698 config_watcher_.reset(new ConfigFileWatcher(context_->network_task_runner(), in StartOnNetworkThread()
701 config_watcher_->Watch(this); in StartOnNetworkThread()
1699 config_watcher_.reset(); in OnHostOfflineReasonAck()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dnetwork_change_notifier_mac.cc33 config_watcher_ = std::make_unique<NetworkConfigWatcherMac>(&forwarder_); in NetworkChangeNotifierMac()
40 config_watcher_.reset(); in ~NetworkChangeNotifierMac()
H A Dnetwork_change_notifier_mac.h77 std::unique_ptr<const NetworkConfigWatcherMac> config_watcher_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/proxy_resolution/
H A Dproxy_config_service_mac.cc211 config_watcher_.reset(new NetworkConfigWatcherMac(&forwarder_)); in ProxyConfigServiceMac()
218 config_watcher_.reset(); in ~ProxyConfigServiceMac()
H A Dproxy_config_service_mac.h69 std::unique_ptr<const NetworkConfigWatcherMac> config_watcher_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/proxy_resolution/
H A Dproxy_config_service_mac.cc211 config_watcher_.reset(new NetworkConfigWatcherMac(&forwarder_)); in ProxyConfigServiceMac()
218 config_watcher_.reset(); in ~ProxyConfigServiceMac()
H A Dproxy_config_service_mac.h69 std::unique_ptr<const NetworkConfigWatcherMac> config_watcher_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dnetwork_change_notifier_mac.h79 std::unique_ptr<const NetworkConfigWatcherMac> config_watcher_; variable
H A Dnetwork_change_notifier_mac.mm38 config_watcher_ = std::make_unique<NetworkConfigWatcherMac>(&forwarder_);
45 config_watcher_.reset();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/dns/
H A Ddns_config_service_posix.cc249 if (!config_watcher_.Watch(base::BindRepeating(&Watcher::OnConfigChanged, in Watch()
293 DnsConfigWatcher config_watcher_; member in net::internal::DnsConfigServicePosix::Watcher
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/dns/
H A Ddns_config_service_posix.cc250 if (!config_watcher_.Watch(base::BindRepeating(&Watcher::OnConfigChanged, in Watch()
294 DnsConfigWatcher config_watcher_; member in net::internal::DnsConfigServicePosix::Watcher