HomeSort by relevance Sort by last modified time
    Searched full:isoffline (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium/net/base/
network_change_notifier.cc 51 bool NetworkChangeNotifier::IsOffline() {
110 &OnlineStateObserver::OnOnlineStateChanged, !IsOffline());
network_change_notifier.h 40 // See NetworkChangeNotifier::IsOffline() for important caveats about
53 // See the description of NetworkChangeNotifier::IsOffline().
73 static bool IsOffline();
network_change_notifier_win.cc 150 // Calling IsOffline() at this very moment is likely to give
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.cc 43 if (!net::NetworkChangeNotifier::IsOffline()) {
129 return IsRemote(url) && net::NetworkChangeNotifier::IsOffline();
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.cc 30 waiting_for_network_ = net::NetworkChangeNotifier::IsOffline();
resource_request_allowed_notifier_unittest.cc 38 // CONNECTION_NONE, then NetworkChangeNotifier::IsOffline will return true.
  /external/chromium_org/net/base/
network_change_notifier_win.h 107 // Result of IsOffline() when NotifyObserversOfConnectionTypeChange()
network_change_notifier.h 176 static bool IsOffline();
network_change_notifier_win.cc 305 bool current_offline = IsOffline();
network_change_notifier.cc 544 bool NetworkChangeNotifier::IsOffline() {
  /external/lzma/CPP/Windows/
FileFind.h 53 bool IsOffline() const { return MatchesMask(FILE_ATTRIBUTE_OFFLINE); }
  /external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java 140 public boolean isOffline() {
184 if (isOffline()) {
314 if (isOffline())
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_manual_interactive_uitest.cc 64 // Make IsOffline() return false so we don't try to use the local NTP.
instant_ntp_prerenderer.cc 131 if (net::NetworkChangeNotifier::IsOffline())
instant_extended_interactive_uitest.cc 398 EXPECT_FALSE(net::NetworkChangeNotifier::IsOffline());
423 EXPECT_TRUE(net::NetworkChangeNotifier::IsOffline());
    [all...]
  /external/chromium_org/chrome/common/extensions/api/url_handlers/
url_handlers_parser.cc 72 if (NetworkChangeNotifier::IsOffline() &&
  /external/chromium_org/remoting/host/
signaling_connector.cc 176 if (timer_.IsRunning() || net::NetworkChangeNotifier::IsOffline())
  /external/chromium_org/chrome/browser/chromeos/login/
merge_session_throttle.cc 119 return !net::NetworkChangeNotifier::IsOffline() &&
login_utils.cc 729 if (!net::NetworkChangeNotifier::IsOffline()) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_registry.cc 85 if (NetworkChangeNotifier::IsOffline()) {
  /external/chromium_org/chrome/browser/signin/
signin_promo.cc 100 if (net::NetworkChangeNotifier::IsOffline())
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 93 NetworkChangeNotifier::IsOffline()) {
tcp_client_socket_win.cc 47 NetworkChangeNotifier::IsOffline()) {
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.cc 114 is_online_ = !net::NetworkChangeNotifier::IsOffline();
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 398 if (net::NetworkChangeNotifier::IsOffline())

Completed in 1657 milliseconds

1 2