Home
last modified time | relevance | path

Searched refs:NotifyNetworkStateHandler (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/net/
Dproxy_config_handler.cc30 void NotifyNetworkStateHandler(const std::string& service_path) { in NotifyNetworkStateHandler() function
108 base::Bind(&NotifyNetworkStateHandler, network.path()), in SetProxyConfigForNetwork()
120 base::Bind(&NotifyNetworkStateHandler, network.path()), in SetProxyConfigForNetwork()
/external/chromium_org/chromeos/network/
Dnetwork_cert_migrator.cc169 &MigrationTask::NotifyNetworkStateHandler, this, service_path), in ClearNssProperty()
200 &MigrationTask::NotifyNetworkStateHandler, this, service_path), in SetNssAndPemProperties()
215 NotifyNetworkStateHandler(service_path); in LogErrorAndNotifyNetworkStateHandler()
218 void NotifyNetworkStateHandler(const std::string& service_path) { in NotifyNetworkStateHandler() function in chromeos::NetworkCertMigrator::MigrationTask