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

  /external/chromium/net/base/
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.cc 51 bool NetworkChangeNotifier::IsOffline() {
110 &OnlineStateObserver::OnOnlineStateChanged, !IsOffline());
host_resolver_impl.cc 509 if (error_ != OK && NetworkChangeNotifier::IsOffline())
    [all...]
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 93 NetworkChangeNotifier::IsOffline()) {
tcp_client_socket_win.cc 47 NetworkChangeNotifier::IsOffline()) {

Completed in 158 milliseconds