Searched defs:NetworkingPrivateGetNetworksFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_api.h129 class NetworkingPrivateGetNetworksFunction : public AsyncExtensionFunction { class in namespace:extensions
131 NetworkingPrivateGetNetworksFunction() {} function in class:extensions::NetworkingPrivateGetNetworksFunction
136 virtual ~NetworkingPrivateGetNetworksFunction();
145 DISALLOW_COPY_AND_ASSIGN(NetworkingPrivateGetNetworksFunction);
H A Dnetworking_private_api.cc199 // NetworkingPrivateGetNetworksFunction
201 NetworkingPrivateGetNetworksFunction::~NetworkingPrivateGetNetworksFunction() {
204 bool NetworkingPrivateGetNetworksFunction::RunAsync() {
222 base::Bind(&NetworkingPrivateGetNetworksFunction::Success, this),
223 base::Bind(&NetworkingPrivateGetNetworksFunction::Failure, this));
227 void NetworkingPrivateGetNetworksFunction::Success(
233 void NetworkingPrivateGetNetworksFunction::Failure(const std::string& error) {

Completed in 1743 milliseconds