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();
110 static NetworkConfigurationHandler* InitializeForTest(
119 NetworkConfigurationHandler();
163 DISALLOW_COPY_AND_ASSIGN(NetworkConfigurationHandler);
network_configuration_handler.cc 125 class NetworkConfigurationHandler::ProfileEntryDeleter
128 ProfileEntryDeleter(NetworkConfigurationHandler* handler,
213 NetworkConfigurationHandler* owner_; // Unowned
224 // NetworkConfigurationHandler
226 void NetworkConfigurationHandler::GetProperties(
236 void NetworkConfigurationHandler::SetProperties(
252 base::Bind(&NetworkConfigurationHandler::SetPropertiesSuccessCallback,
254 base::Bind(&NetworkConfigurationHandler::SetPropertiesErrorCallback,
258 void NetworkConfigurationHandler::ClearProperties(
276 base::Bind(&NetworkConfigurationHandler::ClearPropertiesSuccessCallback
    [all...]

Completed in 72 milliseconds