Home | History | Annotate | Download | only in files

Lines Matching full:watcher

47   // Watch directory |path| for changes. |watcher| will be notified on each
49 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
52 bool RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
251 const FilePath& path, FilePathWatcherImpl* watcher) {
265 watchers_[watch].insert(watcher);
271 FilePathWatcherImpl* watcher) {
277 watchers_[watch].erase(watcher);
294 for (WatcherSet::iterator watcher = watchers_[event->wd].begin();
295 watcher != watchers_[event->wd].end();
296 ++watcher) {
297 (*watcher)->OnFilePathChanged(event->wd,