Searched refs:NetworkConfigurationHandler (Results 1 – 14 of 14) sorted by relevance
117 class NetworkConfigurationHandler::ProfileEntryDeleter120 ProfileEntryDeleter(NetworkConfigurationHandler* handler, in ProfileEntryDeleter()205 NetworkConfigurationHandler* owner_; // Unowned218 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 …]
52 class CHROMEOS_EXPORT NetworkConfigurationHandler53 : public base::SupportsWeakPtr<NetworkConfigurationHandler> {55 ~NetworkConfigurationHandler();111 static NetworkConfigurationHandler* InitializeForTest(121 NetworkConfigurationHandler();165 DISALLOW_COPY_AND_ASSIGN(NetworkConfigurationHandler);
22 class NetworkConfigurationHandler; variable56 NetworkConfigurationHandler* network_configuration_handler();74 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_;
27 class NetworkConfigurationHandler; variable113 NetworkConfigurationHandler* network_configuration_handler);132 NetworkConfigurationHandler* network_configuration_handler_;
37 network_configuration_handler_.reset(new NetworkConfigurationHandler()); in NetworkHandler()112 NetworkConfigurationHandler* NetworkHandler::network_configuration_handler() { in network_configuration_handler()
144 NetworkConfigurationHandler* network_configuration_handler);195 NetworkConfigurationHandler* network_configuration_handler_;
51 NetworkConfigurationHandler::InitializeForTest( in SetUp()132 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_;
127 network_config_handler_.reset(new NetworkConfigurationHandler()); in SetupNetworkHandlers()230 scoped_ptr<NetworkConfigurationHandler> network_config_handler_;
125 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_;
181 NetworkConfigurationHandler::InitializeForTest( in SetUp()264 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_;
573 NetworkConfigurationHandler* network_configuration_handler) { in Init()
163 NetworkConfigurationHandler* network_configuration_handler) { in Init()
239 NetworkConfigurationHandler* config_handler = in ImportNetworksForUser()
38 using chromeos::NetworkConfigurationHandler;