HomeSort by relevance Sort by last modified time
    Searched defs:is_watching_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/
async_socket_io_handler.h 101 bool is_watching_; member in class:base::AsyncSocketIoHandler
  /external/chromium_org/net/base/
network_change_notifier_win.h 45 bool is_watching() { return is_watching_; }
46 void set_is_watching(bool is_watching) { is_watching_ = is_watching; }
75 // false on failure. The caller is responsible for updating |is_watching_|.
88 bool is_watching_; member in class:net::NetworkChangeNotifierWin

Completed in 817 milliseconds