Home
last modified time | relevance | path

Searched refs:IsOffline (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium/net/base/
Dnetwork_change_notifier.cc51 bool NetworkChangeNotifier::IsOffline() { in IsOffline() function in net::NetworkChangeNotifier
110 &OnlineStateObserver::OnOnlineStateChanged, !IsOffline()); in NotifyObserversOfOnlineStateChange()
Dnetwork_change_notifier.h73 static bool IsOffline();
Dhost_resolver_impl.cc509 if (error_ != OK && NetworkChangeNotifier::IsOffline()) in OnLookupComplete()
/external/chromium_org/chrome/browser/renderer_host/
Doffline_resource_throttle.cc43 if (!net::NetworkChangeNotifier::IsOffline()) { in ShowOfflinePage()
129 return IsRemote(url) && net::NetworkChangeNotifier::IsOffline(); in ShouldShowOfflinePage()
/external/chromium_org/chrome/browser/web_resource/
Dresource_request_allowed_notifier.cc30 waiting_for_network_ = net::NetworkChangeNotifier::IsOffline(); in Init()
/external/chromium_org/net/base/
Dnetwork_change_notifier.h176 static bool IsOffline();
Dnetwork_change_notifier_win.cc305 bool current_offline = IsOffline(); in NotifyParentOfConnectionTypeChange()
Dnetwork_change_notifier.cc544 bool NetworkChangeNotifier::IsOffline() { in IsOffline() function in net::NetworkChangeNotifier
/external/chromium_org/chrome/common/extensions/api/url_handlers/
Durl_handlers_parser.cc72 if (NetworkChangeNotifier::IsOffline() && in FindMatchingUrlHandler()
/external/lzma/CPP/Windows/
DFileFind.h53 bool IsOffline() const { return MatchesMask(FILE_ATTRIBUTE_OFFLINE); } in IsOffline() function
/external/chromium_org/chrome/browser/chromeos/login/
Dmerge_session_throttle.cc119 return !net::NetworkChangeNotifier::IsOffline() && in ShouldShowMergeSessionPage()
Dlogin_utils.cc729 if (!net::NetworkChangeNotifier::IsOffline()) { in RestoreAuthenticationSession()
/external/chromium_org/chrome/browser/signin/
Dsignin_promo.cc100 if (net::NetworkChangeNotifier::IsOffline()) in ShouldShowPromo()
/external/chromium_org/remoting/host/
Dsignaling_connector.cc176 if (timer_.IsRunning() || net::NetworkChangeNotifier::IsOffline()) in ScheduleTryReconnect()
/external/chromium_org/chrome/browser/ui/search/
Dinstant_ntp_prerenderer.cc131 if (net::NetworkChangeNotifier::IsOffline()) in GetInstantURL()
Dinstant_extended_interactive_uitest.cc398 EXPECT_FALSE(net::NetworkChangeNotifier::IsOffline()); in IN_PROC_BROWSER_TEST_F()
423 EXPECT_TRUE(net::NetworkChangeNotifier::IsOffline()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/dial/
Ddial_registry.cc85 if (NetworkChangeNotifier::IsOffline()) { in ReadyToDiscover()
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util.cc398 if (net::NetworkChangeNotifier::IsOffline()) in GetDriveConnectionStatus()
/external/chromium_org/chrome/browser/chromeos/contacts/
Dgoogle_contact_store.cc114 is_online_ = !net::NetworkChangeNotifier::IsOffline(); in GoogleContactStore()
/external/chromium/net/socket/
Dtcp_client_socket_libevent.cc93 NetworkChangeNotifier::IsOffline()) { in MapConnectError()
Dtcp_client_socket_win.cc47 NetworkChangeNotifier::IsOffline()) { in MapConnectError()
/external/chromium_org/net/socket/
Dtcp_socket_libevent.cc99 NetworkChangeNotifier::IsOffline()) { in MapConnectError()
Dtcp_socket_win.cc111 NetworkChangeNotifier::IsOffline()) { in MapConnectError()
/external/chromium_org/chrome/browser/net/
Dnetwork_stats.cc862 if (net::NetworkChangeNotifier::IsOffline()) { in CollectNetworkStats()
/external/chromium_org/chrome/browser/sessions/
Dsession_restore.cc239 if (!net::NetworkChangeNotifier::IsOffline()) { in StartLoading()

12