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

  /external/chromium/base/win/
object_watcher.cc 37 ObjectWatcher::ObjectWatcher() : watch_(NULL) {
45 if (watch_) {
68 watch_ = watch;
77 if (!watch_)
81 DCHECK(watch_->origin_loop == MessageLoop::current());
85 if (!UnregisterWaitEx(watch_->wait_object, INVALID_HANDLE_VALUE)) {
97 watch_->watcher = NULL;
102 if (!watch_->did_signal)
103 delete watch_;
105 watch_ = NULL
    [all...]
object_watcher.h 87 Watch* watch_; member in class:base::win::ObjectWatcher
  /external/chromium/base/files/
file_path_watcher_linux.cc 125 : watch_(watch),
128 InotifyReader::Watch watch_; member in struct:base::files::__anon3613::FilePathWatcherImpl::WatchEntry
331 if (fired_watch == watch_entry->watch_)
413 if (watch_entry->watch_ != InotifyReader::kInvalidWatch)
414 g_inotify_reader.Get().RemoveWatch(watch_entry->watch_, this);
436 InotifyReader::Watch old_watch = watch_entry->watch_;
438 watch_entry->watch_ = g_inotify_reader.Get().AddWatch(path, this);
439 if (watch_entry->watch_ == InotifyReader::kInvalidWatch) {
443 watch_entry->watch_ = InotifyReader::kInvalidWatch;
446 old_watch != watch_entry->watch_) {
    [all...]

Completed in 91 milliseconds