Searched refs:IsOffline (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/
H A Doffline_resource_throttle.cc42 if (!net::NetworkChangeNotifier::IsOffline()) {
128 return IsRemote(url) && net::NetworkChangeNotifier::IsOffline();
/external/chromium_org/chrome/browser/web_resource/
H A Dresource_request_allowed_notifier.cc30 waiting_for_network_ = net::NetworkChangeNotifier::IsOffline();
/external/chromium_org/remoting/host/
H A Dsignaling_connector.cc128 if (timer_.IsRunning() || net::NetworkChangeNotifier::IsOffline())
/external/chromium_org/chrome/common/extensions/api/url_handlers/
H A Durl_handlers_parser.cc72 if (NetworkChangeNotifier::IsOffline() &&
/external/chromium_org/net/base/
H A Dnetwork_change_notifier.h179 static bool IsOffline();
H A Dnetwork_change_notifier_win.cc309 bool current_offline = IsOffline();
H A Dnetwork_change_notifier.cc625 bool NetworkChangeNotifier::IsOffline() { function in class:net::NetworkChangeNotifier
/external/lzma/CPP/Windows/
H A DFileFind.h53 bool IsOffline() const { return MatchesMask(FILE_ATTRIBUTE_OFFLINE); } function in class:NWindows::NFile::NFind::CFileInfoBase
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_throttle.cc122 return !net::NetworkChangeNotifier::IsOffline() &&
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_registry.cc84 if (NetworkChangeNotifier::IsOffline()) {
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.cc91 if (net::NetworkChangeNotifier::IsOffline())
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.cc347 if (net::NetworkChangeNotifier::IsOffline())
H A Djob_scheduler.cc791 if (net::NetworkChangeNotifier::IsOffline())
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl.cc93 waiting_for_network_online_ = net::NetworkChangeNotifier::IsOffline();
/external/chromium_org/net/socket/
H A Dtcp_socket_libevent.cc513 if (rv == ERR_ADDRESS_UNREACHABLE && NetworkChangeNotifier::IsOffline())
H A Dtcp_socket_win.cc114 NetworkChangeNotifier::IsOffline()) {
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc292 if (!net::NetworkChangeNotifier::IsOffline()) {
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.cc867 if (net::NetworkChangeNotifier::IsOffline()) {
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore.cc242 if (!net::NetworkChangeNotifier::IsOffline()) {
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc714 if (error != OK && NetworkChangeNotifier::IsOffline())

Completed in 410 milliseconds