HomeSort by relevance Sort by last modified time
    Searched defs:NetworkConfigurationHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/network/
network_configuration_handler.h 33 // The NetworkConfigurationHandler class is used to create and configure
52 class CHROMEOS_EXPORT NetworkConfigurationHandler
53 : public base::SupportsWeakPtr<NetworkConfigurationHandler> {
55 ~NetworkConfigurationHandler();
111 static NetworkConfigurationHandler* InitializeForTest(
121 NetworkConfigurationHandler();
164 DISALLOW_COPY_AND_ASSIGN(NetworkConfigurationHandler);
network_configuration_handler.cc 108 class NetworkConfigurationHandler::ProfileEntryDeleter
111 ProfileEntryDeleter(NetworkConfigurationHandler* handler,
194 NetworkConfigurationHandler* owner_; // Unowned
205 // NetworkConfigurationHandler
207 void NetworkConfigurationHandler::GetProperties(
218 void NetworkConfigurationHandler::SetProperties(
234 base::Bind(&NetworkConfigurationHandler::SetPropertiesSuccessCallback,
236 base::Bind(&NetworkConfigurationHandler::SetPropertiesErrorCallback,
240 void NetworkConfigurationHandler::ClearProperties(
258 base::Bind(&NetworkConfigurationHandler::ClearPropertiesSuccessCallback
    [all...]

Completed in 54 milliseconds