Searched defs:NotifyWatcherMac (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/dns/
H A Dnotify_watcher_mac.cc14 NotifyWatcherMac::NotifyWatcherMac() : notify_fd_(-1), notify_token_(-1) {} function in class:net::NotifyWatcherMac
16 NotifyWatcherMac::~NotifyWatcherMac() {
20 bool NotifyWatcherMac::Watch(const char* key, const CallbackType& callback) {
42 void NotifyWatcherMac::Cancel() {
51 void NotifyWatcherMac::OnFileCanReadWithoutBlocking(int fd) {
H A Dnotify_watcher_mac.h15 class NotifyWatcherMac : public base::MessageLoopForIO::Watcher { class in namespace:net
20 NotifyWatcherMac();
23 virtual ~NotifyWatcherMac();
42 DISALLOW_COPY_AND_ASSIGN(NotifyWatcherMac);

Completed in 66 milliseconds