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

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

Completed in 1008 milliseconds