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

  /external/chromium/net/base/
network_change_notifier_linux.h 25 virtual bool IsCurrentlyOffline() const;
network_change_notifier_win.h 27 virtual bool IsCurrentlyOffline() const;
network_change_notifier.h 56 virtual bool IsCurrentlyOffline() const = 0;
network_change_notifier_mac.h 23 virtual bool IsCurrentlyOffline() const;
network_change_notifier.cc 27 virtual bool IsCurrentlyOffline() const { return false; }
53 g_network_change_notifier->IsCurrentlyOffline();
network_change_notifier_mac.cc 19 bool NetworkChangeNotifierMac::IsCurrentlyOffline() const {
network_change_notifier_win.cc 76 bool NetworkChangeNotifierWin::IsCurrentlyOffline() const {
network_change_notifier_linux.cc 164 bool NetworkChangeNotifierLinux::IsCurrentlyOffline() const {
  /external/chromium/chrome/browser/chromeos/net/
network_change_notifier_chromeos.h 26 virtual bool IsCurrentlyOffline() const OVERRIDE;
network_change_notifier_chromeos.cc 35 bool NetworkChangeNotifierChromeos::IsCurrentlyOffline() const {

Completed in 290 milliseconds