Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/network/
Dnetwork_configuration_handler.cc117 class NetworkConfigurationHandler::ProfileEntryDeleter
120 ProfileEntryDeleter(NetworkConfigurationHandler* handler, in ProfileEntryDeleter()
205 NetworkConfigurationHandler* owner_; // Unowned
218 void NetworkConfigurationHandler::GetProperties( in GetProperties()
228 void NetworkConfigurationHandler::SetProperties( in SetProperties()
244 base::Bind(&NetworkConfigurationHandler::SetPropertiesSuccessCallback, in SetProperties()
246 base::Bind(&NetworkConfigurationHandler::SetPropertiesErrorCallback, in SetProperties()
250 void NetworkConfigurationHandler::ClearProperties( in ClearProperties()
268 base::Bind(&NetworkConfigurationHandler::ClearPropertiesSuccessCallback, in ClearProperties()
270 base::Bind(&NetworkConfigurationHandler::ClearPropertiesErrorCallback, in ClearProperties()
[all …]
Dnetwork_configuration_handler.h52 class CHROMEOS_EXPORT NetworkConfigurationHandler
53 : public base::SupportsWeakPtr<NetworkConfigurationHandler> {
55 ~NetworkConfigurationHandler();
111 static NetworkConfigurationHandler* InitializeForTest(
121 NetworkConfigurationHandler();
165 DISALLOW_COPY_AND_ASSIGN(NetworkConfigurationHandler);
Dnetwork_handler.h22 class NetworkConfigurationHandler; variable
56 NetworkConfigurationHandler* network_configuration_handler();
74 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_;
Dmanaged_network_configuration_handler_impl.h27 class NetworkConfigurationHandler; variable
113 NetworkConfigurationHandler* network_configuration_handler);
132 NetworkConfigurationHandler* network_configuration_handler_;
Dnetwork_handler.cc37 network_configuration_handler_.reset(new NetworkConfigurationHandler()); in NetworkHandler()
112 NetworkConfigurationHandler* NetworkHandler::network_configuration_handler() { in network_configuration_handler()
Dnetwork_connection_handler.h144 NetworkConfigurationHandler* network_configuration_handler);
195 NetworkConfigurationHandler* network_configuration_handler_;
Dnetwork_connection_handler_unittest.cc51 NetworkConfigurationHandler::InitializeForTest( in SetUp()
132 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_;
Dclient_cert_resolver_unittest.cc127 network_config_handler_.reset(new NetworkConfigurationHandler()); in SetupNetworkHandlers()
230 scoped_ptr<NetworkConfigurationHandler> network_config_handler_;
Dnetwork_configuration_handler_unittest.cc125 network_configuration_handler_.reset(new NetworkConfigurationHandler()); in SetUp()
209 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_;
442 network_configuration_handler_.reset(new NetworkConfigurationHandler()); in SetUp()
495 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_;
Dmanaged_network_configuration_handler_unittest.cc181 NetworkConfigurationHandler::InitializeForTest( in SetUp()
264 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_;
Dmanaged_network_configuration_handler_impl.cc573 NetworkConfigurationHandler* network_configuration_handler) { in Init()
Dnetwork_connection_handler.cc163 NetworkConfigurationHandler* network_configuration_handler) { in Init()
/external/chromium_org/chrome/browser/chromeos/net/
Donc_utils.cc239 NetworkConfigurationHandler* config_handler = in ImportNetworksForUser()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_connect.cc38 using chromeos::NetworkConfigurationHandler;