Searched refs:NetworkChangeNotifierCast (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromecast/net/
H A Dnetwork_change_notifier_cast.cc9 NetworkChangeNotifierCast::NetworkChangeNotifierCast() { function in class:chromecast::NetworkChangeNotifierCast
12 NetworkChangeNotifierCast::~NetworkChangeNotifierCast() {
16 NetworkChangeNotifierCast::GetCurrentConnectionType() const {
H A Dnetwork_change_notifier_cast.h17 class NetworkChangeNotifierCast : public net::NetworkChangeNotifier { class in namespace:chromecast
19 NetworkChangeNotifierCast();
20 virtual ~NetworkChangeNotifierCast();
29 DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifierCast);
H A Dnetwork_change_notifier_factory_cast.cc13 return new NetworkChangeNotifierCast();
H A Dnetwork_change_notifier_factory_cast.h14 class NetworkChangeNotifierCast;
25 static NetworkChangeNotifierCast* GetInstance();

Completed in 100 milliseconds