Home
last modified time | relevance | path

Searched refs:IsCurrentlyOffline (Results 1 – 10 of 10) sorted by relevance

/external/chromium/net/base/
Dnetwork_change_notifier.cc27 virtual bool IsCurrentlyOffline() const { return false; } in IsCurrentlyOffline() function in net::__anon9be9e56a0111::MockNetworkChangeNotifier
53 g_network_change_notifier->IsCurrentlyOffline(); in IsOffline()
Dnetwork_change_notifier_linux.h25 virtual bool IsCurrentlyOffline() const;
Dnetwork_change_notifier_win.h27 virtual bool IsCurrentlyOffline() const;
Dnetwork_change_notifier_mac.h23 virtual bool IsCurrentlyOffline() const;
Dnetwork_change_notifier.h56 virtual bool IsCurrentlyOffline() const = 0;
Dnetwork_change_notifier_mac.cc19 bool NetworkChangeNotifierMac::IsCurrentlyOffline() const { in IsCurrentlyOffline() function in net::NetworkChangeNotifierMac
Dnetwork_change_notifier_win.cc76 bool NetworkChangeNotifierWin::IsCurrentlyOffline() const { in IsCurrentlyOffline() function in net::NetworkChangeNotifierWin
Dnetwork_change_notifier_linux.cc164 bool NetworkChangeNotifierLinux::IsCurrentlyOffline() const { in IsCurrentlyOffline() function in net::NetworkChangeNotifierLinux
/external/chromium/chrome/browser/chromeos/net/
Dnetwork_change_notifier_chromeos.h26 virtual bool IsCurrentlyOffline() const OVERRIDE;
Dnetwork_change_notifier_chromeos.cc35 bool NetworkChangeNotifierChromeos::IsCurrentlyOffline() const { in IsCurrentlyOffline() function in chromeos::NetworkChangeNotifierChromeos