HomeSort by relevance Sort by last modified time
    Searched refs:NetworkChangeNotifierCast (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chromecast/net/
network_change_notifier_cast.cc 9 NetworkChangeNotifierCast::NetworkChangeNotifierCast() {
12 NetworkChangeNotifierCast::~NetworkChangeNotifierCast() {
16 NetworkChangeNotifierCast::GetCurrentConnectionType() const {
network_change_notifier_cast.h 17 class NetworkChangeNotifierCast : public net::NetworkChangeNotifier {
19 NetworkChangeNotifierCast();
20 virtual ~NetworkChangeNotifierCast();
29 DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifierCast);
network_change_notifier_factory_cast.cc 13 return new NetworkChangeNotifierCast();
network_change_notifier_factory_cast.h 14 class NetworkChangeNotifierCast;
25 static NetworkChangeNotifierCast* GetInstance();

Completed in 66 milliseconds