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

  /external/chromium_org/chromeos/network/
network_activation_handler.h 17 // The NetworkActivationHandler class allows making service specific
19 class CHROMEOS_EXPORT NetworkActivationHandler
20 : public base::SupportsWeakPtr<NetworkActivationHandler> {
28 virtual ~NetworkActivationHandler();
54 NetworkActivationHandler();
73 DISALLOW_COPY_AND_ASSIGN(NetworkActivationHandler);
network_activation_handler.cc 18 const char NetworkActivationHandler::kErrorShillError[] = "shill-error";
20 NetworkActivationHandler::NetworkActivationHandler() {}
21 NetworkActivationHandler::~NetworkActivationHandler() {}
23 void NetworkActivationHandler::Activate(
32 void NetworkActivationHandler::CompleteActivation(
40 void NetworkActivationHandler::CallShillActivate(
49 base::Bind(&NetworkActivationHandler::HandleShillSuccess,
55 void NetworkActivationHandler::CallShillCompleteActivation
    [all...]

Completed in 73 milliseconds