NotifyWatcherMac   22 net/dns/dns_config_watcher_mac.h   NotifyWatcherMac watcher_;
NotifyWatcherMac   14 net/dns/notify_watcher_mac.cc NotifyWatcherMac::NotifyWatcherMac() : notify_fd_(-1), notify_token_(-1) {}
NotifyWatcherMac   16 net/dns/notify_watcher_mac.cc NotifyWatcherMac::~NotifyWatcherMac() {
NotifyWatcherMac   20 net/dns/notify_watcher_mac.cc bool NotifyWatcherMac::Watch(const char* key, const CallbackType& callback) {
NotifyWatcherMac   42 net/dns/notify_watcher_mac.cc void NotifyWatcherMac::Cancel() {
NotifyWatcherMac   51 net/dns/notify_watcher_mac.cc void NotifyWatcherMac::OnFileCanReadWithoutBlocking(int fd) {
NotifyWatcherMac   15 net/dns/notify_watcher_mac.h class NotifyWatcherMac : public base::MessageLoopForIO::Watcher {
NotifyWatcherMac   20 net/dns/notify_watcher_mac.h   NotifyWatcherMac();
NotifyWatcherMac   23 net/dns/notify_watcher_mac.h   virtual ~NotifyWatcherMac();
NotifyWatcherMac   42 net/dns/notify_watcher_mac.h   DISALLOW_COPY_AND_ASSIGN(NotifyWatcherMac);