HomeSort by relevance Sort by last modified time
    Searched defs:AddWatch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/
gallery_watch_manager.cc 192 void GalleryWatchManager::AddWatch(BrowserContext* browser_context,
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 47 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
52 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
288 InotifyReader::Watch InotifyReader::AddWatch(
502 watch_entry.watch = g_inotify_reader.Get().AddWatch(path, this);
578 g_inotify_reader.Get().AddWatch(current, this);
585 g_inotify_reader.Get().AddWatch(current, this);
640 g_inotify_reader.Get().AddWatch(link.DirName(), this);

Completed in 2761 milliseconds